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