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') {
|
stage('🧪 Application Tests') {
|
||||||
when {
|
when {
|
||||||
not { params.SKIP_TESTS }
|
not {
|
||||||
|
equals expected: true, actual: params.SKIP_TESTS
|
||||||
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|||||||
Reference in New Issue
Block a user