Start of Pipeline - (14 sec in block) | | |
|
properties - (0.1 sec in self) | | |
|
node - (14 sec in block) | | |
|
node block - (14 sec in block) | | |
|
sh - (0.39 sec in self) | curl -LO https://raw.githubusercontent.com/coreos/fedora-coreos-pipeline/main/utils.groovy | |
|
load - (0.73 sec in block) | utils.groovy | |
|
load block (utils.groovy) - (0.13 sec in block) | | |
|
withEnv - (7.7 sec in block) | HOME | |
|
withEnv block - (7.5 sec in block) | | |
|
sh - (7.3 sec in self) |
set -euo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
oc get configmap -o json jenkins-config | jq .data
| |
|
readJSON - (0.15 sec in self) | | |
|
withEnv - (0.7 sec in block) | HOME | |
|
withEnv block - (0.45 sec in block) | | |
|
sh - (0.34 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
rm -rf source
| |
|
withEnv - (0.87 sec in block) | HOME | |
|
withEnv block - (0.66 sec in block) | | |
|
sh - (0.54 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.6 sec in self) | source/jobs/*.Jenkinsfile | |
|
jobDsl - (2.6 sec in self) | | |
|
jobDsl - (0.23 sec in self) | | |
|
jobDsl - (0.18 sec in self) | | |
|