Skip to content
Success

Console Output

Started by an SCM change
Building remotely on reynolds in workspace /home/jenkins/workspace/ProjectX_Weekly
Cloning the remote Git repository
Cloning repository ssh://jenkins@acdl.mit.edu/home/svnroot/projectx.git
 > git init /home/jenkins/workspace/ProjectX_Weekly # timeout=10
Fetching upstream changes from ssh://jenkins@acdl.mit.edu/home/svnroot/projectx.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git -c core.askpass=true fetch --tags --progress ssh://jenkins@acdl.mit.edu/home/svnroot/projectx.git +refs/heads/*:refs/remotes/acdl/*
 > git config remote.acdl.url ssh://jenkins@acdl.mit.edu/home/svnroot/projectx.git # timeout=10
 > git config --add remote.acdl.fetch +refs/heads/*:refs/remotes/acdl/* # timeout=10
 > git config remote.acdl.url ssh://jenkins@acdl.mit.edu/home/svnroot/projectx.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from ssh://jenkins@acdl.mit.edu/home/svnroot/projectx.git
using GIT_SSH to set credentials 
 > git -c core.askpass=true fetch --tags --progress ssh://jenkins@acdl.mit.edu/home/svnroot/projectx.git +refs/heads/*:refs/remotes/acdl/* --prune
 > git rev-parse refs/remotes/acdl/apprentice^{commit} # timeout=10
 > git rev-parse refs/remotes/acdl/acdl/apprentice^{commit} # timeout=10
Merging Revision 157e8e74e5c6d7e2ac0bd1561c7baa37d0218c78 (refs/remotes/acdl/apprentice) onto acdl/master using default strategy
 > git rev-parse acdl/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f acdl/master
 > git merge 157e8e74e5c6d7e2ac0bd1561c7baa37d0218c78 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Seen branch in repository acdl/allmaras/develop
Seen branch in repository acdl/apprentice
Seen branch in repository acdl/arthuang/develop
Seen branch in repository acdl/carlee/develop
Seen branch in repository acdl/develop
Seen branch in repository acdl/galbramc/develop
Seen branch in repository acdl/master
Seen branch in repository acdl/savithru/develop
Seen branch in repository acdl/yixuan/develop
Seen 9 remote branches
Checking out Revision 157e8e74e5c6d7e2ac0bd1561c7baa37d0218c78 (acdl/develop, acdl/master, acdl/arthuang/develop, acdl/apprentice, acdl/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 157e8e74e5c6d7e2ac0bd1561c7baa37d0218c78
Using 'Changelog to branch' strategy.
No emails were triggered.
Triggering ProjectX_Weekly » relwithdebinfo_gnu,reynolds
ProjectX_Weekly » relwithdebinfo_gnu,reynolds completed with result SUCCESS
 > git tag -l jenkins-ProjectX_Weekly-19 # timeout=10
 > git tag -a -f -m Jenkins Build #19 jenkins-ProjectX_Weekly-19-SUCCESS # timeout=10
Pushing HEAD to branch master of acdl repository
using GIT_SSH to set credentials 
 > git --version # timeout=10
 > git -c core.askpass=true push ssh://jenkins@acdl.mit.edu/home/svnroot/projectx.git HEAD:master
[PostBuildScript] - Execution post build scripts.
[Current build status] check if current [SUCCESS] is worse or equals then [FAILURE] and better or equals then [FAILURE]
Run condition [Current build status] preventing perform for step [Execute shell]
No emails were triggered.
Finished: SUCCESS