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

Commit af9aa7b

Browse files
authored
Merge pull request #12 from mat007/clean-artifacts
Clean artefacts at the start of a Jenkins build
2 parents 5af2ad4 + 6e9ff31 commit af9aa7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ node('gcp-linux-worker-0') {
22
stage('Build') {
33
dir('src/github.com/docker/lunchbox') {
44
checkout scm
5+
sh 'rm -f *.tar.gz'
56
sh 'docker image prune -f'
67
sh 'make ci-lint'
78
sh 'make ci-test'

0 commit comments

Comments
 (0)