Start of Pipeline - (3.1 sec in block) | | |
|
properties - (63 ms in self) | | |
|
node - (2.9 sec in block) | | |
|
node block - (2.9 sec in block) | | |
|
sh - (0.25 sec in self) | curl -LO https://raw.githubusercontent.com/coreos/fedora-coreos-pipeline/main/utils.groovy | |
|
load - (0.36 sec in block) | utils.groovy | |
|
load block (utils.groovy) - (7 ms in block) | | |
|
withEnv - (0.54 sec in block) | HOME | |
|
withEnv block - (0.54 sec in block) | | |
|
sh - (0.51 sec in self) |
set -euo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
oc get configmap -o json jenkins-config | jq .data
| |
|
readJSON - (34 ms in self) | | |
|
withEnv - (0.3 sec in block) | HOME | |
|
withEnv block - (0.3 sec in block) | | |
|
sh - (0.25 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
rm -rf source
| |
|
withEnv - (0.57 sec in block) | HOME | |
|
withEnv block - (0.56 sec in block) | | |
|
sh - (0.55 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 - (18 ms in self) | source/jobs/*.Jenkinsfile | |
|
jobDsl - (0.34 sec in self) | | |
|
jobDsl - (0.21 sec in self) | | |
|
jobDsl - (0.27 sec in self) | | |
|