mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Update jenkins file
This commit is contained in:
parent
d292d36200
commit
783bc714b2
1 changed files with 2 additions and 8 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -23,14 +23,8 @@ pipeline {
|
|||
stage('Build') {
|
||||
|
||||
steps {
|
||||
|
||||
withCredentials([
|
||||
file(credentialsId: 'build_secrets', variable: 'ORG_GRADLE_PROJECT_secretFile')
|
||||
]) {
|
||||
|
||||
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