Fixing version from commandline
This commit is contained in:
parent
9ed13e1888
commit
23c95ca652
2 changed files with 5 additions and 4 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -37,7 +37,7 @@ pipeline {
|
|||
configFileProvider([configFile(fileId: '70cb2022-0bc2-4b25-98a4-e1526dbf2735', variable: 'GRADLE_PROPERTIES')]) {
|
||||
sh './gradlew ${gradleParams} publishToMavenLocal'
|
||||
|
||||
sh './gradlew ${gradleParams} -PdoRelease -PcustomProperties=${GRADLE_PROPERTIES} publish'
|
||||
sh './gradlew ${gradleParams} -Prelease -PcustomProperties=${GRADLE_PROPERTIES} publish'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue