@ -1,6 +1,10 @@
pipeline {
agent any
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
}
triggers { pollSCM 'H/30 * * * *' }
environment {