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

✨ Fixed #JENKINS-44586. add support for managing credentials #264

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

wei-lee
Copy link
Contributor

@wei-lee wei-lee commented Jun 16, 2017

Replace #256. This time with the right JIRA issue in the commit message.

@wei-lee
Copy link
Contributor Author

wei-lee commented Jun 16, 2017

ping @khmarbaise

@wei-lee wei-lee force-pushed the JENKINS-44586-credential-support branch from 20134e1 to 01d8cda Compare June 27, 2017 14:58
@wei-lee wei-lee closed this Jun 27, 2017
@wei-lee wei-lee reopened this Jun 27, 2017
@@ -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")) {

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?

Copy link
Contributor Author

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

@wei-lee wei-lee force-pushed the JENKINS-44586-credential-support branch from 70fa366 to 8058758 Compare July 7, 2017 12:28
@matzew
Copy link

matzew commented Aug 2, 2017

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

  • those changes would be merged
  • regularly releases would be published to maven central

Is there anything we can help to make that happen ?

@wei-lee wei-lee force-pushed the JENKINS-44586-credential-support branch from 8058758 to b320380 Compare August 2, 2017 12:22
@LinuxSuRen
Copy link
Member

my not merge this, i need credentials manage too.

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.

4 participants