automated terminal push
This commit is contained in:
4
infrastructure/services/Jenkinsfile
vendored
4
infrastructure/services/Jenkinsfile
vendored
@@ -187,7 +187,9 @@ sonar.terraform.provider.aws=true
|
||||
|
||||
stage('🧪 Application Tests') {
|
||||
when {
|
||||
not { params.SKIP_TESTS }
|
||||
not {
|
||||
equals expected: true, actual: params.SKIP_TESTS
|
||||
}
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
|
||||
Reference in New Issue
Block a user