Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 6f49e74

Browse files
authored
Merge pull request #38 from guillaumerose/patch-1
Keep only 20 builds
2 parents 0d7a456 + cb58208 commit 6f49e74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
properties([buildDiscarder(logRotator(numToKeepStr: '20'))])
2+
13
node('gcp-linux-worker-0') {
24
stage('Build') {
35
dir('src/github.com/docker/lunchbox') {

0 commit comments

Comments
 (0)