Start of Pipeline - (8.3 sec in block) | | | |
node - (8.3 sec in block) | | | |
node block - (8.2 sec in block) | | | |
pwd - (1 ms in self) | | | |
pwd - (2 ms in self) | | | |
wrap - (8.2 sec in block) | | | |
wrap block - (8.2 sec in block) | | | |
stage - (5 sec in block) | Clone | | |
stage block (Clone) - (5 sec in block) | | | |
dir - (4.9 sec in block) | /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp | | |
dir block - (4.9 sec in block) | | | |
sh - (0.29 sec in self) | rm -rf * | | |
sshagent - (3.7 sec in block) | | | |
sshagent block - (3.5 sec in block) | | | |
sh - (3.5 sec in self) | git clone --bare git@github.com:cforall/cforall.git repo | | |
dir - (0.91 sec in block) | repo | | |
dir block - (0.88 sec in block) | | | |
sh - (0.29 sec in self) | mkdir .git | | |
sh - (0.29 sec in self) | mv * .git | | |
sh - (0.29 sec in self) | git init | | |
stage - (1.2 sec in block) | Unzip | | |
stage block (Unzip) - (1.2 sec in block) | | | |
dir - (1.2 sec in block) | /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp | | |
dir block - (1.2 sec in block) | | | |
sh - (0.29 sec in self) | wget -q https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/lastSuccessfulBuild/artifact/*zip*/archive.zip | | |
sh - (0.29 sec in self) | unzip archive.zip | | |
findFiles - (20 ms in self) | archive/cfa-cc-*.tar.gz | | |
echo - (2 ms in self) | found: cfa-cc-1.0.0.3205.tar.gz | | |
sh - (0.29 sec in self) | tar -xzf archive/cfa-cc-1.0.0.3205.tar.gz | | |
sh - (0.29 sec in self) | mv cfa-cc-1.0.0.3205/* repo/. | | |
stage - (1.9 sec in block) | Push | | |
stage block (Push) - (1.9 sec in block) | | | |
dir - (1.9 sec in block) | /var/lib/jenkins/workspace/Cforall_Promote_Ref@tmp/repo | | |
dir block - (1.9 sec in block) | | | |
sh - (0.29 sec in self) | git add -A | | |
sh - (0.29 sec in self) | git status | | |
sh - (0.29 sec in self) | git diff-index --quiet HEAD || git commit -m 'Push from build machine: cfa-cc-1.0.0.3205' | | |
sshagent - (1 sec in block) | | | |
sshagent block - (0.86 sec in block) | | | |
sh - (0.85 sec in self) | git push origin master | | |