mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-02-24 02:45:34 +01:00
No secrets here
- Remove withCredentials block in Build
This commit is contained in:
parent
6a32b30245
commit
d5963455dc
1 changed files with 2 additions and 10 deletions
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
@ -23,16 +23,8 @@ pipeline {
|
|||
stage('Build') {
|
||||
|
||||
steps {
|
||||
|
||||
withCredentials([
|
||||
file(credentialsId: 'build_secrets', variable: 'ORG_GRADLE_PROJECT_secretFile'),
|
||||
//file(credentialsId: 'java_keystore', variable: 'ORG_GRADLE_PROJECT_keyStore'),
|
||||
file(credentialsId: 'gpg_key', variable: 'ORG_GRADLE_PROJECT_pgpKeyRing')
|
||||
]) {
|
||||
|
||||
echo 'Building project.'
|
||||
sh './gradlew build publish --stacktrace --warn'
|
||||
}
|
||||
echo 'Building project.'
|
||||
sh './gradlew build publish --stacktrace --warn'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue