Added trigger every 2 minutes
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -15,4 +15,7 @@ pipeline {
|
||||
}
|
||||
|
||||
}
|
||||
triggers {
|
||||
cron('H/2 * * * *')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user