Update jenkinsfile

This commit is contained in:
zontreck 2024-07-08 23:38:58 -07:00
parent 96cd583c63
commit 23b1f20751

7
Jenkinsfile vendored
View file

@ -2,6 +2,13 @@ pipeline {
agent {
label 'linux'
}
options {
buildDiscarder(
logRotator(
numToKeepStr: '5'
)
)
}
stages {
stage('Build') {