We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8909f commit f5030dcCopy full SHA for f5030dc
Jenkinsfile
@@ -5,17 +5,11 @@ pipeline {
5
steps {
6
sh 'rm -f private.gradle'
7
sh './gradlew setupCiWorkspace clean build'
8
- archive 'build/libs/*jar'
9
}
10
11
stage('Deploy') {
12
13
- withCredentials([file(credentialsId: 'privateGradle', variable: 'PRIVATEGRADLE')]) {
14
- sh '''
15
- cp "$PRIVATEGRADLE" private.gradle
16
- ./gradlew upload
17
- '''
18
- }
+ archive 'build/libs/*jar'
19
20
21
0 commit comments