Skip to content

Instantly share code, notes, and snippets.

@rahul-raj
Created February 28, 2020 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahul-raj/ddeaa1407827f191e0d1b94966a58a0b to your computer and use it in GitHub Desktop.
Save rahul-raj/ddeaa1407827f191e0d1b94966a58a0b to your computer and use it in GitHub Desktop.
error log
Started by user Rahul Raj
16:14:06 Connecting to https://api.github.com using rahul-raj/****** (GitHub-Credentials)
Obtained Jenkinsfile from 8c3ae8c049c516be2c2920f077f12a4ff257b654
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in C:\Program Files (x86)\Jenkins\workspace\CI-CD-Jenkins-Pipeline_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential GitHub-Credentials
> git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git.exe config remote.origin.url https://github.com/rahul-raj/ci-cd-pipeline-example.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/rahul-raj/ci-cd-pipeline-example.git
> git.exe --version # timeout=10
using GIT_ASKPASS to set credentials GitHub-Credentials
> git.exe fetch --no-tags --force --progress -- https://github.com/rahul-raj/ci-cd-pipeline-example.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 8c3ae8c049c516be2c2920f077f12a4ff257b654 (master)
> git.exe config core.sparsecheckout # timeout=10
> git.exe checkout -f 8c3ae8c049c516be2c2920f077f12a4ff257b654 # timeout=10
Commit message: "update jenkins file"
> git.exe rev-list --no-walk 8c3ae8c049c516be2c2920f077f12a4ff257b654 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withMaven
[withMaven] Options: []
[withMaven] Available options:
[withMaven] using JDK installation provided by the build agent
[withMaven] using Maven installation 'maven_3_6_3'
[Pipeline] {
[Pipeline] sh
process apparently never started in C:\Program Files (x86)\Jenkins\workspace\CI-CD-Jenkins-Pipeline_master@tmp\durable-cdbaada3
(running Jenkins temporarily with -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.LAUNCH_DIAGNOSTICS=true might make the problem clearer)
[Pipeline] }
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
Stage "Deploy" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
GitHub has been notified of this commit’s build result
ERROR: script returned exit code -2
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment