Skip to content
Failed

Console Output

Started by user Thomas Jaeckle
Running as Thomas Jaeckle
[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/ruby-jekyll-pod-7vb66-nwxh3
Still waiting to schedule task
‘ruby-jekyll-pod-7vb66-nwxh3’ is offline
Agent ruby-jekyll-pod-7vb66-nwxh3 is provisioned from template ruby-jekyll-pod-7vb66
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.ditto.svc.cluster.local/ditto/job/website-build-and-deploy-fast-ruby/2/"
    runUrl: "job/website-build-and-deploy-fast-ruby/2/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "39f451274c7e3c894919780ee6a71acd96bcd8d5"
    jenkins/label: "ruby-jekyll-pod"
  name: "ruby-jekyll-pod-7vb66-nwxh3"
  namespace: "ditto"
spec:
  containers:
  - command:
    - "cat"
    image: "ruby:3.2.1"
    name: "ruby"
    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: "ruby-jekyll-pod-7vb66-nwxh3"
    - name: "JENKINS_NAME"
      value: "ruby-jekyll-pod-7vb66-nwxh3"
    - 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-3160.vd76b_9ddd10cc"
    name: "jnlp"
    resources:
      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 ruby-jekyll-pod-7vb66-nwxh3 in /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install bundler)
[Pipeline] sh
+ gem install bundler -v 2.5.7
/home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby@tmp/durable-5b94d6c7/script.sh: line 1: gem: command not found
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto master)
Stage "Checkout Ditto master" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-3.5)
Stage "Checkout Ditto release-3.5" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for master)
Stage "Build documentation for master" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-3.5)
Stage "Build documentation for release-3.5" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout website)
Stage "Checkout website" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish website)
Stage "Publish website" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 127
Finished: FAILURE