Skip to content

Commit fcfeb7a

Browse files
authored
add option to rip out package check logic (#29)
add option to rip out package check logic
2 parents 1d5861b + b32bd23 commit fcfeb7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roles/generate-jenkins/templates/Jenkinsfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ pipeline {
530530
}
531531
}
532532
}
533+
{% if skip_package_check is not defined %}
533534
// Take the image we just built and dump package versions for comparison
534535
stage('Update-packages') {
535536
when {
@@ -613,6 +614,7 @@ pipeline {
613614
}
614615
}
615616
}
617+
{% endif %}
616618
/* #######
617619
Testing
618620
####### */

0 commit comments

Comments
 (0)