Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Missing builds for the same commit #25

Closed
halorgium opened this issue Jan 6, 2012 · 6 comments
Closed

Missing builds for the same commit #25

halorgium opened this issue Jan 6, 2012 · 6 comments

Comments

@halorgium
Copy link

When the same commit is pushed to a different branch and commit was previously green, a new build for the new branch is not created.

I would expect a build notice in campfire and a green build on the web showing that something happened.

Could the build be a duplicate of the existing build, just pointing to the other branch?

@halorgium
Copy link
Author

@sr
Copy link
Contributor

sr commented Jan 6, 2012

I am over these notices to be honest. I guess it's because most of our merges happen via merge button which triggers a new build. If not, the branch build notice usually is a few lines above in the transcript when the fast-forward or merge hook pops in Campfire.

@calavera
Copy link
Contributor

calavera commented Jan 7, 2012

I think I agree with Simon. If there are no changes in the code why should a new build be created? even if we move the commit between branches the code is the same.

@dustyburwell
Copy link
Contributor

i can's speak to github internal workflow, but i could imagine that it won't necessarily be the same everywhere. while it's true that the same commit would produce the same result even on a different branch, and therefore it's unneccessary to run a new jenkins build, it may be useful to copy the build result for the new branch and notify of it's status.

this doesn't seem like it would be a difficult change.

@halorgium
Copy link
Author

@dustyburwell understands what i was meaning.
i don't want a new build, but merely a new object connecting the branch and the commit.
for me, it is about visibility into the build history of the commits on a certain branch.
if a commit is built and then merged into master without changes and then the old branch is removed, i would like to have a build pointing to that commit on the master branch.

@atmos
Copy link
Contributor

atmos commented Jul 4, 2013

We're falling back to using the github status api for this.

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

No branches or pull requests

5 participants