Skip to content
Success

Console Output

Push event to branch dependabot/npm_and_yarn/madge-4.0.1
11:26:41 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 153052f3aa2a5b7a5c87fec0993b8b1dd6c31386
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: che4z/jenkins-agent-0jtzc
[Normal][che4z/jenkins-agent-0jtzc][Scheduled] Successfully assigned che4z/jenkins-agent-0jtzc to okdnode-15
Still waiting to schedule task
‘jenkins-agent-0jtzc’ is offline
[Normal][che4z/jenkins-agent-0jtzc][AddedInterface] Add eth0 [10.40.42.87/23]
[Normal][che4z/jenkins-agent-0jtzc][Pulling] Pulling image "node:12.10.0-alpine"
[Normal][che4z/jenkins-agent-0jtzc][Pulled] Successfully pulled image "node:12.10.0-alpine" in 4.116381302s
[Normal][che4z/jenkins-agent-0jtzc][Created] Created container node
[Normal][che4z/jenkins-agent-0jtzc][Started] Started container node
[Normal][che4z/jenkins-agent-0jtzc][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][che4z/jenkins-agent-0jtzc][Created] Created container jnlp
[Normal][che4z/jenkins-agent-0jtzc][Started] Started container jnlp
Agent jenkins-agent-0jtzc is provisioned from template explorer-for-endevor_pod_3_dependabotnpm_and_yarnmadge-4.0.1-2wd61
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/dependabot%252Fnpm_and_yarn%252Fmadge-4.0.1/3/"
    runUrl: "job/endevorExplorer/job/dependabot%252Fnpm_and_yarn%252Fmadge-4.0.1/3/"
  labels:
    jenkins: "slave"
    jenkins/label: "explorer-for-endevor_pod_3_dependabotnpm_and_yarnmadge-4.0.1"
  name: "jenkins-agent-0jtzc"
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: "jenkins-agent-0jtzc"
    - name: "JENKINS_NAME"
      value: "jenkins-agent-0jtzc"
    - 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:
      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 jenkins-agent-0jtzc in /home/jenkins/agent/workspace/endabot_npm_and_yarn_madge-4.0.1
[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/endabot_npm_and_yarn_madge-4.0.1 # 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/dependabot/npm_and_yarn/madge-4.0.1:refs/remotes/origin/dependabot/npm_and_yarn/madge-4.0.1 # timeout=10
Avoid second fetch
Checking out Revision 153052f3aa2a5b7a5c87fec0993b8b1dd6c31386 (dependabot/npm_and_yarn/madge-4.0.1)
 > 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/dependabot/npm_and_yarn/madge-4.0.1:refs/remotes/origin/dependabot/npm_and_yarn/madge-4.0.1 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 153052f3aa2a5b7a5c87fec0993b8b1dd6c31386 # timeout=10
Commit message: "Bump madge from 3.12.0 to 4.0.1"
 > git rev-list --no-walk da09b1e188f64d4e428b7802d2628a57c918e187 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
11:27:34 [2021-05-06T15:27:34.970Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
11:27:36 [2021-05-06T15:27:36.942Z] + npm ci
11:29:31 [2021-05-06T15:29:31.755Z] 
11:29:31 [2021-05-06T15:29:31.755Z] > fsevents@1.2.13 install /home/jenkins/agent/workspace/endabot_npm_and_yarn_madge-4.0.1/node_modules/watchpack-chokidar2/node_modules/fsevents
11:29:31 [2021-05-06T15:29:31.755Z] > node install.js
11:29:31 [2021-05-06T15:29:31.755Z] 
11:29:31 [2021-05-06T15:29:31.755Z] 
11:29:31 [2021-05-06T15:29:31.756Z] Skipping 'fsevents' build as platform linux is not supported
11:29:31 [2021-05-06T15:29:31.756Z] added 1432 packages in 109.177s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
11:29:33 [2021-05-06T15:29:33.495Z] + npx vsce package
11:29:33 [2021-05-06T15:29:33.495Z]  INFO  Detected presence of yarn.lock. Using 'yarn' instead of 'npm' (to override this pass '--no-yarn' on the command line).
11:29:36 [2021-05-06T15:29:36.777Z]  DONE  Packaged: /home/jenkins/agent/workspace/endabot_npm_and_yarn_madge-4.0.1/explorer-for-endevor-0.12.0.vsix (4 files, 7.65KB)
[Pipeline] archiveArtifacts
11:29:36 [2021-05-06T15:29:36.792Z] Archiving artifacts
[Pipeline] sh
11:29:39 [2021-05-06T15:29:39.696Z] + mv explorer-for-endevor-0.12.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
11:29:39 [2021-05-06T15:29:39.866Z] Deployment skipped for branch: dependabot/npm_and_yarn/madge-4.0.1
[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