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
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -23,19 +23,11 @@ pipeline {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|
||||||
steps {
|
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.'
|
echo 'Building project.'
|
||||||
sh './gradlew build publish --stacktrace --warn'
|
sh './gradlew build publish --stacktrace --warn'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue