Compare commits
1 Commits
2023.12.6-
...
2023.12.6-
Author | SHA1 | Date | |
---|---|---|---|
b9bc218749 |
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -25,5 +25,6 @@ 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']
|
||||||
])
|
])
|
9
Makefile
9
Makefile
@ -9,15 +9,6 @@ MKT_GITEA_RELEASE_ORG ?= Cadoles
|
|||||||
MKT_GITEA_RELEASE_PROJECT ?= hydra-werther
|
MKT_GITEA_RELEASE_PROJECT ?= hydra-werther
|
||||||
MKT_GITEA_RELEASE_VERSION ?= $(MKT_PROJECT_VERSION)
|
MKT_GITEA_RELEASE_VERSION ?= $(MKT_PROJECT_VERSION)
|
||||||
|
|
||||||
define MKT_GITEA_RELEASE_BODY
|
|
||||||
## Docker usage
|
|
||||||
|
|
||||||
```
|
|
||||||
docker pull $(IMAGE_NAME):$(MKT_PROJECT_VERSION)
|
|
||||||
```
|
|
||||||
endef
|
|
||||||
export MKT_GITEA_RELEASE_BODY
|
|
||||||
|
|
||||||
build: build-bin build-image
|
build: build-bin build-image
|
||||||
|
|
||||||
build-bin: clean generate
|
build-bin: clean generate
|
||||||
|
Reference in New Issue
Block a user