Start of Pipeline - (5.9 sec in block) | | |
|
properties - (0.15 sec in self) | | |
|
node - (5.5 sec in block) | | |
|
node block - (5.3 sec in block) | | |
|
sh - (0.31 sec in self) | curl -LO https://raw.githubusercontent.com/coreos/fedora-coreos-pipeline/main/utils.groovy | |
|
load - (0.38 sec in block) | utils.groovy | |
|
load block (utils.groovy) - (88 ms in block) | | |
|
withEnv - (0.93 sec in block) | HOME | |
|
withEnv block - (0.56 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 - (0.26 sec in self) | | |
|
withEnv - (1 sec in block) | HOME | |
|
withEnv block - (0.64 sec in block) | | |
|
sh - (0.43 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
rm -rf source
| |
|
withEnv - (1.1 sec in block) | HOME | |
|
withEnv block - (0.9 sec in block) | | |
|
sh - (0.63 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.77 sec in self) | | |
|
jobDsl - (0.12 sec in self) | | |
|
jobDsl - (0.12 sec in self) | | |
|