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"); // 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 * * * *')
} }