Options in Jenkinsfile
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
options {
|
||||
timeout(time: 15, unit: 'MINUTES')
|
||||
timestamps()
|
||||
buildDiscarder(logRotator(numToKeepStr: '10'))
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
|
||||
triggers {
|
||||
cron('H */6 * * *')
|
||||
|
||||
Reference in New Issue
Block a user