Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
next draft
Browse files Browse the repository at this point in the history
  • Loading branch information
agabrys committed Dec 4, 2016
1 parent c24787d commit 48b85f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node {


timestamps {

stage('Cleanup') {
cleanWs
}
Expand All @@ -22,5 +22,5 @@ node {
stage('Archive') {
archiveArtifacts artifacts: "**/target/*.jar", fingerprint: true
}
}

}

0 comments on commit 48b85f9

Please sign in to comment.