Skip to content

Console Output

Push event to branch master
06:49:17 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot)
Obtained Jenkinsfile from 22cb4ac09c9c47e84a96aa6ec82da15a60fe95dc
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent explorer-for-endevor-pod-2-master-j6g4d-f456w is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/master/2/"
  labels:
    jenkins: "slave"
    jenkins/explorer-for-endevor_pod_2_master: "true"
  name: "explorer-for-endevor-pod-2-master-j6g4d-f456w"
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-2-master-j6g4d-f456w"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-2-master-j6g4d-f456w"
    - 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.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    name: "jnlp"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on explorer-for-endevor-pod-2-master-j6g4d-f456w 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 without tags
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
 > 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 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
Checking out Revision 22cb4ac09c9c47e84a96aa6ec82da15a60fe95dc (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 22cb4ac09c9c47e84a96aa6ec82da15a60fe95dc
Commit message: "Rename CONTRIBUTING to CONTRIBUTING.md"
 > git rev-list --no-walk 3468cf725413ce66d92a8175850cbc46468810d5 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
06:53:19 [2020-03-12T10:53:19.967Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ npm ci

> explorer-for-endevor@0.9.1 postinstall /home/jenkins/agent/workspace/endevorExplorer_master
> node ./node_modules/vscode/bin/install

Detected VS Code engine version: ^1.32.0
Found minimal version that qualifies engine range: 1.32.0
Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/507312a3e3b34b084b467dfd983263bc7c9d87e0/src/vs/vscode.d.ts
vscode.d.ts successfully installed!

added 112 packages in 9.085s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ npx vsce package
npx: installed 66 in 8.008s
Executing prepublish script 'npm run vscode:prepublish'...

> explorer-for-endevor@0.9.1 vscode:prepublish /home/jenkins/agent/workspace/endevorExplorer_master
> npm run compile


> explorer-for-endevor@0.9.1 compile /home/jenkins/agent/workspace/endevorExplorer_master
> tsc -p ./

This extension consists of 619 files, out of which 265 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
 DONE  Packaged: /home/jenkins/agent/workspace/endevorExplorer_master/explorer-for-endevor-0.9.1.vsix (619 files, 1.19MB)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] sh
+ mv explorer-for-endevor-0.9.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
[ssh-agent] Using credentials genie.che4z (ssh://genie.che4z@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
Executing shell script inside container [jnlp] of pod [explorer-for-endevor-pod-2-master-j6g4d-f456w]
Executing command: "ssh-agent" 
exit
SSH_AUTH_SOCK=/tmp/ssh-cfupEH7aqOy2/agent.247; export SSH_AUTH_SOCK;
SSH_AGENT_PID=248; export SSH_AGENT_PID;
echo Agent pid 248;
SSH_AUTH_SOCK=/tmp/ssh-cfupEH7aqOy2/agent.247
SSH_AGENT_PID=248
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/endevorExplorer_master@tmp/private_key_2614641977810823992.key (/home/jenkins/agent/workspace/endevorExplorer_master@tmp/private_key_2614641977810823992.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ ssh genie.che4z@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
+ ssh genie.che4z@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
+ 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
Deployed to https://download.eclipse.org/che4z/snapshots/explorer-for-endevor/master
[Pipeline] }
Executing shell script inside container [jnlp] of pod [explorer-for-endevor-pod-2-master-j6g4d-f456w]
Executing command: "ssh-agent" "-k" 
exit
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 248 killed;
[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