Skip to content

Commit

Permalink
Impostato maven 3.6 per la compilazione
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Aug 30, 2019
1 parent d08c8f5 commit 9335a6c
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 @@ -3,7 +3,7 @@ pipeline {
stages {
stage('compile') {
steps {
sh 'mvn clean install -Denv=installer_template'
sh '/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.1/bin/mvn clean install -Denv=installer_template'
}
}
stage('build') {
Expand Down

0 comments on commit 9335a6c

Please sign in to comment.