fixed time trigger
This commit is contained in:
parent
7f20630671
commit
ddc28e66eb
1 changed files with 1 additions and 1 deletions
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -16,7 +16,7 @@ pipeline {
|
|||
agent { label 'windows' }
|
||||
|
||||
triggers {
|
||||
pollSCM '0 H/2 * * *'
|
||||
pollSCM 'H H/2 * * *'
|
||||
}
|
||||
|
||||
// enable timestaps for getting execution times
|
||||
|
|
Loading…
Reference in a new issue