-
Notifications
You must be signed in to change notification settings - Fork 28
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
reckon fails on "Cannot release a final or significant stage without a clean repo" #149
Comments
Hi, Thanks |
I closed the issue by mistake....still open Thanks |
Hi, Tiran. |
You need to have a clean source tree with no uncommitted changes. |
Hi,
I found the file that dynamically updated during the build and caused the
unclean status
Thank you for your support!
…On Wed, Jan 6, 2021 at 7:15 PM Stephen J. Lawrence Jr. < ***@***.***> wrote:
You need to have a clean source tree with no uncommitted changes.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#149 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHCCYBKVY7GD5NRMPXTWG7DSYSLEXANCNFSM4TQY574Q>
.
|
So this can be closed, then? If so, please close it, amiryo. |
Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi ,
I am using reckon which run in jenkins pipeline.
reckon plugin version is '0.13.0'
grgit plugin version is '4.1.0'
gradle version is '6.6.1'
The plugin is invoked with scope=minor and stage=rc
The issue:
plugin fails on dirty repo while repo seems to be clean according to the checks I did:
Running "git status", "git clean --dry-run", "git diff --shortstat" , "" commands before and after invoking reckon plugin. They are all showing clean repo.
Any prompt assistance would be appreciated a lot.
The text was updated successfully, but these errors were encountered: