Skip to content
Success

Console Output

Started by user pabuhr
Running as Jenkins Build User
Obtained Jenkins/Promote from git cforall@plg.uwaterloo.ca:software/cfa/cfa-cc
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Brokk 0 in /var/lib/jenkins/workspace/Cforall_Promote_Ref
[Pipeline] {
[Pipeline] pwd
[Pipeline] pwd
[Pipeline] wrap
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clone)
[Pipeline] dir
18:09:16 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp
[Pipeline] {
[Pipeline] sh
18:09:16 + rm -rf archive archive.zip cfa-cc-1.0.0.2 repo repo@tmp
[Pipeline] sshagent
18:09:16 [ssh-agent] Using credentials jenkins (GitHub Promote Key)
18:09:16 SSH_AUTH_SOCK=/tmp/ssh-35Ui5ZeTpH3e/agent.495526
18:09:16 SSH_AGENT_PID=495528
18:09:16 Running ssh-add (command line suppressed)
18:09:17 [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
18:09:17 + git clone --bare git@github.com:cforall/cforall.git repo
18:09:17 Cloning into bare repository 'repo'...
$ ssh-agent
Identity added: /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp@tmp/private_key_12931632782613557360.key (jenkins@plg2)
[Pipeline] }
18:09:19 [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] dir
18:09:19 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo
[Pipeline] {
[Pipeline] sh
18:09:19 + mkdir .git
[Pipeline] sh
18:09:19 + mv HEAD branches config description hooks info objects packed-refs refs .git
[Pipeline] sh
18:09:20 + git init
18:09:20 Reinitialized existing Git repository in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo/.git/
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unzip)
[Pipeline] dir
18:09:20 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp
[Pipeline] {
[Pipeline] sh
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 495528 killed;
18:09:20 + wget -q https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/lastSuccessfulBuild/artifact/*zip*/archive.zip
[Pipeline] sh
18:09:23 + unzip archive.zip
18:09:23 Archive:  archive.zip
18:09:23   inflating: archive/cfa-cc-1.0.0.0.tar.gz  
[Pipeline] findFiles
[Pipeline] echo
18:09:23 found: cfa-cc-1.0.0.0.tar.gz
[Pipeline] sh
18:09:23 + tar -xzf archive/cfa-cc-1.0.0.0.tar.gz
[Pipeline] sh
18:09:24 + mv cfa-cc-1.0.0.0/INSTALL cfa-cc-1.0.0.0/LICENSE cfa-cc-1.0.0.0/Makefile.am cfa-cc-1.0.0.0/Makefile.in cfa-cc-1.0.0.0/README cfa-cc-1.0.0.0/aclocal.m4 cfa-cc-1.0.0.0/automake cfa-cc-1.0.0.0/configure cfa-cc-1.0.0.0/configure.ac cfa-cc-1.0.0.0/doc cfa-cc-1.0.0.0/driver cfa-cc-1.0.0.0/libcfa cfa-cc-1.0.0.0/src cfa-cc-1.0.0.0/tests cfa-cc-1.0.0.0/tools repo/.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push)
[Pipeline] dir
18:09:24 Running in /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo
[Pipeline] {
[Pipeline] sh
18:09:24 + git add -A
[Pipeline] sh
18:09:24 + git status
18:09:24 On branch master
18:09:24 Changes to be committed:
18:09:24   (use "git restore --staged <file>..." to unstage)
18:09:24 	modified:   libcfa/src/collections/string.cfa
18:09:24 	modified:   libcfa/src/collections/string.hfa
18:09:24 
[Pipeline] sh
18:09:24 + git diff-index --quiet HEAD
18:09:24 + git commit -m Push from build machine: cfa-cc-1.0.0.0
18:09:24 [master 4bd4c85] Push from build machine: cfa-cc-1.0.0.0
18:09:24  2 files changed, 30 insertions(+), 45 deletions(-)
[Pipeline] sshagent
18:09:24 [ssh-agent] Using credentials jenkins (GitHub Promote Key)
18:09:25 SSH_AUTH_SOCK=/tmp/ssh-aCwjZl5n4YAN/agent.495657
18:09:25 SSH_AGENT_PID=495659
18:09:25 Running ssh-add (command line suppressed)
18:09:25 [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
18:09:25 + git push origin master
$ ssh-agent
Identity added: /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo@tmp/private_key_4485346148510404733.key (jenkins@plg2)
18:09:26 To github.com:cforall/cforall.git
18:09:26    d298b1b..4bd4c85  master -> master
[Pipeline] }
18:09:26 [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS