mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-05 14:36:02 +00:00
I have no idea how to securely set credentials
This commit is contained in:
parent
d4ddf09c32
commit
85eff9a26d
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ pipeline {
|
|||
stage("build") {
|
||||
steps {
|
||||
withGradle {
|
||||
sh "./gradlew build javadoc publish --no-daemon"
|
||||
sh "./gradlew build javadoc --no-daemon"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue