Skip to content
Success

Console Output

Push event to branch crlf-to-lf
09:02:03 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from e85ea6d1de6202711d41a90f407c33f38ac67629
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
Created Pod: che4z/explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc
[Normal][che4z/explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc][Scheduled] Successfully assigned explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc to osnode-21.eclipse.org
[Normal][che4z/explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][che4z/explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][che4z/explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-5tq9c" 
[Normal][che4z/explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc][Started] Started container
[Normal][che4z/explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][che4z/explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc][Started] Started container
Agent explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc is provisioned from template explorer-for-endevor_pod_1_crlf-to-lf-7q1lw
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/crlf-to-lf/1/"
    runUrl: "job/endevorExplorer/job/crlf-to-lf/1/"
  labels:
    jenkins: "slave"
    jenkins/label: "explorer-for-endevor_pod_1_crlf-to-lf"
  name: "explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc"
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-crlf-to-lf-7q1lw-vl4vc"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-1-crlf-to-lf-7q1lw-vl4vc"
    - 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-crlf-to-lf-7q1lw-vl4vc in /home/jenkins/agent/workspace/endevorExplorer_crlf-to-lf
[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_crlf-to-lf # 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/crlf-to-lf:refs/remotes/origin/crlf-to-lf # timeout=10
Avoid second fetch
Checking out Revision e85ea6d1de6202711d41a90f407c33f38ac67629 (crlf-to-lf)
 > 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/crlf-to-lf:refs/remotes/origin/crlf-to-lf # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e85ea6d1de6202711d41a90f407c33f38ac67629 # timeout=10
Commit message: "add .gitattributes"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
09:03:16 [2020-11-23T14:03:16.452Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
09:03:18 [2020-11-23T14:03:18.585Z] + npm ci
09:03:36 [2020-11-23T14:03:36.744Z] added 1227 packages in 15.512s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
09:03:38 [2020-11-23T14:03:38.233Z] + npx vsce package
09:03:43 [2020-11-23T14:03:43.546Z] npx: installed 67 in 4.641s
09:03:43 [2020-11-23T14:03:43.546Z] Executing prepublish script 'npm run vscode:prepublish'...
09:03:43 [2020-11-23T14:03:43.546Z] 
09:03:43 [2020-11-23T14:03:43.546Z] > explorer-for-endevor@0.11.0 vscode:prepublish /home/jenkins/agent/workspace/endevorExplorer_crlf-to-lf
09:03:43 [2020-11-23T14:03:43.546Z] > npm run compile
09:03:43 [2020-11-23T14:03:43.546Z] 
09:03:43 [2020-11-23T14:03:43.546Z] 
09:03:43 [2020-11-23T14:03:43.546Z] > explorer-for-endevor@0.11.0 compile /home/jenkins/agent/workspace/endevorExplorer_crlf-to-lf
09:03:43 [2020-11-23T14:03:43.546Z] > tsc -p ./
09:03:43 [2020-11-23T14:03:43.546Z] 
09:03:53 [2020-11-23T14:03:53.580Z] This extension consists of 4364 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
09:03:56 [2020-11-23T14:03:56.145Z]  DONE  Packaged: /home/jenkins/agent/workspace/endevorExplorer_crlf-to-lf/explorer-for-endevor-0.11.0.vsix (4364 files, 5.05MB)
[Pipeline] archiveArtifacts
09:03:56 [2020-11-23T14:03:56.165Z] Archiving artifacts
[Pipeline] sh
09:04:00 [2020-11-23T14:04:00.804Z] + mv explorer-for-endevor-0.11.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
09:04:00 [2020-11-23T14:04:00.944Z] Deployment skipped for branch: crlf-to-lf
[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