We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9c6da commit 27ee7a2Copy full SHA for 27ee7a2
Jenkinsfile
@@ -5,7 +5,7 @@ node {
5
6
stage('build') {
7
//withEnv(["PATH+MAVEN=${tool 'apache-maven-3.3.9'}/bin"]) {
8
- withEnv(["PATH+MAVEN=${tool 'apache-maven-3.6.0'}/bin"]) {
+ withEnv(["PATH+MAVEN=${tool 'mvn-3.6.0'}/bin"]) {
9
sh 'mvn --version'
10
sh "mvn clean ${params.testType}"
11
}
0 commit comments