1
0
Fork 0

fixed time trigger

This commit is contained in:
Christian Kühnel 2019-12-19 09:07:56 +00:00
parent 7f20630671
commit ddc28e66eb

View file

@ -16,7 +16,7 @@ pipeline {
agent { label 'windows' }
triggers {
pollSCM '0 H/2 * * *'
pollSCM 'H H/2 * * *'
}
// enable timestaps for getting execution times