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 0e6b7cf commit 93bad7cCopy full SHA for 93bad7c
Jenkinsfile
@@ -165,7 +165,8 @@ pipeline {
165
skipStagesAfterUnstable()
166
}
167
triggers {
168
- parameterizedCron( env.BRANCH_NAME == 'develop' ? '''00 04 * * * % IMAGE_SCAN=true;HELM_UPGRADE_TESTS=true;HC_TESTS=true''' : '')
+ parameterizedCron( env.BRANCH_NAME == 'develop' ? '''00 04 * * * % IMAGE_SCAN=true;HELM_UPGRADE_TESTS=true;HC_TESTS=true
169
+ 00 04 * * * % dockerImageType=ubi''' : '')
170
171
environment {
172
dockerRegistry = 'ml-docker-db-dev-tierpoint.bed-artifactory.bedford.progress.com'
0 commit comments