Update jenkins file

This commit is contained in:
IThundxr 2025-02-28 19:20:17 -05:00
parent d292d36200
commit 783bc714b2
Failed to generate hash of commit

10
Jenkinsfile vendored
View file

@ -23,14 +23,8 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
echo 'Building project.'
withCredentials([ sh './gradlew build publish --stacktrace --warn'
file(credentialsId: 'build_secrets', variable: 'ORG_GRADLE_PROJECT_secretFile')
]) {
echo 'Building project.'
sh './gradlew build publish --stacktrace --warn'
}
} }
} }
} }