I have no idea how to securely set credentials

This commit is contained in:
Telesphoreo 2022-04-07 01:32:06 -05:00
parent d4ddf09c32
commit 85eff9a26d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stage("build") { stage("build") {
steps { steps {
withGradle { withGradle {
sh "./gradlew build javadoc publish --no-daemon" sh "./gradlew build javadoc --no-daemon"
} }
} }
} }