Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The git tag selects bug by default. In fact, it is not selected by default. #581

Open
DreamPWJ opened this issue Apr 7, 2024 · 4 comments

Comments

@DreamPWJ
Copy link

DreamPWJ commented Apr 7, 2024

The default selection causes the code to be unable to be released. It defaults to a tag every time, and deployment is meaningless. In fact, it is not selected by default on the Jenkins web, and the code is pulled from the latest branch.
image
image

@DreamPWJ
Copy link
Author

DreamPWJ commented Apr 7, 2024

set gitParameter(name: 'GIT_TAG', type: 'PT_TAG', defaultValue: NONE ,selectedValue: NONE)

@MCMicS
Copy link
Owner

MCMicS commented Apr 9, 2024

Hi
what do you mean?
That the plugin selects a value per default (which is returned by server API) OR is a value not transferred?

@DreamPWJ
Copy link
Author

By default, no value is selected because I set gitParameter(name: 'GIT_TAG', type: 'PT_TAG', defaultValue: NONE, selectedValue: NONE)

@MCMicS
Copy link
Owner

MCMicS commented Apr 11, 2024

Ok
i will check this and if the API returns correct results. because last time it was not delivered correctly which could lead to this behaviour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants