Jenkins disables project builds on branches after a pull request is issuedGit workflow and rebase vs merge questionsGit pull a certain branch from GitHubHow do I clone a single branch in Git?How to cherry pick a range of commits and merge into another branch?How do I properly force a Git push?How can I reconcile detached HEAD with master/origin?How to rebase local branch with remote masterPreferred Github workflow for updating a pull request after code reviewGit push rejected after feature branch rebaseGit merge master into feature branch

How can I improve my formal definitions?

A vector is defined to have a magnitude and *a* direction, but the zero vector has no *single* direction. So, how is the zero vector a vector?

Is it good practice to speed up and slow down where not written in a song?

Can the inductive kick be discharged without a freewheeling diode, in this example?

How does the search space affect the speed of an ILP solver?

How could reincarnation magic be limited to prevent overuse?

My colleague treats me like he's my boss, yet we're on the same level

How would a disabled person earn their living in a medieval-type town?

German equivalent to "going down the rabbit hole"

Moving DNS hosting for Active site to Route 53 - with G Suite MX TTL of 1 week

What is the practical impact of using System.Random which is not cryptographically random?

Received email from ISP saying one of my devices has malware

Can authors email you PDFs of their textbook for free?

How to draw a true pie chart?

How to investigate an unknown 1.5GB file named "sudo" in my Linux home directory?

Am I required to correct my opponent's assumptions about my morph creatures?

Is there anything in the universe that cannot be compressed?

In what language did Túrin converse with Mím?

What kind of electrical outlet is this? Red, winking-face shape

Fishing from underwater domes

Heavy Box Stacking

Is this statement about a motion being simple harmonic in nature strong?

Understanding data transmission rates over copper wire

LINQ Extension methods MinBy and MaxBy



Jenkins disables project builds on branches after a pull request is issued


Git workflow and rebase vs merge questionsGit pull a certain branch from GitHubHow do I clone a single branch in Git?How to cherry pick a range of commits and merge into another branch?How do I properly force a Git push?How can I reconcile detached HEAD with master/origin?How to rebase local branch with remote masterPreferred Github workflow for updating a pull request after code reviewGit push rejected after feature branch rebaseGit merge master into feature branch






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4















Note: I only have Jenkinsfile set up in one of my branches, not the master.



I have setup Git webhooks to monitor push events to my Github repository. However, I am noticing that my Jenkins builds are working fine (picking up push events, triggering builds) as branches, but after a pull request is issued, my branch build gets disabled in the Branches tab of my project.



enter image description here



However, I do see the new PR listed in my Pull Requests tab. But now, when I push to Github, the new commits are not triggering builds anymore. In my branches tab, my old branch is now crossed out.
enter image description here



How do I force Jenkins to keep building my branches? I would like to continue building from a branch, even if a PR has been issued.










share|improve this question


























  • What plugin are you using?

    – JRichardsz
    Mar 28 at 1:04











  • The standard wiki.jenkins-ci.org/display/JENKINS/Github+Plugin plugin and wiki.jenkins.io/display/JENKINS/Git+Plugin plugin.

    – Yu Chen
    Mar 28 at 15:34

















4















Note: I only have Jenkinsfile set up in one of my branches, not the master.



I have setup Git webhooks to monitor push events to my Github repository. However, I am noticing that my Jenkins builds are working fine (picking up push events, triggering builds) as branches, but after a pull request is issued, my branch build gets disabled in the Branches tab of my project.



enter image description here



However, I do see the new PR listed in my Pull Requests tab. But now, when I push to Github, the new commits are not triggering builds anymore. In my branches tab, my old branch is now crossed out.
enter image description here



How do I force Jenkins to keep building my branches? I would like to continue building from a branch, even if a PR has been issued.










share|improve this question


























  • What plugin are you using?

    – JRichardsz
    Mar 28 at 1:04











  • The standard wiki.jenkins-ci.org/display/JENKINS/Github+Plugin plugin and wiki.jenkins.io/display/JENKINS/Git+Plugin plugin.

    – Yu Chen
    Mar 28 at 15:34













4












4








4


3






Note: I only have Jenkinsfile set up in one of my branches, not the master.



I have setup Git webhooks to monitor push events to my Github repository. However, I am noticing that my Jenkins builds are working fine (picking up push events, triggering builds) as branches, but after a pull request is issued, my branch build gets disabled in the Branches tab of my project.



enter image description here



However, I do see the new PR listed in my Pull Requests tab. But now, when I push to Github, the new commits are not triggering builds anymore. In my branches tab, my old branch is now crossed out.
enter image description here



How do I force Jenkins to keep building my branches? I would like to continue building from a branch, even if a PR has been issued.










share|improve this question
















Note: I only have Jenkinsfile set up in one of my branches, not the master.



I have setup Git webhooks to monitor push events to my Github repository. However, I am noticing that my Jenkins builds are working fine (picking up push events, triggering builds) as branches, but after a pull request is issued, my branch build gets disabled in the Branches tab of my project.



enter image description here



However, I do see the new PR listed in my Pull Requests tab. But now, when I push to Github, the new commits are not triggering builds anymore. In my branches tab, my old branch is now crossed out.
enter image description here



How do I force Jenkins to keep building my branches? I would like to continue building from a branch, even if a PR has been issued.







git jenkins github






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 28 at 15:39







Yu Chen

















asked Mar 28 at 0:11









Yu ChenYu Chen

1,2702 gold badges10 silver badges33 bronze badges




1,2702 gold badges10 silver badges33 bronze badges















  • What plugin are you using?

    – JRichardsz
    Mar 28 at 1:04











  • The standard wiki.jenkins-ci.org/display/JENKINS/Github+Plugin plugin and wiki.jenkins.io/display/JENKINS/Git+Plugin plugin.

    – Yu Chen
    Mar 28 at 15:34

















  • What plugin are you using?

    – JRichardsz
    Mar 28 at 1:04











  • The standard wiki.jenkins-ci.org/display/JENKINS/Github+Plugin plugin and wiki.jenkins.io/display/JENKINS/Git+Plugin plugin.

    – Yu Chen
    Mar 28 at 15:34
















What plugin are you using?

– JRichardsz
Mar 28 at 1:04





What plugin are you using?

– JRichardsz
Mar 28 at 1:04













The standard wiki.jenkins-ci.org/display/JENKINS/Github+Plugin plugin and wiki.jenkins.io/display/JENKINS/Git+Plugin plugin.

– Yu Chen
Mar 28 at 15:34





The standard wiki.jenkins-ci.org/display/JENKINS/Github+Plugin plugin and wiki.jenkins.io/display/JENKINS/Git+Plugin plugin.

– Yu Chen
Mar 28 at 15:34












0






active

oldest

votes










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55388335%2fjenkins-disables-project-builds-on-branches-after-a-pull-request-is-issued%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55388335%2fjenkins-disables-project-builds-on-branches-after-a-pull-request-is-issued%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript