mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Merge remote-tracking branch 'upstream/mc1.20.1/dev' into mc1.21.1/dev
This commit is contained in:
commit
c0a1e022ee
1 changed files with 8 additions and 2 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -23,8 +23,14 @@ pipeline {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
echo 'Building project.'
|
|
||||||
sh './gradlew build publish --stacktrace --warn'
|
withCredentials([
|
||||||
|
file(credentialsId: 'build_secrets', variable: 'ORG_GRADLE_PROJECT_secretFile')
|
||||||
|
]) {
|
||||||
|
|
||||||
|
echo 'Building project.'
|
||||||
|
sh './gradlew build publish --stacktrace --warn'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue