OP#253 add first Jenkins staget
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -57,6 +57,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('upload GPG Key') {
|
stage('upload GPG Key') {
|
||||||
|
steps {
|
||||||
withCredentials([usernamePassword(
|
withCredentials([usernamePassword(
|
||||||
credentialsId: 'Jenkins-gitea',
|
credentialsId: 'Jenkins-gitea',
|
||||||
usernameVariable: 'GITEA_USER',
|
usernameVariable: 'GITEA_USER',
|
||||||
@@ -70,6 +71,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('update repo') {
|
stage('update repo') {
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
Reference in New Issue
Block a user