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