test new Jenkinsfile

This commit is contained in:
anhefti 2024-03-04 16:09:58 +01:00
parent dfe593836d
commit 2c23b4e07d

8
Jenkinsfile vendored
View file

@ -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 * * * *')
}