mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-26 22:55:39 +00:00
Update Jenkinsfile
This commit is contained in:
parent
d4a73a9b3f
commit
66efa217d0
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,5 +1,8 @@
|
||||
pipeline {
|
||||
agent any
|
||||
options {
|
||||
properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '5')), pipelineTriggers([githubPush()])])
|
||||
}
|
||||
stages {
|
||||
stage('applyPatches') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user