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

Step namespace should have priority over anything else. #161

Merged
merged 1 commit into from
May 23, 2017
Merged

Step namespace should have priority over anything else. #161

merged 1 commit into from
May 23, 2017

Conversation

iocanel
Copy link
Contributor

@iocanel iocanel commented May 17, 2017

No description provided.

@@ -204,6 +204,28 @@ public void runWithOverriddenNamespace() throws Exception {
r.assertLogContains(overriddenNamespace, b);
}

@Test
public void runWithOverriddenNamespace2() throws Exception {
Copy link
Contributor

Choose a reason for hiding this comment

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

should this just be the only runWithOverriddenNamespace test ?
I'm not sure what the other one was testing because the namespace was not in the pipeline

Copy link
Contributor Author

@iocanel iocanel May 17, 2017

Choose a reason for hiding this comment

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

runWithOverriddenNamespace is meant to verify that if a namespace is not explicitly specified it will be picked up from the NamespaceAction.

runWithOverriddenNamespace2 is meant to verify that if a namepsace IS explictly specified its the one that will be used.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@carlossg: ^^^

Copy link
Contributor Author

Choose a reason for hiding this comment

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

makes sense?

@carlossg carlossg merged commit 769bf1a into jenkinsci:master May 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants