3
0

OP#253 add first Jenkins staget

This commit is contained in:
12ww1160
2025-12-12 18:03:59 +01:00
parent 0315f33dfa
commit 64a438b98f

2
Jenkinsfile vendored
View File

@@ -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 {