Jenkins cron trigger by hash introduced
This commit is contained in:
parent
5741f20d7b
commit
37b7e13512
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user