From ed32fcaa0622265f3b67b6a64d9a47dff1686614 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Fri, 12 Dec 2025 21:03:14 +0100 Subject: [PATCH] OP#253 add build stage rpm upload --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0f9f9ef..4690bec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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(