OP#253 add build stage rpm upload
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user