Test
This commit is contained in:
@@ -39,6 +39,7 @@ 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 {
|
||||||
@@ -53,7 +54,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user