Skip to content
Success

Console Output

Push event to branch master
05:56:00 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 9881dfd109b65a2b8446781af0ebfeb31e39b82b
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: che4z/explorer-for-endevor-pod-11-master-1hgp8-8j30c
[Normal][che4z/explorer-for-endevor-pod-11-master-1hgp8-8j30c][Scheduled] Successfully assigned explorer-for-endevor-pod-11-master-1hgp8-8j30c to osnode-14.eclipse.org
[Normal][che4z/explorer-for-endevor-pod-11-master-1hgp8-8j30c][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][che4z/explorer-for-endevor-pod-11-master-1hgp8-8j30c][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][che4z/explorer-for-endevor-pod-11-master-1hgp8-8j30c][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-5tq9c" 
Still waiting to schedule task
‘explorer-for-endevor-pod-11-master-1hgp8-8j30c’ is offline
[Normal][che4z/explorer-for-endevor-pod-11-master-1hgp8-8j30c][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/explorer-for-endevor-pod-11-master-1hgp8-8j30c][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-11-master-1hgp8-8j30c][Started] Started container
[Normal][che4z/explorer-for-endevor-pod-11-master-1hgp8-8j30c][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][che4z/explorer-for-endevor-pod-11-master-1hgp8-8j30c][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-11-master-1hgp8-8j30c][Started] Started container
Agent explorer-for-endevor-pod-11-master-1hgp8-8j30c is provisioned from template explorer-for-endevor_pod_11_master-1hgp8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/master/11/"
    runUrl: "job/endevorExplorer/job/master/11/"
  labels:
    jenkins: "slave"
    jenkins/label: "explorer-for-endevor_pod_11_master"
  name: "explorer-for-endevor-pod-11-master-1hgp8-8j30c"
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-11-master-1hgp8-8j30c"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-11-master-1hgp8-8j30c"
    - 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.2.1"
    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-11-master-1hgp8-8j30c 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.26.2'
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 9881dfd109b65a2b8446781af0ebfeb31e39b82b (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 9881dfd109b65a2b8446781af0ebfeb31e39b82b # timeout=10
Commit message: "remove unwanted settings"
 > git rev-list --no-walk f1cfa652133bd2bbbe2df1fd3c815ebc4aaa034c # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
05:57:06 [2020-12-11T10:57:06.104Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
05:57:08 [2020-12-11T10:57:08.183Z] + npm ci
05:57:26 [2020-12-11T10:57:26.326Z] added 1227 packages in 14.975s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
05:57:27 [2020-12-11T10:57:27.841Z] + npx vsce package
05:57:32 [2020-12-11T10:57:32.063Z] npx: installed 67 in 4.15s
05:57:32 [2020-12-11T10:57:32.063Z] Executing prepublish script 'npm run vscode:prepublish'...
05:57:32 [2020-12-11T10:57:32.326Z] 
05:57:32 [2020-12-11T10:57:32.326Z] > explorer-for-endevor@0.11.1 vscode:prepublish /home/jenkins/agent/workspace/endevorExplorer_master
05:57:32 [2020-12-11T10:57:32.326Z] > npm run compile
05:57:32 [2020-12-11T10:57:32.326Z] 
05:57:32 [2020-12-11T10:57:32.326Z] 
05:57:32 [2020-12-11T10:57:32.326Z] > explorer-for-endevor@0.11.1 compile /home/jenkins/agent/workspace/endevorExplorer_master
05:57:32 [2020-12-11T10:57:32.326Z] > tsc -p ./
05:57:32 [2020-12-11T10:57:32.326Z] 
05:57:44 [2020-12-11T10:57:44.586Z] This extension consists of 4365 files, out of which 2292 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension . You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore
05:57:44 [2020-12-11T10:57:44.858Z]  DONE  Packaged: /home/jenkins/agent/workspace/endevorExplorer_master/explorer-for-endevor-0.11.1.vsix (4365 files, 5.06MB)
[Pipeline] archiveArtifacts
05:57:45 [2020-12-11T10:57:45.147Z] Archiving artifacts
[Pipeline] sh
05:57:50 [2020-12-11T10:57:50.100Z] + mv explorer-for-endevor-0.11.1.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
05:57:50 [2020-12-11T10:57:50.246Z] [ssh-agent] Using credentials genie.che4z (ssh://genie.che4z@projects-storage.eclipse.org)
05:57:50 [2020-12-11T10:57:50.247Z] [ssh-agent] Looking for ssh-agent implementation...
05:57:51 [2020-12-11T10:57:51.427Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
05:57:51 [2020-12-11T10:57:51.510Z] Executing sh script inside container jnlp of pod explorer-for-endevor-pod-11-master-1hgp8-8j30c
05:57:51 [2020-12-11T10:57:51.560Z] Executing command: "ssh-agent" 
05:57:51 [2020-12-11T10:57:51.613Z] SSH_AUTH_SOCK=/tmp/ssh-5pCueVgfLK6n/agent.207; export SSH_AUTH_SOCK;
05:57:51 [2020-12-11T10:57:51.614Z] SSH_AGENT_PID=208; export SSH_AGENT_PID;
05:57:51 [2020-12-11T10:57:51.614Z] echo Agent pid 208;
05:57:52 [2020-12-11T10:57:52.560Z] exit
05:57:52 [2020-12-11T10:57:52.566Z] SSH_AUTH_SOCK=/tmp/ssh-5pCueVgfLK6n/agent.207
05:57:52 [2020-12-11T10:57:52.566Z] SSH_AGENT_PID=208
05:57:52 [2020-12-11T10:57:52.582Z] Running ssh-add (command line suppressed)
05:57:53 [2020-12-11T10:57:53.710Z] Identity added: /home/jenkins/agent/workspace/endevorExplorer_master@tmp/private_key_5238398805441929598.key (/home/jenkins/agent/workspace/endevorExplorer_master@tmp/private_key_5238398805441929598.key)
05:57:53 [2020-12-11T10:57:53.720Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
05:57:55 [2020-12-11T10:57:55.134Z] + ssh genie.che4z@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
05:57:55 [2020-12-11T10:57:55.135Z] + ssh genie.che4z@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
05:57:55 [2020-12-11T10:57:55.397Z] + 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
05:57:58 [2020-12-11T10:57:58.772Z] Deployed to https://download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
[Pipeline] }
05:57:58 [2020-12-11T10:57:58.851Z] Executing sh script inside container jnlp of pod explorer-for-endevor-pod-11-master-1hgp8-8j30c
05:57:59 [2020-12-11T10:57:59.901Z] Executing command: "ssh-agent" "-k" 
05:57:59 [2020-12-11T10:57:59.901Z] exit
05:57:59 [2020-12-11T10:57:59.907Z] unset SSH_AUTH_SOCK;
05:57:59 [2020-12-11T10:57:59.907Z] unset SSH_AGENT_PID;
05:57:59 [2020-12-11T10:57:59.907Z] echo Agent pid 208 killed;
05:57:59 [2020-12-11T10:57:59.909Z] [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