Skip tests on master/test
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
8ece348b30
commit
fa882ebde6
|
@ -54,6 +54,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Test') {
|
||||
when { not { anyOf {
|
||||
branch 'test'
|
||||
branch 'master'
|
||||
}}
|
||||
environment {
|
||||
NODE_ENV = ""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue