Compare commits
2 Commits
2023.12.6-
...
2023.12.6-
Author | SHA1 | Date | |
---|---|---|---|
7edc889271 | |||
b3a3e1987d |
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -25,6 +25,5 @@ standardMakePipeline([
|
|||||||
// Use credentials to push images to registry and pubish gitea release
|
// Use credentials to push images to registry and pubish gitea release
|
||||||
'credentials': [
|
'credentials': [
|
||||||
usernamePassword(credentialsId: 'kipp-credentials', usernameVariable: 'MKT_GITEA_RELEASE_USERNAME', passwordVariable: 'MKT_GITEA_RELEASE_PASSWORD')
|
usernamePassword(credentialsId: 'kipp-credentials', usernameVariable: 'MKT_GITEA_RELEASE_USERNAME', passwordVariable: 'MKT_GITEA_RELEASE_PASSWORD')
|
||||||
],
|
]
|
||||||
'releaseBranches': ['jenkins-release']
|
|
||||||
])
|
])
|
Reference in New Issue
Block a user