Include support to build GitHub Pull Requests and build notifications.

          [JENKINS-32749] Include support to Github Pull Requests

          Code changed in jenkins
          User: Manuel Recena
          Path:
          src/main/java/jenkins/branch/BranchSource.java
          http://jenkins-ci.org/commit/branch-api-plugin/ef59a55c5eeafc6d6043d1002661079576d8d59d
          Log:
          JENKINS-32749 Prevent NPE while unserialization of BranchSources with a null SCMSource

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: src/main/java/jenkins/branch/BranchSource.java http://jenkins-ci.org/commit/branch-api-plugin/ef59a55c5eeafc6d6043d1002661079576d8d59d Log: JENKINS-32749 Prevent NPE while unserialization of BranchSources with a null SCMSource

          Code changed in jenkins
          User: Manuel Recena
          Path:
          src/main/java/jenkins/branch/BranchSource.java
          http://jenkins-ci.org/commit/branch-api-plugin/6747cde447244ec5c710c154ce0aa428eacfd8db
          Log:
          JENKINS-32749 @stephenc's comment was addressed

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: src/main/java/jenkins/branch/BranchSource.java http://jenkins-ci.org/commit/branch-api-plugin/6747cde447244ec5c710c154ce0aa428eacfd8db Log: JENKINS-32749 @stephenc's comment was addressed

          Code changed in jenkins
          User: Stephen Connolly
          Path:
          src/main/java/jenkins/branch/BranchSource.java
          http://jenkins-ci.org/commit/branch-api-plugin/178b3d1ef30ac6764924c8273b222085c99ec2b2
          Log:
          Merge pull request #28 from recena/JENKINS-32749

          JENKINS-32749 Prevent NPE during unserialization of BranchSource

          Compare: https://github.com/jenkinsci/branch-api-plugin/compare/4edd958e9336...178b3d1ef30a

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Stephen Connolly Path: src/main/java/jenkins/branch/BranchSource.java http://jenkins-ci.org/commit/branch-api-plugin/178b3d1ef30ac6764924c8273b222085c99ec2b2 Log: Merge pull request #28 from recena/ JENKINS-32749 JENKINS-32749 Prevent NPE during unserialization of BranchSource Compare: https://github.com/jenkinsci/branch-api-plugin/compare/4edd958e9336...178b3d1ef30a

          Code changed in jenkins
          User: Manuel Recena
          Path:
          src/main/java/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubBuildStatusNotification.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubWebhookListenerImpl.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/OriginGitHubSCMSource.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestGHEventSubscriber.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestSCMHead.java
          src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/config-detail.jelly
          src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/help-checkoutCredentialsId.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/help-repoOwner.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/help-scanCredentialsId.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/config-detail.jelly
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-checkoutCredentialsId.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-repoOwner.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-scanCredentialsId.html
          http://jenkins-ci.org/commit/github-branch-source-plugin/4976cc224cbf2d9e2685118692065f3b10075f30
          Log:
          JENKINS-32749 Initial source code modifications

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: src/main/java/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource.java src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubBuildStatusNotification.java src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubWebhookListenerImpl.java src/main/java/org/jenkinsci/plugins/github_branch_source/OriginGitHubSCMSource.java src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestGHEventSubscriber.java src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestSCMHead.java src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/config-detail.jelly src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/help-checkoutCredentialsId.html src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/help-repoOwner.html src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/help-scanCredentialsId.html src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/config-detail.jelly src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-checkoutCredentialsId.html src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-repoOwner.html src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-scanCredentialsId.html http://jenkins-ci.org/commit/github-branch-source-plugin/4976cc224cbf2d9e2685118692065f3b10075f30 Log: JENKINS-32749 Initial source code modifications

          Code changed in jenkins
          User: Manuel Recena
          Path:
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/help-scanCredentialsId.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-scanCredentialsId.html
          http://jenkins-ci.org/commit/github-branch-source-plugin/15055a61c11873850ba6ad7f9fc66b8065b8cefe
          Log:
          JENKINS-32749 @amuniz's comments were addressed

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/help-scanCredentialsId.html src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-scanCredentialsId.html http://jenkins-ci.org/commit/github-branch-source-plugin/15055a61c11873850ba6ad7f9fc66b8065b8cefe Log: JENKINS-32749 @amuniz's comments were addressed

          Code changed in jenkins
          User: Manuel Recena
          Path:
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestGHEventSubscriber.java
          http://jenkins-ci.org/commit/github-branch-source-plugin/4f14b84f4ddd19cae4b1fba06eeb14a6052b99e3
          Log:
          JENKINS-32749 @lanwen's comment was addressed

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestGHEventSubscriber.java http://jenkins-ci.org/commit/github-branch-source-plugin/4f14b84f4ddd19cae4b1fba06eeb14a6052b99e3 Log: JENKINS-32749 @lanwen's comment was addressed

          Code changed in jenkins
          User: Manuel Recena
          Path:
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java
          http://jenkins-ci.org/commit/github-branch-source-plugin/438bb6f9e24777d7f3dce6f2699bccf43abf3ead
          Log:
          JENKINS-32749 XSTREAM aliases

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java http://jenkins-ci.org/commit/github-branch-source-plugin/438bb6f9e24777d7f3dce6f2699bccf43abf3ead Log: JENKINS-32749 XSTREAM aliases

          Code changed in jenkins
          User: Manuel Recena
          Path:
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/help-scanCredentialsId.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-scanCredentialsId.html
          http://jenkins-ci.org/commit/github-branch-source-plugin/6ecf5c74ee037e9ee0265139e65d83d8d6d2c5de
          Log:
          JENKINS-32749 @jglick's comments were addressed

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/help-scanCredentialsId.html src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-scanCredentialsId.html http://jenkins-ci.org/commit/github-branch-source-plugin/6ecf5c74ee037e9ee0265139e65d83d8d6d2c5de Log: JENKINS-32749 @jglick's comments were addressed

          Code changed in jenkins
          User: Manuel Recena
          Path:
          src/main/java/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubBuildStatusNotification.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubWebhookListenerImpl.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/OriginGitHubSCMSource.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestGHEventSubscriber.java
          src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestSCMHead.java
          src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/config-detail.jelly
          src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/help-checkoutCredentialsId.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/help-repoOwner.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/help-scanCredentialsId.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/help-scanCredentialsId.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/config-detail.jelly
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-checkoutCredentialsId.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-repoOwner.html
          src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-scanCredentialsId.html
          http://jenkins-ci.org/commit/github-branch-source-plugin/f7e58e6267d6b0ffbe3a4278216e8804907a2b16
          Log:
          Merge pull request #14 from recena/JENKINS-32749

          JENKINS-32749 Include support to Github Pull Requests

          Compare: https://github.com/jenkinsci/github-branch-source-plugin/compare/2520860af76c...f7e58e6267d6

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: src/main/java/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource.java src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubBuildStatusNotification.java src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubWebhookListenerImpl.java src/main/java/org/jenkinsci/plugins/github_branch_source/OriginGitHubSCMSource.java src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestGHEventSubscriber.java src/main/java/org/jenkinsci/plugins/github_branch_source/PullRequestSCMHead.java src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/config-detail.jelly src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/help-checkoutCredentialsId.html src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/help-repoOwner.html src/main/resources/org/jenkinsci/plugins/github_branch_source/AbstractGitHubSCMSource/help-scanCredentialsId.html src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator/help-scanCredentialsId.html src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/config-detail.jelly src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-checkoutCredentialsId.html src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-repoOwner.html src/main/resources/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource/help-scanCredentialsId.html http://jenkins-ci.org/commit/github-branch-source-plugin/f7e58e6267d6b0ffbe3a4278216e8804907a2b16 Log: Merge pull request #14 from recena/ JENKINS-32749 JENKINS-32749 Include support to Github Pull Requests Compare: https://github.com/jenkinsci/github-branch-source-plugin/compare/2520860af76c...f7e58e6267d6

            recena Manuel Recena Soto
            recena Manuel Recena Soto
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: