Skip to content
Success

Console Output

Started by an SCM change
Obtained Jenkinsfile from git git@github.com:CCP-WSI/training.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] stage
[Pipeline] { (Computing work)
[Pipeline] echo
Currently on branch dev
[Pipeline] }
[Pipeline] // stage
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on Scientific-Linux_7-3509 in /home/jenkins/workspace/ccpwsi_training/build_dev
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
Cloning the remote Git repository
remote: Counting objects
remote: Compressing objects
Receiving objects
Resolving deltas
Updating references
Checking out Revision 651470a43c6cfff155f29dd0e1cc521faaca54c1 (refs/remotes/origin/dev)
Commit message: "Removed github trigger property"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Check structure)
[Pipeline] sh
[build_dev] Running shell script
+ ./.scripts/directory_check.py .
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Stash code)
[Pipeline] stash
Stashed 351 file(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] stage
[Pipeline] { (Build code)
[Pipeline] parallel
[Pipeline] [301] { (Branch: 301)
[Pipeline] [41] { (Branch: 41)
[Pipeline] [50] { (Branch: 50)
[Pipeline] [301] node
[Pipeline] [41] node
[Pipeline] [50] node
[301] Still waiting to schedule task
[301] Waiting for next available executor
[41] Still waiting to schedule task
[41] Waiting for next available executor
[50] Still waiting to schedule task
[50] Waiting for next available executor
[301] Running on Scientific-Linux_7-9932 in /home/jenkins/workspace/ccpwsi_training/build_dev
[Pipeline] [301] {
[Pipeline] [301] unstash
[Pipeline] [301] withEnv
[Pipeline] [301] {
[Pipeline] [301] dir
[301] Running in /home/jenkins/workspace/ccpwsi_training/build_dev/OF301
[Pipeline] [301] {
[Pipeline] [301] }
[Pipeline] [301] // dir
[Pipeline] [301] }
[Pipeline] [301] // withEnv
[Pipeline] [301] }
[Pipeline] [301] // node
[Pipeline] [301] }
[41] Running on Scientific-Linux_7-8104 in /home/jenkins/workspace/ccpwsi_training/build_dev
[Pipeline] [41] {
[Pipeline] [41] unstash
[Pipeline] [41] withEnv
[Pipeline] [41] {
[Pipeline] [41] dir
[41] Running in /home/jenkins/workspace/ccpwsi_training/build_dev/OF41
[Pipeline] [41] {
[Pipeline] [41] }
[Pipeline] [41] // dir
[Pipeline] [41] }
[Pipeline] [41] // withEnv
[Pipeline] [41] }
[Pipeline] [41] // node
[Pipeline] [41] }
[50] Running on Scientific-Linux_7-1585 in /home/jenkins/workspace/ccpwsi_training/build_dev
[Pipeline] [50] {
[Pipeline] [50] unstash
[Pipeline] [50] withEnv
[Pipeline] [50] {
[Pipeline] [50] dir
[50] Running in /home/jenkins/workspace/ccpwsi_training/build_dev/OF50
[Pipeline] [50] {
[Pipeline] [50] }
[Pipeline] [50] // dir
[Pipeline] [50] }
[Pipeline] [50] // withEnv
[Pipeline] [50] }
[Pipeline] [50] // node
[Pipeline] [50] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive artefacts)
[Pipeline] echo
Skipping archiving as not on the master branch
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
Finished: SUCCESS