Fixe typo in Jenkinsfile
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -107,8 +107,7 @@ pipeline {
|
||||
archiveArtifacts allowEmptyArchive: true, artifacts: 'out/**/*.apk', onlyIfSuccessful: true
|
||||
}
|
||||
|
||||
stage('Uploading packages to repo form ${NativeArchNormalized}') {
|
||||
steps {
|
||||
stage("Uploading packages to repo form ${NativeArchNormalized}") {
|
||||
withCredentials([usernamePassword(credentialsId: 'GiteaPKGPUploadAuth', usernameVariable: 'UploadUsername', passwordVariable: 'UploadPassword')]) {
|
||||
sh '''
|
||||
for apkFile in $(find -L ~/packages -name '*.apk');
|
||||
@@ -126,5 +125,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user