Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-oauth-plugin
  Commit: d5eb51c87f5d9fd71e0ae9093495328a751a081d
      
https://github.com/jenkinsci/github-oauth-plugin/commit/d5eb51c87f5d9fd71e0ae9093495328a751a081d
  Author: Sam Gleske <[email protected]>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/GithubSecurityRealm.java

  Log Message:
  -----------
  [JENKINS-27045] Jenkins CLI --username/--password

options.

Here's an example:

    java -jar jenkins-cli.jar -s http://localhost:8080 -noKeyAuth who-am-i \
      --username samrocketman --password-file ./personal-access-token

Unfortunately, Jenkins core prevents Jenkins CLI LoginCommand from
working correctly because it only stores the Username and mishandles
creating the authentication token.  This is a [bug in core][1].

[1]: 
https://github.com/jenkinsci/jenkins/blob/jenkins-2.47/core/src/main/java/hudson/cli/ClientAuthenticationCache.java#L65-L75


  Commit: 312cb6a3062d79d10fa5b089946eb39d90b82731
      
https://github.com/jenkinsci/github-oauth-plugin/commit/312cb6a3062d79d10fa5b089946eb39d90b82731
  Author: Sam Gleske <[email protected]>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    A .mvn/jvm.config
    M src/test/java/org/jenkinsci/plugins/GithubSecurityRealmTest.java

  Log Message:
  -----------
  Fix out of memory issues with build


  Commit: e5858c39d7192358a5eaaa1ac1f4bbb6093e80f1
      
https://github.com/jenkinsci/github-oauth-plugin/commit/e5858c39d7192358a5eaaa1ac1f4bbb6093e80f1
  Author: Sam Gleske <[email protected]>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M LICENSE.txt

  Log Message:
  -----------
  Update license for snippets copied from jenkins

project.


  Commit: 3eeba9ca2e24d00a2f6677a44c41c9527df0b9b1
      
https://github.com/jenkinsci/github-oauth-plugin/commit/3eeba9ca2e24d00a2f6677a44c41c9527df0b9b1
  Author: Sam Gleske <[email protected]>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
    A .mvn/jvm.config
    M LICENSE.txt
    M src/main/java/org/jenkinsci/plugins/GithubSecurityRealm.java
    M src/test/java/org/jenkinsci/plugins/GithubSecurityRealmTest.java

  Log Message:
  -----------
  Merge pull request #77 from jenkinsci/jenkins-cli-token

[JENKINS-27045] Jenkins CLI --username/--password options


Compare: 
https://github.com/jenkinsci/github-oauth-plugin/compare/120f8ec9a7a5...3eeba9ca2e24

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to