feat(Branching): Adjustments for branching template
This commit is contained in:
parent
319b45625e
commit
1d67989c21
@ -11,6 +11,7 @@ include:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
BUMP_VERSION: "major"
|
BUMP_VERSION: "major"
|
||||||
|
MODE: "bump"
|
||||||
|
|
||||||
increase-version:
|
increase-version:
|
||||||
stage: set-version
|
stage: set-version
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
.push-tag-and-version:
|
.push-tag-and-version:
|
||||||
stage: push-tag-and-version
|
stage: push-tag-and-version
|
||||||
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.2.0
|
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool/snapshot:1.1.0_39583631
|
||||||
|
# TODO wgu reactivate
|
||||||
|
#image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.2.0
|
||||||
variables:
|
variables:
|
||||||
ARTIFACT: "version"
|
ARTIFACT: "version"
|
||||||
MVN_VERSION: "true"
|
MVN_VERSION: "true"
|
||||||
|
|||||||
@ -1,12 +1,15 @@
|
|||||||
.set-version:
|
.set-version:
|
||||||
stage: set-version
|
stage: set-version
|
||||||
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-increase-version-tool:2.2.0
|
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-increase-version-tool/snapshot:2.2.0_fb297a5b
|
||||||
|
# TODO wgu: Restore
|
||||||
|
#image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-increase-version-tool:2.2.0
|
||||||
variables:
|
variables:
|
||||||
BUMP_VERSION: "major"
|
BUMP_VERSION: "major"
|
||||||
PREFIX: ""
|
PREFIX: ""
|
||||||
OUTPUT: version
|
OUTPUT: version
|
||||||
SIMPLIFY: "false"
|
SIMPLIFY: "false"
|
||||||
TAG: "false"
|
TAG: "false"
|
||||||
|
MODE: "bump"
|
||||||
script:
|
script:
|
||||||
- increase-version
|
- increase-version
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user