Skip to content

Console Output

Started by user Psikon Administrator
 > git rev-parse --is-inside-work-tree # timeout=10
Setting origin to file:///home/psikon/TestJob
 > git config remote.origin.url file:///home/psikon/TestJob # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/master
Seen branch in repository origin/somebranch
Seen 2 remote branches
Obtained Jenkinsfile from 21dc1109c2781dc31162185dbf00c50f0bd48884
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/psikon/.jenkins/workspace/Test_job_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url file:///home/psikon/TestJob # timeout=10
Fetching without tags
Fetching upstream changes from file:///home/psikon/TestJob
 > git --version # timeout=10
 > git fetch --no-tags --progress file:///home/psikon/TestJob +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 21dc1109c2781dc31162185dbf00c50f0bd48884 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 21dc1109c2781dc31162185dbf00c50f0bd48884 # timeout=10
Commit message: "Jenkinsfile"
 > git rev-list --no-walk 21dc1109c2781dc31162185dbf00c50f0bd48884 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Stuff)
[Pipeline] echo
Stuff  happens here
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Triggering a new build of Deb Repository Publisher #28
Finished: SUCCESS