We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5c2a6 commit 3f5167aCopy full SHA for 3f5167a
Jenkinsfile
@@ -136,6 +136,9 @@ pipeline {
136
}
137
138
stage('push-images') {
139
+ when {
140
+ expression { env.SKIP_TESTS != 'true' }
141
+ }
142
steps {
143
echo 'Docker Push'
144
script {
@@ -157,6 +160,9 @@ pipeline {
157
160
158
161
159
162
stage('create-secrets') {
163
164
165
166
167
echo 'Create K8s secrets'
168
0 commit comments