Skip to content
Failed

Console Output

Started by user Iurii Shchekochikhin
Running as Iurii Shchekochikhin
 > git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://github.com/eclipse/che-che4z-explorer-for-zos.git
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-zos.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --tags --force --progress origin +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/30-connection-commands-tests
Seen branch in repository origin/30-dataset-data-provider-tests
Seen branch in repository origin/cicd-setup
Seen branch in repository origin/development
Seen 4 remote branches
Obtained Jenkinsfile from c1ed589ff645bb28d3c02aae12f5a73666c56279
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
‘explorer-for-zos-blp85-tr21z’ is offline
Agent explorer-for-zos-blp85-tr21z is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/che-che4z-explorer-for-zos/job/cicd-setup/7/"
  labels:
    jenkins: "slave"
    jenkins/explorer-for-zos: "true"
  name: "explorer-for-zos-blp85-tr21z"
spec:
  containers:
  - image: "node:8.12"
    name: "node"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.che4z.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "explorer-for-zos-blp85-tr21z"
    - name: "JENKINS_NAME"
      value: "explorer-for-zos-blp85-tr21z"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.che4z.svc.cluster.local/che4z/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:3dbc231fbe975b5e9ce83f5ea55d0456963e4cc1b21fb4e63e742eabcf16a807"
    name: "jnlp"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "workspace-volume"

Running on explorer-for-zos-blp85-tr21z in /home/jenkins/agent/workspace/he4z-explorer-for-zos_cicd-setup
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential 3fbe8274-1094-4085-8ee5-a1b33528c24e
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/che-che4z-explorer-for-zos.git
 > git init /home/jenkins/agent/workspace/he4z-explorer-for-zos_cicd-setup # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-zos.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --no-tags --force --progress https://github.com/eclipse/che-che4z-explorer-for-zos.git +refs/heads/*:refs/remotes/origin/*
Fetching without tags
Checking out Revision c1ed589ff645bb28d3c02aae12f5a73666c56279 (cicd-setup)
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-zos.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-zos.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-zos.git
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --no-tags --force --progress https://github.com/eclipse/che-che4z-explorer-for-zos.git +refs/heads/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c1ed589ff645bb28d3c02aae12f5a73666c56279
Commit message: "Try kubernetis"
 > git rev-list --no-walk 422bb042819a84ee319beefc1448cd5f33a1cc5b # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
using credential 3fbe8274-1094-4085-8ee5-a1b33528c24e
Fetching changes from the remote Git repository
Fetching without tags
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-zos.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-zos.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --no-tags --force --progress https://github.com/eclipse/che-che4z-explorer-for-zos.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision c1ed589ff645bb28d3c02aae12f5a73666c56279 (cicd-setup)
Commit message: "Try kubernetis"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install)
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c1ed589ff645bb28d3c02aae12f5a73666c56279
+ npm ci
/home/jenkins/agent/workspace/he4z-explorer-for-zos_cicd-setup@tmp/durable-1d96725d/script.sh: line 1: npm: not found
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compile)
Stage "Compile" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 127
Finished: FAILURE