Skip to content
Failed

Console Output

Started by user Frederic Gurr
Rebuilds build #2
Running as Frederic Gurr
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
‘jnlp-lf561-tpj9x’ is offline
Agent jnlp-lf561-tpj9x is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jiro_gpg_pipeline_example/3/"
  labels:
    jenkins: "slave"
    jenkins/jnlp: "true"
  name: "jnlp-lf561-tpj9x"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "e34b53f23d63493c5c519decf3bd682240bff9d6a432078499ca206ef6bd1dff"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cbi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jnlp-lf561-tpj9x"
    - name: "JENKINS_NAME"
      value: "jnlp-lf561-tpj9x"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:bec98792361aa1f3569bd59c3ceb5c42ded1939b24ff3f68dacb8e692af619ca"
    name: "jnlp"
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      readOnly: false
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "workspace-volume"

Running on jnlp-lf561-tpj9x in /home/jenkins/workspace/jiro_gpg_pipeline_example
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn -B -U archetype:generate '-DgroupId=com.mycompany.app' '-DartifactId=my-app' '-DarchetypeArtifactId=maven-archetype-quickstart' '-DinteractiveMode=false'
/home/jenkins/workspace/jiro_gpg_pipeline_example@tmp/durable-9acfac24/script.sh: line 1: mvn: not found
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 127
Finished: FAILURE