3
0

OP#253 add build stage rpm upload

This commit is contained in:
12ww1160
2025-12-12 21:03:14 +01:00
parent 91a1f4863e
commit ed32fcaa06

3
Jenkinsfile vendored
View File

@@ -127,12 +127,11 @@ pipeline {
-f -f
""" """
// Cleanup // Cleanup
sh "rm -rf build/prometheus prometheus.tar.gz prometheus-${version}.linux-amd64 gitea-repo-public.key" sh "rm -rf build/prometheus prometheus.tar.gz prometheus-${version}.linux-amd64"
} }
} }
} }
stage('upload rpms') { stage('upload rpms') {
steps { steps {
withCredentials([usernamePassword( withCredentials([usernamePassword(