Update Jenkinsfile

This commit is contained in:
Telesphoreo 2022-04-10 16:54:42 -05:00
parent d4a73a9b3f
commit 66efa217d0
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline {
agent any
options {
properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '5')), pipelineTriggers([githubPush()])])
}
stages {
stage('applyPatches') {
steps {