Skip to content

Commit

Permalink
improve Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasergott committed Aug 18, 2018
1 parent 96bb8fb commit 68e9fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
steps {
echo 'Building..'
sh 'mvn clean install'
archiveArtifacts artifacts: 'CloudNotify/target/CloudNotify.jar', fingerprint: true
archiveArtifacts artifacts: 'target/CloudNotify.jar', fingerprint: true
}

}
Expand Down

0 comments on commit 68e9fdf

Please sign in to comment.