Fix indents
All checks were successful
Homelab/jenkins-container/pipeline/head This commit looks good
All checks were successful
Homelab/jenkins-container/pipeline/head This commit looks good
This commit is contained in:
parent
92f0146197
commit
2f4ee153cb
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -19,9 +19,10 @@ podTemplate(
|
|||||||
workspaceVolume: dynamicPVC(),
|
workspaceVolume: dynamicPVC(),
|
||||||
{
|
{
|
||||||
node(POD_LABEL) {
|
node(POD_LABEL) {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user