Skip to content

Console Output

Still waiting to schedule task
‘kubedeploy-agent-214s1-wkksv’ is offline
Agent kubedeploy-agent-214s1-wkksv is provisioned from template kubedeploy-agent-214s1
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.foundation-internal-webdev.svc.cluster.local/ci/webdev/job/update-kubernetes-secret-multiline-string/1/"
    runUrl: "job/update-kubernetes-secret-multiline-string/1/"
  labels:
    jenkins: "slave"
    jenkins/label: "kubedeploy-agent"
  name: "kubedeploy-agent-214s1-wkksv"
spec:
  containers:
  - command:
    - "cat"
    image: "eclipsefdn/kubectl:1.9-alpine"
    name: "kubectl"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.foundation-internal-webdev.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "kubedeploy-agent-214s1-wkksv"
    - name: "JENKINS_NAME"
      value: "kubedeploy-agent-214s1-wkksv"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.foundation-internal-webdev.svc.cluster.local/ci/webdev/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/basic-agent:3.36"
    name: "jnlp"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on kubedeploy-agent-214s1-wkksv in /home/jenkins/agent/workspace/update-kubernetes-secret-multiline-string