Skip to content
Success

Console Output

Push event to branch master
07:06:37 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot)
Obtained Jenkinsfile from c9ae4f159730435e70c7c6a4da74d90cd27b2ca0
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: che4z/explorer-for-endevor-pod-4-master-6b5r4-0nt10
[Normal][che4z/explorer-for-endevor-pod-4-master-6b5r4-0nt10][Scheduled] Successfully assigned explorer-for-endevor-pod-4-master-6b5r4-0nt10 to osnode-20.eclipse.org
[Normal][che4z/explorer-for-endevor-pod-4-master-6b5r4-0nt10][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][che4z/explorer-for-endevor-pod-4-master-6b5r4-0nt10][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][che4z/explorer-for-endevor-pod-4-master-6b5r4-0nt10][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-5tq9c" 
Still waiting to schedule task
‘explorer-for-endevor-pod-4-master-6b5r4-0nt10’ is offline
[Normal][che4z/explorer-for-endevor-pod-4-master-6b5r4-0nt10][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/explorer-for-endevor-pod-4-master-6b5r4-0nt10][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-4-master-6b5r4-0nt10][Started] Started container
[Normal][che4z/explorer-for-endevor-pod-4-master-6b5r4-0nt10][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][che4z/explorer-for-endevor-pod-4-master-6b5r4-0nt10][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-4-master-6b5r4-0nt10][Started] Started container
Agent explorer-for-endevor-pod-4-master-6b5r4-0nt10 is provisioned from template explorer-for-endevor_pod_4_master-6b5r4
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/master/4/"
    runUrl: "job/endevorExplorer/job/master/4/"
  labels:
    jenkins: "slave"
    jenkins/label: "explorer-for-endevor_pod_4_master"
  name: "explorer-for-endevor-pod-4-master-6b5r4-0nt10"
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-4-master-6b5r4-0nt10"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-4-master-6b5r4-0nt10"
    - 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-4-master-6b5r4-0nt10 in /home/jenkins/agent/workspace/endevorExplorer_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential d2420725-a9c8-4baa-b65f-2e6c0c84e22d
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
using GIT_ASKPASS to set credentials GitHub bot
 > 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
 > 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
Fetching without tags
Checking out Revision c9ae4f159730435e70c7c6a4da74d90cd27b2ca0 (master)
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-endevor.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-endevor.git
using GIT_ASKPASS to set credentials GitHub bot
 > 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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c9ae4f159730435e70c7c6a4da74d90cd27b2ca0 # timeout=10
Commit message: "Merge pull request #31 from eclipse/development"
 > git rev-list --no-walk 882b230ef8e84cf703835ca8ac6e54cd505189d5 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
07:07:41 [2020-06-25T11:07:41.339Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
07:07:42 [2020-06-25T11:07:42.950Z] + npm ci
07:07:48 [2020-06-25T11:07:48.226Z] 
07:07:48 [2020-06-25T11:07:48.227Z] > explorer-for-endevor@0.10.0 postinstall /home/jenkins/agent/workspace/endevorExplorer_master
07:07:48 [2020-06-25T11:07:48.227Z] > node ./node_modules/vscode/bin/install
07:07:48 [2020-06-25T11:07:48.227Z] 
07:07:48 [2020-06-25T11:07:48.227Z] Detected VS Code engine version: ^1.32.0
07:07:48 [2020-06-25T11:07:48.227Z] Found minimal version that qualifies engine range: 1.32.0
07:07:48 [2020-06-25T11:07:48.227Z] Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/507312a3e3b34b084b467dfd983263bc7c9d87e0/src/vs/vscode.d.ts
07:07:48 [2020-06-25T11:07:48.485Z] vscode.d.ts successfully installed!
07:07:48 [2020-06-25T11:07:48.485Z] 
07:07:48 [2020-06-25T11:07:48.485Z] added 199 packages in 5.52s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
07:07:49 [2020-06-25T11:07:49.972Z] + npx vsce package
07:07:53 [2020-06-25T11:07:53.259Z] npx: installed 67 in 3.152s
07:07:53 [2020-06-25T11:07:53.259Z] Executing prepublish script 'npm run vscode:prepublish'...
07:07:53 [2020-06-25T11:07:53.518Z] 
07:07:53 [2020-06-25T11:07:53.518Z] > explorer-for-endevor@0.10.0 vscode:prepublish /home/jenkins/agent/workspace/endevorExplorer_master
07:07:53 [2020-06-25T11:07:53.518Z] > npm run compile
07:07:53 [2020-06-25T11:07:53.518Z] 
07:07:53 [2020-06-25T11:07:53.518Z] 
07:07:53 [2020-06-25T11:07:53.518Z] > explorer-for-endevor@0.10.0 compile /home/jenkins/agent/workspace/endevorExplorer_master
07:07:53 [2020-06-25T11:07:53.518Z] > tsc -p ./
07:07:53 [2020-06-25T11:07:53.518Z] 
07:08:03 [2020-06-25T11:08:03.495Z] This extension consists of 2804 files, out of which 2270 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
07:08:04 [2020-06-25T11:08:04.063Z]  DONE  Packaged: /home/jenkins/agent/workspace/endevorExplorer_master/explorer-for-endevor-0.10.0.vsix (2804 files, 4.21MB)
[Pipeline] archiveArtifacts
07:08:04 [2020-06-25T11:08:04.336Z] Archiving artifacts
[Pipeline] sh
07:08:08 [2020-06-25T11:08:08.786Z] + mv explorer-for-endevor-0.10.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
07:08:08 [2020-06-25T11:08:08.890Z] [ssh-agent] Using credentials genie.che4z (ssh://genie.che4z@projects-storage.eclipse.org)
07:08:08 [2020-06-25T11:08:08.891Z] [ssh-agent] Looking for ssh-agent implementation...
07:08:09 [2020-06-25T11:08:09.072Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
07:08:09 [2020-06-25T11:08:09.135Z] Executing sh script inside container jnlp of pod explorer-for-endevor-pod-4-master-6b5r4-0nt10
07:08:09 [2020-06-25T11:08:09.188Z] Executing command: "ssh-agent" 
07:08:09 [2020-06-25T11:08:09.188Z] exit
07:08:09 [2020-06-25T11:08:09.242Z] SSH_AUTH_SOCK=/tmp/ssh-yjoDDKLjTbI4/agent.207; export SSH_AUTH_SOCK;
07:08:09 [2020-06-25T11:08:09.242Z] SSH_AGENT_PID=208; export SSH_AGENT_PID;
07:08:09 [2020-06-25T11:08:09.242Z] echo Agent pid 208;
07:08:09 [2020-06-25T11:08:09.244Z] SSH_AUTH_SOCK=/tmp/ssh-yjoDDKLjTbI4/agent.207
07:08:09 [2020-06-25T11:08:09.244Z] SSH_AGENT_PID=208
07:08:09 [2020-06-25T11:08:09.256Z] Running ssh-add (command line suppressed)
07:08:10 [2020-06-25T11:08:10.376Z] Identity added: /home/jenkins/agent/workspace/endevorExplorer_master@tmp/private_key_7356000308050422897.key (/home/jenkins/agent/workspace/endevorExplorer_master@tmp/private_key_7356000308050422897.key)
07:08:10 [2020-06-25T11:08:10.384Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
07:08:11 [2020-06-25T11:08:11.774Z] + ssh genie.che4z@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
07:08:11 [2020-06-25T11:08:11.916Z] + ssh genie.che4z@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
07:08:12 [2020-06-25T11:08:12.193Z] + 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
07:08:12 [2020-06-25T11:08:12.462Z] Deployed to https://download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
[Pipeline] }
07:08:12 [2020-06-25T11:08:12.525Z] Executing sh script inside container jnlp of pod explorer-for-endevor-pod-4-master-6b5r4-0nt10
07:08:12 [2020-06-25T11:08:12.588Z] Executing command: "ssh-agent" "-k" 
07:08:12 [2020-06-25T11:08:12.588Z] exit
07:08:12 [2020-06-25T11:08:12.642Z] unset SSH_AUTH_SOCK;
07:08:12 [2020-06-25T11:08:12.642Z] unset SSH_AGENT_PID;
07:08:12 [2020-06-25T11:08:12.642Z] echo Agent pid 208 killed;
07:08:12 [2020-06-25T11:08:12.644Z] [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