jenkins: expand testing
This commit is contained in:
Vendored
+1
-1
@@ -45,7 +45,7 @@ pipeline {
|
||||
stage('Test Checkout') {
|
||||
when {
|
||||
beforeAgent true
|
||||
expression { return ('test' == 'test') }
|
||||
expression { return ('origin/zzz' == 'origin/zzz') }
|
||||
}
|
||||
agent { label 'agent-13' }
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user