Start of Pipeline - (3.8 sec in block) | | | |
properties - (0.14 sec in self) | | | |
node - (3.4 sec in block) | | | |
node block - (3.2 sec in block) | | | |
sh - (0.33 sec in self) | curl -LO https://raw.githubusercontent.com/coreos/fedora-coreos-pipeline/main/utils.groovy | | |
load - (0.25 sec in block) | utils.groovy | | |
load block (utils.groovy) - (28 ms in block) | | | |
withEnv - (0.36 sec in block) | HOME | | |
withEnv block - (0.31 sec in block) | | | |
sh - (0.27 sec in self) |
set -euo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
oc get configmap -o json jenkins-config | jq .data
| | |
readJSON - (0.52 sec in self) | | | |
withEnv - (0.35 sec in block) | HOME | | |
withEnv block - (0.3 sec in block) | | | |
sh - (0.27 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
rm -rf source
| | |
withEnv - (0.59 sec in block) | HOME | | |
withEnv block - (0.53 sec in block) | | | |
sh - (0.51 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
git clone -b main https://github.com/coreos/coreos-ci source
| | |
findFiles - (0.11 sec in self) | source/jobs/*.Jenkinsfile | | |
jobDsl - (0.54 sec in self) | | | |
jobDsl - (98 ms in self) | | | |
jobDsl - (81 ms in self) | | | |