automated terminal push

This commit is contained in:
lenape
2025-08-05 15:35:54 +00:00
parent 9313be51cb
commit 29fc73f771

View File

@@ -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 {