Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #113 from Axway/APIGOV-28112
Browse files Browse the repository at this point in the history
APIGOV-28112 - custom pipeline naming
  • Loading branch information
dfeldick authored Jun 11, 2024
2 parents 91f50ab + 0dc9dfc commit eb4a4d1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ variables:
# just to be sure we don't do vendoring
GOFLAGS: "-mod=mod"

########################################
# set up custom names for the pipelines of releases and nightly schedules
########################################
PIPELINE_NAME: "$CI_COMMIT_MESSAGE"

workflow:
name: "$PIPELINE_NAME"
rules:
- if: $CI_PIPELINE_SOURCE == "schedule" && $COMPONENT_TESTS_ONLY == "y"
variables:
PIPELINE_NAME: "Scheduled nightly tests"
- if: $CI_PIPELINE_SOURCE == "schedule"
variables:
PIPELINE_NAME: "Scheduled nightly CSR"
- when: always

stages:
- test
- qa-test
Expand Down

0 comments on commit eb4a4d1

Please sign in to comment.