Skip to content

Commit

Permalink
Add release profile to maven command in Jenkins Pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Morton committed Mar 4, 2021
1 parent c66ae10 commit fb21180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pipeline
steps
{
unstash 'workspace'
sh 'mvn deploy'
sh 'mvn deploy -P release'
}

post
Expand Down

0 comments on commit fb21180

Please sign in to comment.