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 bd2b1e2 commit a794cf1Copy full SHA for a794cf1
Jenkinsfile_module.groovy
@@ -1,6 +1,6 @@
1
2
3
-def mvnBuild(testType)
+def mvnBuild(testType) {
4
stage('build') {
5
withEnv(["PATH+MAVEN=${tool 'mvn-3.6.0'}/bin"]) {
6
sh 'mvn --version'
0 commit comments