Skip to content

Commit

Permalink
Add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Mar 22, 2019
1 parent 83b5c54 commit 6a38d72
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 @@ -18,7 +18,7 @@ pipeline {
steps {
// Currently running on a build node with multiple jobs so incorrect jar may be cached
// (Moving to Docker should fix this)
sh 'gradle --init-script init-ci.gradle publishToMavenLocal --refresh-dependencies'
sh 'gradle --init-script init-ci.gradle publishToMavenLocal build --refresh-dependencies'
}
}
stage('Deploy') {
Expand Down

0 comments on commit 6a38d72

Please sign in to comment.