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
"""
// 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') {
steps {
withCredentials([usernamePassword(