Skip to content

Commit

Permalink
Jenkinsfile: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed May 18, 2018
1 parent 9d0681c commit 2df62e6
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 @@ -144,11 +144,11 @@ pipeline {
}

stage('license-check') {

steps {
container('maven-runner') {
sh 'mvn license:check'
}
}
}

stage('package') {
Expand Down

0 comments on commit 2df62e6

Please sign in to comment.