Testing ci
This commit is contained in:
parent
25ef0cec1c
commit
55f13b8060
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -34,7 +34,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
withGradle {
|
withGradle {
|
||||||
configFileProvider([configFile(fileId: '70cb2022-0bc2-4b25-98a4-e1526dbf2735', variable: 'GRADLE_PROPERTIES')]) {
|
configFileProvider([configFile(fileId: '70cb2022-0bc2-4b25-98a4-e1526dbf2735', variable: 'GRADLE_PROPERTIES')]) {
|
||||||
sh 'GPG_TTY="$(tty)" ./gradlew ${gradleParams} -PcustomProperties=${GRADLE_PROPERTIES} --stacktrace sign'
|
sh 'GPG_TTY="$(tty)" ./gradlew --debug -PcustomProperties=${GRADLE_PROPERTIES} sign'
|
||||||
|
|
||||||
sh './gradlew ${gradleParams} publishToMavenLocal'
|
sh './gradlew ${gradleParams} publishToMavenLocal'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue