Skip to content

Commit

Permalink
Inserito numero di build da mantenere per evitare disk full sulla mac…
Browse files Browse the repository at this point in the history
…china jenkins
  • Loading branch information
nardil committed Dec 14, 2019
1 parent a20af0f commit 0772414
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pipeline {
agent any
options {
disableConcurrentBuilds()
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5'))
}
stages {
stage('build') {
Expand Down

0 comments on commit 0772414

Please sign in to comment.