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

[JENKINS-30040] Logging exception running triggering nonblocking builds #92

Merged
merged 2 commits into from
Sep 10, 2015

Conversation

svanoort
Copy link
Member

@svanoort svanoort commented Sep 1, 2015

Builds on top of fix in PR #90 but includes tests. I've manually verified this works correctly from the UI as well.

@tonyfinn @reviewbybees

@ghost
Copy link

ghost commented Sep 1, 2015

This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation.

@@ -157,10 +158,12 @@ public boolean perform(AbstractBuild<?, ?> build, Launcher launcher,
return buildStepResult;
}

private String getProjectListAsString(List<Job> projectList){
// Public but restricted so we can add tests without completely changing the tests package
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: would be better to just import the class, value= is also not required

@oleg-nenashev
Copy link
Member

🐝

@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

@tfennelly
Copy link
Member

🐝

@svanoort
Copy link
Member Author

svanoort commented Sep 2, 2015

@reviewbybees done.

@svanoort
Copy link
Member Author

svanoort commented Sep 8, 2015

@ikedam Any thoughts on this, as maintainer?

@ikedam
Copy link
Member

ikedam commented Sep 8, 2015

@svanoort
I no longer maintain this plugin.
Please contact the current maintainer.

@svanoort
Copy link
Member Author

Thanks!

@olivergondza Would you have any issues if this were merged / released? It's a fairly trivial fix for an irritating bug.

@olivergondza olivergondza merged commit bbccd61 into master Sep 10, 2015
olivergondza added a commit that referenced this pull request Sep 10, 2015
[JENKINS-30040] Logging exception running triggering nonblocking builds
@olivergondza
Copy link
Member

Releasing 2.29 right now.

@svanoort svanoort deleted the JENKINS-30040-tests branch September 11, 2015 14:25
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.

6 participants