Changed Jenkinsfile
This commit is contained in:
parent
555b484c1a
commit
2d24b3d8ce
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -19,7 +19,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
withCredentials([file(credentialsId: 'mod_build_secrets', variable: 'ORG_GRADLE_PROJECT_secretFile')]) {
|
withCredentials([file(credentialsId: 'mod_build_secrets', variable: 'ORG_GRADLE_PROJECT_secretFile')]) {
|
||||||
echo 'Building'
|
echo 'Building'
|
||||||
sh './gradlew build'
|
sh './gradlew build publish'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user