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

Updated documentation, added '--no-checkout' option #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ngaranko
Copy link

I've added extra option '--no-checkout' in order to skip checkout tag step.
Problem we had is that plugin is trying to checkout tag "2.0.0-jenkins-1" which doesn't exists and we don't want to have one.

@specialunderwear
Copy link
Member

Hi, I think that you are using vdt-version in the wrong way.
Are you trying to build a package of tag 2.0.0, and are finding that vdt-version is checking out 2.0.0-jenkins-356?

Vdt-version is designed to have one to one mapping of code to packages. You can not create 2 packages with same version but the different code and you can not create 2 packages with different versions but the same code.

By accepting this pull request it WOULD become possible to create 2 packages with the sam version number, but different code. That is why I can not accept your pull request.

I think your problem can be solved in a different way.
Please provide more details on the issue you are having.

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

Successfully merging this pull request may close these issues.

2 participants