Skip to content

Commit d97d07a

Browse files
authored
CCD-6630 :: Update Jenkinsfile_nightly (#690)
* Update Jenkinsfile_nightly * Update Jenkinsfile_nightly
1 parent 46d3309 commit d97d07a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile_nightly

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
properties([
44
// H allow predefined but random minute see https://en.wikipedia.org/wiki/Cron#Non-standard_characters
55
//CCD-3539 (Stop running Nightly builds on weekends). Original schedule was 'H 05 * * *'
6-
pipelineTriggers([cron('H 08 * * 1-5')])
6+
//pipelineTriggers([cron('H 08 * * 1-5')])
77
])
88

99
@Library("Infrastructure")
@@ -37,6 +37,7 @@ static LinkedHashMap<String, Object> secret(String secretName, String envVar) {
3737
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctspublic.azurecr.io/imported/"
3838

3939
withNightlyPipeline(type, product, component) {
40+
4041
loadVaultSecrets(secrets)
4142
enableFortifyScan()
4243
enableDbMigration('ccd')

0 commit comments

Comments
 (0)