Update Jenkinsfile

This commit is contained in:
Telesphoreo 2022-04-10 16:54:42 -05:00
parent d4a73a9b3f
commit 66efa217d0

3
Jenkinsfile vendored
View File

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