Skip to content

Console Output

Still waiting to schedule task
‘hugo-agent-pszhw-w733t’ is offline
Agent hugo-agent-pszhw-w733t is provisioned from template hugo-agent-pszhw
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sw360.svc.cluster.local/sw360/job/sw360.website.staging/4/"
    runUrl: "job/sw360.website.staging/4/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-pszhw-w733t"
  namespace: "sw360"
spec:
  containers:
  - command:
    - "cat"
    image: "klakegg/hugo:0.93.2-ext-ubuntu"
    name: "hugo"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.sw360.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hugo-agent-pszhw-w733t"
    - name: "JENKINS_NAME"
      value: "hugo-agent-pszhw-w733t"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.sw360.svc.cluster.local/sw360/"
    - name: "HOME"
      value: "/home/jenkins/agent"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on hugo-agent-pszhw-w733t in /home/jenkins/agent/workspace/sw360.website.staging