Compare commits

..

1 Commits

Author SHA1 Message Date
b9bc218749 feat: release docker and packages from jenkins
All checks were successful
Cadoles/hydra-werther/pipeline/head This commit looks good
2023-12-06 14:34:43 +01:00

3
Jenkinsfile vendored
View File

@ -25,5 +25,6 @@ standardMakePipeline([
// Use credentials to push images to registry and pubish gitea release
'credentials': [
usernamePassword(credentialsId: 'kipp-credentials', usernameVariable: 'MKT_GITEA_RELEASE_USERNAME', passwordVariable: 'MKT_GITEA_RELEASE_PASSWORD')
]
],
'releaseBranches': ['jenkins-release']
])