rancher: Pipeline does not build if new tag
rancher/rancher:v2.0.2
my pipeline config
name: xxxx-tag-push
stages:
- name: clone
steps:
- sourceCodeConfig:
branch: master
branchCondition: only
sourceCodeCredentialId: xxxx
url: https://github.com/xxxx/xxxx.git
- name: publish
steps:
- publishImageConfig:
buildContext: .
dockerfilePath: ./Dockerfile
tag: xxxx/xxxx:${CICD_GIT_TAG}
triggerCronTimezone: Asia/Irkutsk
triggerWebhookTag: true
Pipeline should not build automatically whenever there is a new tag.
In the list, Trigger Manually is displayed.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (7 by maintainers)
This is a bug - I created a pipeline that should trigger when I create a new tag. The pipeline triggered but I got an error. When I run same pipeline manually, it works fine. Here is the error: