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

Remove NOT_BUILT result and accept to build in anyway. #130

Open
bicschneider opened this issue Aug 14, 2018 · 1 comment
Open

Remove NOT_BUILT result and accept to build in anyway. #130

bicschneider opened this issue Aug 14, 2018 · 1 comment

Comments

@bicschneider
Copy link
Contributor

bicschneider commented Aug 14, 2018

.. it is from the principle that it is not doing any harm..

A few scenarios:

  • We are using "*" in our branches in Jenkins which causes Jenkins Git plugin to poll via workspace. Given the job identifies that no workspace is available (need to bring up slave or first time on slave, it will trigger a new built)
  • First time built in this job ( new job / new Jenkins master ) -> "no workspace"
  • In connection with Bitbucket.. Pushes seems to go well ( integration branch updated ), but the process fails. It means the pipeline fails and it cannot be triggered on SHA1 again as it is equal to the integration branch's SHA1.
  • First time a job is set up, but no "dev" / "ready" branch yet related to branch pattern
@bicschneider
Copy link
Contributor Author

bicschneider commented Aug 15, 2018

Given that "count commit = 0" is returned then

  • investigate if the SHA1 of the readyBranch and integration branch is identical.. -> Continue

    • Q: Should the readybranch be deleted?
  • a "FF-only could be tried and eventually the result is that the integrationBrancxh SHA1 is checked out and continue from there.. - readyBranch is deleted?

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

1 participant