changed single quotes to double
This commit is contained in:
@@ -4,7 +4,7 @@ def call(boolean skipTests = true) {
|
||||
if (skipTests) {
|
||||
mvnCommand += " -DskipTests"
|
||||
}
|
||||
sh 'mvnCommand'
|
||||
sh "${mvnCommand}"
|
||||
echo "Jar file ready"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user