#26 Fix repo param
This commit is contained in:
2
build/Jenkinsfile
vendored
2
build/Jenkinsfile
vendored
@@ -36,7 +36,7 @@ pipeline {
|
||||
-DdryRun=${IS_DRY_RUN} \
|
||||
-Drepository.url=${REPO_URL} \
|
||||
-DtagNameFormat="v@{project.version}" \
|
||||
-Darguments="-Dtag=v\\${project.version} -DskipTests"
|
||||
-Darguments="-Drepository.url=${REPO_URL} -Dtag=v\\${project.version} -DskipTests"
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user