Jenkins cron trigger by hash introduced

This commit is contained in:
Игорь Чудов 2019-10-04 16:53:19 +04:00
parent 5741f20d7b
commit 37b7e13512
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -127,7 +127,7 @@ platforms.each { platform ->
} }
} }
triggers { triggers {
cron('29 3,7,9 * * *') cron('H 3,7,9 * * *')
} }
steps { steps {
shell('/usr/bin/env MIRRORS_DEST=${MIRRORS_DEST} MIRRORS_SRC=${MIRRORS_SRC} PLATFORM=' + platform + ' /bin/sh ./scripts/sync_alt_repo') shell('/usr/bin/env MIRRORS_DEST=${MIRRORS_DEST} MIRRORS_SRC=${MIRRORS_SRC} PLATFORM=' + platform + ' /bin/sh ./scripts/sync_alt_repo')