Skip to content
Success

Console Output

Push event to branch OctoberDocUpdates
07:52:08 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 3736a4efeb3afb7fda1f5db34b5171505b261322
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: che4z/explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m
[Normal][che4z/explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m][Scheduled] Successfully assigned explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m to osnode-13.eclipse.org
[Normal][che4z/explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][che4z/explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
Still waiting to schedule task
‘explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m’ is offline
[Normal][che4z/explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-5tq9c" 
[Normal][che4z/explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m][Started] Started container
[Normal][che4z/explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][che4z/explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m][Started] Started container
Agent explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m is provisioned from template explorer-for-endevor_pod_1_OctoberDocUpdates-23mv3
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/OctoberDocUpdates/1/"
    runUrl: "job/endevorExplorer/job/OctoberDocUpdates/1/"
  labels:
    jenkins: "slave"
    jenkins/label: "explorer-for-endevor_pod_1_OctoberDocUpdates"
  name: "explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m"
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-1-octoberdocupdates-23mv3-c890m"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-1-octoberdocupdates-23mv3-c890m"
    - 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-1-octoberdocupdates-23mv3-c890m in /home/jenkins/agent/workspace/ndevorExplorer_OctoberDocUpdates
[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/ndevorExplorer_OctoberDocUpdates # 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/OctoberDocUpdates:refs/remotes/origin/OctoberDocUpdates # timeout=10
Avoid second fetch
Checking out Revision 3736a4efeb3afb7fda1f5db34b5171505b261322 (OctoberDocUpdates)
 > 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/OctoberDocUpdates:refs/remotes/origin/OctoberDocUpdates # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3736a4efeb3afb7fda1f5db34b5171505b261322 # timeout=10
Commit message: "Update prerequisites and profiles sections"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
07:53:12 [2020-10-23T11:53:12.936Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
07:53:14 [2020-10-23T11:53:14.982Z] + npm ci
07:53:27 [2020-10-23T11:53:27.251Z] 
07:53:27 [2020-10-23T11:53:27.251Z] > explorer-for-endevor@0.10.0 postinstall /home/jenkins/agent/workspace/ndevorExplorer_OctoberDocUpdates
07:53:27 [2020-10-23T11:53:27.251Z] > node ./node_modules/vscode/bin/install
07:53:27 [2020-10-23T11:53:27.251Z] 
07:53:27 [2020-10-23T11:53:27.251Z] Detected VS Code engine version: ^1.32.0
07:53:27 [2020-10-23T11:53:27.251Z] Found minimal version that qualifies engine range: 1.32.0
07:53:27 [2020-10-23T11:53:27.251Z] Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/507312a3e3b34b084b467dfd983263bc7c9d87e0/src/vs/vscode.d.ts
07:53:27 [2020-10-23T11:53:27.251Z] vscode.d.ts successfully installed!
07:53:27 [2020-10-23T11:53:27.251Z] 
07:53:27 [2020-10-23T11:53:27.251Z] added 199 packages in 11.628s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
07:53:28 [2020-10-23T11:53:28.733Z] + npx vsce package
07:53:35 [2020-10-23T11:53:35.329Z] npx: installed 67 in 5.343s
07:53:35 [2020-10-23T11:53:35.329Z] Executing prepublish script 'npm run vscode:prepublish'...
07:53:35 [2020-10-23T11:53:35.329Z] 
07:53:35 [2020-10-23T11:53:35.329Z] > explorer-for-endevor@0.10.0 vscode:prepublish /home/jenkins/agent/workspace/ndevorExplorer_OctoberDocUpdates
07:53:35 [2020-10-23T11:53:35.329Z] > npm run compile
07:53:35 [2020-10-23T11:53:35.329Z] 
07:53:35 [2020-10-23T11:53:35.329Z] 
07:53:35 [2020-10-23T11:53:35.329Z] > explorer-for-endevor@0.10.0 compile /home/jenkins/agent/workspace/ndevorExplorer_OctoberDocUpdates
07:53:35 [2020-10-23T11:53:35.329Z] > tsc -p ./
07:53:35 [2020-10-23T11:53:35.329Z] 
07:53:43 [2020-10-23T11:53:43.488Z] 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:53:45 [2020-10-23T11:53:45.407Z]  DONE  Packaged: /home/jenkins/agent/workspace/ndevorExplorer_OctoberDocUpdates/explorer-for-endevor-0.10.0.vsix (2804 files, 4.21MB)
[Pipeline] archiveArtifacts
07:53:45 [2020-10-23T11:53:45.692Z] Archiving artifacts
[Pipeline] sh
07:53:49 [2020-10-23T11:53:49.823Z] + 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] echo
07:53:49 [2020-10-23T11:53:49.944Z] Deployment skipped for branch: OctoberDocUpdates
[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