Jenkins not recognizing Tags? #736
Unanswered
Tim-Howard
asked this question in
Q&A
Replies: 1 comment 3 replies
-
What happens when you run Normally you have to add "Advanced clone behaviors" to your pipeline configuration:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To all:
I'm trying to get commitizen to auto-increment in our Jenkins file when it is being pushed to our DEV environment.
In the Jenkins file I have tried both of the following commands:
However in Jenkins, I'm seeing the following error (with both cz bump and cz bump --no-verify)
However, when I check the tags it shows tha v1.0.0 exists.
The CHANGELOG.md file also appears to have the correct version:
As does the version number in my pyproject.toml file:
Is there something I'm doing incorrectly that cz bump is not recognizing the tag that is there?
Beta Was this translation helpful? Give feedback.
All reactions