Skip to content
Success

Console Output

Push event to branch gh-actions-pipeline
11:57:04 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from b187423a30d88c4c0ef4f55e8cbc1205ae75395f
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes che4z/explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g
[Normal][che4z/explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g][Scheduled] Successfully assigned che4z/explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g to okdnode-16
[Normal][che4z/explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g][AddedInterface] Add eth0 [10.40.34.142/23]
[Normal][che4z/explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g][Created] Created container node
[Normal][che4z/explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g][Started] Started container node
[Normal][che4z/explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][che4z/explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g][Created] Created container jnlp
[Normal][che4z/explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g][Started] Started container jnlp
Still waiting to schedule task
‘explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g’ is offline
Agent explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g is provisioned from template explorer-for-endevor_pod_2_gh-actions-pipeline-rrcmx
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/gh-actions-pipeline/2/"
    runUrl: "job/endevorExplorer/job/gh-actions-pipeline/2/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "b216615f4f34238058fe2cfc048e559d14dbe1f0"
    jenkins/label: "explorer-for-endevor_pod_2_gh-actions-pipeline"
  name: "explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g"
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-gh-actions-pipeline-rrcmx-tfh0g"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g"
    - 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.5"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on explorer-for-endevor-pod-2-gh-actions-pipeline-rrcmx-tfh0g in /home/jenkins/agent/workspace/evorExplorer_gh-actions-pipeline
[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/evorExplorer_gh-actions-pipeline # 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.20.1'
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/gh-actions-pipeline:refs/remotes/origin/gh-actions-pipeline # timeout=10
Avoid second fetch
Checking out Revision b187423a30d88c4c0ef4f55e8cbc1205ae75395f (gh-actions-pipeline)
 > 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/gh-actions-pipeline:refs/remotes/origin/gh-actions-pipeline # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b187423a30d88c4c0ef4f55e8cbc1205ae75395f # timeout=10
Commit message: "Wip"
 > git rev-list --no-walk c2ff6023468e6989a173d4018dc02a2178689444 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
11:57:44 [2021-07-12T15:57:44.618Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
11:57:45 [2021-07-12T15:57:45.185Z] + npm ci
11:58:03 [2021-07-12T15:58:03.308Z] 
11:58:03 [2021-07-12T15:58:03.308Z] > fsevents@1.2.13 install /home/jenkins/agent/workspace/evorExplorer_gh-actions-pipeline/node_modules/watchpack-chokidar2/node_modules/fsevents
11:58:03 [2021-07-12T15:58:03.308Z] > node install.js
11:58:03 [2021-07-12T15:58:03.308Z] 
11:58:03 [2021-07-12T15:58:03.308Z] 
11:58:03 [2021-07-12T15:58:03.308Z] Skipping 'fsevents' build as platform linux is not supported
11:58:03 [2021-07-12T15:58:03.598Z] added 1460 packages in 18.119s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
11:58:04 [2021-07-12T15:58:04.307Z] + npx vsce package
11:58:04 [2021-07-12T15:58:04.308Z]  INFO  Detected presence of yarn.lock. Using 'yarn' instead of 'npm' (to override this pass '--no-yarn' on the command line).
11:58:07 [2021-07-12T15:58:07.623Z]  DONE  Packaged: /home/jenkins/agent/workspace/evorExplorer_gh-actions-pipeline/explorer-for-endevor-0.13.0.vsix (4 files, 7.76KB)
[Pipeline] archiveArtifacts
11:58:07 [2021-07-12T15:58:07.631Z] Archiving artifacts
[Pipeline] sh
11:58:09 [2021-07-12T15:58:09.404Z] + mv explorer-for-endevor-0.13.0.vsix explorer-for-endevor_latest.vsix
[Pipeline] }
[Pipeline] // container
[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