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");
|
// setBuildStatus("Build complete", "SUCCESS");
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
options {
|
// options {
|
||||||
timeout(time: 10, unit: 'MINUTES')
|
// timeout(time: 10, unit: 'MINUTES')
|
||||||
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '7'))
|
// buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '7'))
|
||||||
}
|
// }
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM('H/5 * * * *')
|
pollSCM('H/5 * * * *')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue