Skip to content

Commit 27ee7a2

Browse files
author
신현일/클라우드개발센터/NE
authored
Update Jenkinsfile
1 parent 9b9c6da commit 27ee7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node {
55

66
stage('build') {
77
//withEnv(["PATH+MAVEN=${tool 'apache-maven-3.3.9'}/bin"]) {
8-
withEnv(["PATH+MAVEN=${tool 'apache-maven-3.6.0'}/bin"]) {
8+
withEnv(["PATH+MAVEN=${tool 'mvn-3.6.0'}/bin"]) {
99
sh 'mvn --version'
1010
sh "mvn clean ${params.testType}"
1111
}

0 commit comments

Comments
 (0)