Skip to content
Success

Console Output

Push event to branch master
11:25:31 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 5814cccf2a418809c4fdb6ffe36fd538140c086e
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: che4z/explorer-for-endevor-pod-16-master-sts70-1b4wp
[Normal][che4z/explorer-for-endevor-pod-16-master-sts70-1b4wp][Scheduled] Successfully assigned che4z/explorer-for-endevor-pod-16-master-sts70-1b4wp to okdnode-8
Still waiting to schedule task
‘explorer-for-endevor-pod-16-master-sts70-1b4wp’ is offline
[Normal][che4z/explorer-for-endevor-pod-16-master-sts70-1b4wp][AddedInterface] Add eth0 [10.40.28.85/23]
[Normal][che4z/explorer-for-endevor-pod-16-master-sts70-1b4wp][Pulling] Pulling image "node:12.10.0-alpine"
[Normal][che4z/explorer-for-endevor-pod-16-master-sts70-1b4wp][Pulled] Successfully pulled image "node:12.10.0-alpine" in 4.528516975s
[Normal][che4z/explorer-for-endevor-pod-16-master-sts70-1b4wp][Created] Created container node
[Normal][che4z/explorer-for-endevor-pod-16-master-sts70-1b4wp][Started] Started container node
[Normal][che4z/explorer-for-endevor-pod-16-master-sts70-1b4wp][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][che4z/explorer-for-endevor-pod-16-master-sts70-1b4wp][Created] Created container jnlp
[Normal][che4z/explorer-for-endevor-pod-16-master-sts70-1b4wp][Started] Started container jnlp
Agent explorer-for-endevor-pod-16-master-sts70-1b4wp is provisioned from template explorer-for-endevor_pod_16_master-sts70
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/master/16/"
    runUrl: "job/endevorExplorer/job/master/16/"
  labels:
    jenkins: "slave"
    jenkins/label: "explorer-for-endevor_pod_16_master"
  name: "explorer-for-endevor-pod-16-master-sts70-1b4wp"
spec:
  containers:
  - image: "node:12.10.0-alpine"
    name: "node"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    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-endevor-pod-16-master-sts70-1b4wp"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-16-master-sts70-1b4wp"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.che4z.svc.cluster.local/che4z/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on explorer-for-endevor-pod-16-master-sts70-1b4wp in /home/jenkins/agent/workspace/endevorExplorer_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/che-che4z-explorer-for-endevor.git
 > git init /home/jenkins/agent/workspace/endevorExplorer_master # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-endevor.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/che-che4z-explorer-for-endevor.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 5814cccf2a418809c4fdb6ffe36fd538140c086e (master)
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-endevor.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5814cccf2a418809c4fdb6ffe36fd538140c086e # timeout=10
Commit message: "Merge pull request #103 from nickImbirev/e4e-dump"
 > git rev-list --no-walk e717dcb320b6a95e20c22b6d87c3731abf2e6de7 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
11:26:18 [2021-05-06T15:26:18.900Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
11:26:20 [2021-05-06T15:26:20.629Z] + npm ci
11:28:27 [2021-05-06T15:28:27.139Z] 
11:28:27 [2021-05-06T15:28:27.140Z] > fsevents@1.2.13 install /home/jenkins/agent/workspace/endevorExplorer_master/node_modules/watchpack-chokidar2/node_modules/fsevents
11:28:27 [2021-05-06T15:28:27.140Z] > node install.js
11:28:27 [2021-05-06T15:28:27.140Z] 
11:28:27 [2021-05-06T15:28:27.140Z] 
11:28:27 [2021-05-06T15:28:27.140Z] Skipping 'fsevents' build as platform linux is not supported
11:28:27 [2021-05-06T15:28:27.140Z] added 1444 packages in 122.67s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
11:28:28 [2021-05-06T15:28:28.702Z] + npx vsce package
11:28:28 [2021-05-06T15:28:28.702Z]  INFO  Detected presence of yarn.lock. Using 'yarn' instead of 'npm' (to override this pass '--no-yarn' on the command line).
11:28:31 [2021-05-06T15:28:31.989Z]  DONE  Packaged: /home/jenkins/agent/workspace/endevorExplorer_master/explorer-for-endevor-0.12.0.vsix (4 files, 7.65KB)
[Pipeline] archiveArtifacts
11:28:32 [2021-05-06T15:28:32.007Z] Archiving artifacts
[Pipeline] sh
11:28:34 [2021-05-06T15:28:34.786Z] + mv explorer-for-endevor-0.12.0.vsix explorer-for-endevor_latest.vsix
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
11:28:35 [2021-05-06T15:28:35.611Z] [ssh-agent] Using credentials genie.che4z (ssh://genie.che4z@projects-storage.eclipse.org)
11:28:35 [2021-05-06T15:28:35.612Z] [ssh-agent] Looking for ssh-agent implementation...
11:28:36 [2021-05-06T15:28:36.678Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
11:28:36 [2021-05-06T15:28:36.688Z] Executing sh script inside container jnlp of pod explorer-for-endevor-pod-16-master-sts70-1b4wp
11:28:36 [2021-05-06T15:28:36.730Z] Executing command: "ssh-agent" 
11:28:36 [2021-05-06T15:28:36.954Z] SSH_AUTH_SOCK=/tmp/ssh-kK0QgzEeGNBz/agent.187; export SSH_AUTH_SOCK;
11:28:36 [2021-05-06T15:28:36.954Z] SSH_AGENT_PID=188; export SSH_AGENT_PID;
11:28:36 [2021-05-06T15:28:36.954Z] echo Agent pid 188;
11:28:37 [2021-05-06T15:28:37.730Z] exit
11:28:37 [2021-05-06T15:28:37.735Z] SSH_AUTH_SOCK=/tmp/ssh-kK0QgzEeGNBz/agent.187
11:28:37 [2021-05-06T15:28:37.735Z] SSH_AGENT_PID=188
11:28:39 [2021-05-06T15:28:39.174Z] Running ssh-add (command line suppressed)
11:28:40 [2021-05-06T15:28:40.239Z] Identity added: /home/jenkins/agent/workspace/endevorExplorer_master@tmp/private_key_10462353603439433904.key (/home/jenkins/agent/workspace/endevorExplorer_master@tmp/private_key_10462353603439433904.key)
11:28:40 [2021-05-06T15:28:40.248Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
11:28:41 [2021-05-06T15:28:41.588Z] + ssh genie.che4z@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
11:28:41 [2021-05-06T15:28:41.588Z] + ssh genie.che4z@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
11:28:41 [2021-05-06T15:28:41.846Z] + scp -r /home/jenkins/agent/workspace/endevorExplorer_master/explorer-for-endevor_latest.vsix genie.che4z@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
[Pipeline] echo
11:28:41 [2021-05-06T15:28:41.855Z] Deployed to https://download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
[Pipeline] }
11:28:41 [2021-05-06T15:28:41.864Z] Executing sh script inside container jnlp of pod explorer-for-endevor-pod-16-master-sts70-1b4wp
11:28:42 [2021-05-06T15:28:42.904Z] Executing command: "ssh-agent" "-k" 
11:28:42 [2021-05-06T15:28:42.904Z] exit
11:28:42 [2021-05-06T15:28:42.910Z] unset SSH_AUTH_SOCK;
11:28:42 [2021-05-06T15:28:42.910Z] unset SSH_AGENT_PID;
11:28:42 [2021-05-06T15:28:42.910Z] echo Agent pid 188 killed;
11:28:42 [2021-05-06T15:28:42.911Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS