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
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -23,17 +23,11 @@ pipeline {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
|
||||||
withCredentials([
|
|
||||||
file(credentialsId: 'build_secrets', variable: 'ORG_GRADLE_PROJECT_secretFile')
|
|
||||||
]) {
|
|
||||||
|
|
||||||
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