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

Fix missing project action after clicking Save in project configuration #4

Closed
wants to merge 1 commit into from

Conversation

kinow
Copy link
Member

@kinow kinow commented Feb 20, 2013

When you have a brand new project, your action is null. So getProjectAction returns a new action. But when your project has already a project action, the plug-in is returning null, what causes the Jenkins UI to 'disappear' with the graph.

Then you have to click Save again. Now your action is null again, so it will be recreated...and it all starts over again...

This pull request fixes this scenario by returning the already created project action, instead of null :o)

@buildhive
Copy link

Jenkins » nunit-plugin #7 UNSTABLE
Looks like there's a problem with this pull request
(what's this?)

@kinow kinow closed this Feb 20, 2013
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.

None yet

2 participants