diff --git a/Jenkinsfile b/Jenkinsfile index 92a6611..8cae61d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,8 @@ pipeline { git checkout -b build-${BUILD_NUMBER} mkdir -p dist npm run compile - git stash + git add . + git commit -m "Update Compiled Adblock List" ''' } }