Skip to content

Console Output

Started by user Thomas Jaeckle
Running as Thomas Jaeckle
Obtained jenkins/Jenkinsfile_system from git https://github.com/eclipse-ditto/ditto-testing
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes ditto/ditto-testing-agent-pod-q7jmf-07v2w
Still waiting to schedule task
‘ditto-testing-agent-pod-q7jmf-07v2w’ is offline
Agent ditto-testing-agent-pod-q7jmf-07v2w is provisioned from template ditto-testing-agent-pod-q7jmf
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.ditto.svc.cluster.local/ditto/job/ditto-testing-pipeline/4/"
    runUrl: "job/ditto-testing-pipeline/4/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "a008aa4b1512345fa23c5931fd9b72092024cd52"
    jenkins/label: "ditto-testing-agent-pod"
  name: "ditto-testing-agent-pod-q7jmf-07v2w"
  namespace: "ditto"
spec:
  containers:
  - command:
    - "cat"
    image: "maven:alpine"
    name: "maven"
    resources:
      limits:
        memory: "8Gi"
        cpu: "2"
      requests:
        memory: "8Gi"
        cpu: "2"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ditto.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "ditto-testing-agent-pod-q7jmf-07v2w"
    - name: "JENKINS_NAME"
      value: "ditto-testing-agent-pod-q7jmf-07v2w"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    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 ditto-testing-agent-pod-q7jmf-07v2w in /home/jenkins/agent/workspace/ditto-testing-pipeline
[Pipeline] {
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: vault-acr-principal
Finished: FAILURE