SuccessConsole Output

Started by GitLab push by Michele Carignani
Obtained Jenkinsfile from git git@forge.etsi.org:etsi-cti-admin/test-repo.git
[Pipeline] node
Running on build.forge.etsi.org in /home/jenkins/workspace/playground/test-jenkinsfile
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] checkout
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@forge.etsi.org:etsi-cti-admin/test-repo.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:etsi-cti-admin/test-repo.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:etsi-cti-admin/test-repo.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 2c7c8a8f5eca7268459b24ae9c8004985f1c1434 # timeout=10
Checking out Revision 2c7c8a8f5eca7268459b24ae9c8004985f1c1434 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2c7c8a8f5eca7268459b24ae9c8004985f1c1434
Commit message: "Update Jenkinsfile"
 > git rev-list 238abcea9489297867bf535c1a1801a923d86f88 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (say hello)
[Pipeline] echo
Hello world
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (say goodbye)
[Pipeline] echo
Goodbye
[Pipeline] sh
[test-jenkinsfile] Running shell script
+ pwd
+ echo /home/jenkins/workspace/playground/test-jenkinsfile
/home/jenkins/workspace/playground/test-jenkinsfile
[Pipeline] sh
[test-jenkinsfile] Running shell script
+ pwd
/home/jenkins/workspace/playground/test-jenkinsfile
[Pipeline] sh
[test-jenkinsfile] Running shell script
+ ls
Jenkinsfile
mc-file
seb-1-proposed
test.txt
[Pipeline] echo
again
[Pipeline] gitlabCommitStatus
[Pipeline] {
[Pipeline] }
[Pipeline] // gitlabCommitStatus
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS