test new Jenkinsfile
This commit is contained in:
parent
dfe593836d
commit
2c23b4e07d
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -44,10 +44,10 @@ pipeline {
|
|||
// setBuildStatus("Build complete", "SUCCESS");
|
||||
// }
|
||||
// }
|
||||
options {
|
||||
timeout(time: 10, unit: 'MINUTES')
|
||||
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '7'))
|
||||
}
|
||||
// options {
|
||||
// timeout(time: 10, unit: 'MINUTES')
|
||||
// buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '7'))
|
||||
// }
|
||||
triggers {
|
||||
pollSCM('H/5 * * * *')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue