Skip to content

Commit a794cf1

Browse files
author
신현일/클라우드개발센터/NE
authored
Update Jenkinsfile_module.groovy
1 parent bd2b1e2 commit a794cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile_module.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
def mvnBuild(testType)
3+
def mvnBuild(testType) {
44
stage('build') {
55
withEnv(["PATH+MAVEN=${tool 'mvn-3.6.0'}/bin"]) {
66
sh 'mvn --version'

0 commit comments

Comments
 (0)