test4
This commit is contained in:
@@ -39,7 +39,6 @@ pipeline {
|
|||||||
BuildThis = false
|
BuildThis = false
|
||||||
echo 'not building'
|
echo 'not building'
|
||||||
}
|
}
|
||||||
echo BuildThis
|
|
||||||
if (BuildThis == true) {
|
if (BuildThis == true) {
|
||||||
stage('Build image') {
|
stage('Build image') {
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
Reference in New Issue
Block a user