Fix indents
All checks were successful
Homelab/jenkins-container/pipeline/head This commit looks good

This commit is contained in:
Jim Nicholson 2022-09-01 16:42:34 -07:00
parent 92f0146197
commit 2f4ee153cb

7
Jenkinsfile vendored
View File

@ -19,9 +19,10 @@ podTemplate(
workspaceVolume: dynamicPVC(), workspaceVolume: dynamicPVC(),
{ {
node(POD_LABEL) { node(POD_LABEL) {
stage('Checkout') { stage('Checkout') {
checkout scm checkout scm
} }
}
} }
) )