Start of Pipeline - (37 sec in block) | | |
|
properties - (5 sec in self) | | |
|
node - (27 sec in block) | | |
|
node block - (24 sec in block) | | |
|
sh - (3.1 sec in self) | curl -LO https://raw.githubusercontent.com/coreos/fedora-coreos-pipeline/main/utils.groovy | |
|
load - (8.9 sec in block) | utils.groovy | |
|
load block (utils.groovy) - (0.78 sec in block) | | |
|
withEnv - (8.2 sec in block) | HOME | |
|
withEnv block - (8 sec in block) | | |
|
sh - (7.9 sec in self) |
set -euo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
oc get configmap -o json jenkins-config | jq .data
| |
|
readJSON - (0.3 sec in self) | | |
|
withEnv - (1.2 sec in block) | HOME | |
|
withEnv block - (0.48 sec in block) | | |
|
sh - (0.36 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
rm -rf source
| |
|
withEnv - (1.2 sec in block) | HOME | |
|
withEnv block - (1 sec in block) | | |
|
sh - (0.84 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.25 sec in self) | source/jobs/*.Jenkinsfile | |
|
jobDsl - (0.59 sec in self) | | |
|