Skip to content

Commit

Permalink
Merge pull request #449 from apache/fix-jenk
Browse files Browse the repository at this point in the history
Fixed Jenkinsfile
  • Loading branch information
oscerd authored Feb 18, 2019
2 parents b8e4a9a + 1dfd73c commit 8496737
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,12 @@ pipeline {
stages {

stage('Test & Install') {
when {
branch 'master'
}
steps {
sh "./mvnw $MAVEN_PARAMS clean install deploy -f ./runtime/pom.xml"
}
}

stage('Deploy') {
when {
branch 'master'
}
steps {
sh "./mvnw $MAVEN_PARAMS deploy -f ./runtime/pom.xml"
}
Expand Down

0 comments on commit 8496737

Please sign in to comment.