From 9a4c74f9d5ab2f3c575d3ffc873d93c4fbb8f073 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Fri, 12 Dec 2025 21:08:37 +0100 Subject: [PATCH] OP#253 remove build stage rpm upload --- Jenkinsfile | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4690bec..5af3d9d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -132,25 +132,6 @@ pipeline { } } - stage('upload rpms') { - steps { - withCredentials([usernamePassword( - credentialsId: 'Jenkins-gitea', - usernameVariable: 'GITEA_USER', - passwordVariable: 'GITEA_TOKEN')]) { - script { - sh ''' - for rpm in rpms/*.rpm; do - curl --user ${GITEA_USER}:${GITEA_TOKEN} \ - --upload-file keys/repository.key \ - https://gitea.confdroid.com/api/packages/confdroid/rpm/upload - done - ''' - } - } - } - } - stage('update repo') { steps { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {