-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
✨ Fixed #JENKINS-44586. add support for managing credentials #264
base: master
Are you sure you want to change the base?
✨ Fixed #JENKINS-44586. add support for managing credentials #264
Conversation
ping @khmarbaise |
20134e1
to
01d8cda
Compare
@@ -33,12 +33,12 @@ public void getPluginsShouldReturn9ForJenkins20() { | |||
} | |||
|
|||
@Test | |||
public void getPluginsShouldReturn27ForJenkins1651() { | |||
public void getPluginsShouldReturn28ForJenkins1651() { | |||
JenkinsVersion jv = jenkinsServer.getVersion(); | |||
if (jv.isLessThan("1.651") && jv.isGreaterThan("1.651.3")) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this not be an or
instead of an and
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aidenkeating not really sure TBH. I didn't write this test. Just update the name of the test as I added a new plugin
70fa366
to
8058758
Compare
any reason those changes are not merged ? we are currently in the process of releasing a fork, IMO it would be much more value to the larger community if
Is there anything we can help to make that happen ? |
8058758
to
b320380
Compare
my not merge this, i need credentials manage too. |
Replace #256. This time with the right JIRA issue in the commit message.