Skip to content

Commit 862af4a

Browse files
authored
Merge pull request #202 from cyberark/automated-release-process
Change git cleanup call
2 parents 07cfe81 + eeb0f7a commit 862af4a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,10 @@ pipeline {
149149
steps {
150150
release {
151151
// Clean up all but the calculated VERSION
152-
sh 'docker run -i --rm -v $PWD:/src -w /src alpine/git clean -fxd -e VERSION'
152+
sh '''docker run -i --rm -v $PWD:/src -w /src alpine/git clean -fxd \
153+
-e VERSION \
154+
-e bom-assets/ \
155+
-e release-assets/ '''
153156
sh './publish.sh'
154157
}
155158
}

0 commit comments

Comments
 (0)