[jenkinsci/pipeline-github-plugin] 2a1050: Update README.md

2021-09-09 Thread 'Aaron Whiteside' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 2a105023e1cf537c62adca1e45191fa4b4111924
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/2a105023e1cf537c62adca1e45191fa4b4111924
  Author: Punit Gupta 
  Date:   2021-09-06 (Mon, 06 Sep 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


  Commit: d766e30bb08b8e6cb98a3678aa0b50c2d7622f4d
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/d766e30bb08b8e6cb98a3678aa0b50c2d7622f4d
  Author: Aaron Whiteside 
  Date:   2021-09-10 (Fri, 10 Sep 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #103 from pgAdmin/patch-1

Update README.md


Compare: 
https://github.com/jenkinsci/pipeline-github-plugin/compare/0f6965fa4cea...d766e30bb08b

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/0f6965-d766e3%40github.com.


[jenkinsci/pipeline-github-plugin] 41551c: enables automatic release

2021-07-01 Thread 'Aaron Whiteside' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 41551c6238e11106c9d068bf10bd7b93f2dc4e65
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/41551c6238e11106c9d068bf10bd7b93f2dc4e65
  Author: Aaron Walker 
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
A .github/release-drafter.yml
A .github/workflows/cd.yaml
M pom.xml

  Log Message:
  ---
  enables automatic release


  Commit: 920d2e11eaa50d85039783ca991a6b809289a28a
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/920d2e11eaa50d85039783ca991a6b809289a28a
  Author: Aaron Walker 
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
M .mvn/maven.config

  Log Message:
  ---
  fixes maven.config


  Commit: 4da108752a5e6243fa22a6856f2dff3baa2353c4
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/4da108752a5e6243fa22a6856f2dff3baa2353c4
  Author: Aaron Walker 
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  switch to using a revision prefix


  Commit: fb6af5ed81f6edb38eab679b833de82d0690a307
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/fb6af5ed81f6edb38eab679b833de82d0690a307
  Author: Aaron Whiteside 
  Date:   2021-07-02 (Fri, 02 Jul 2021)

  Changed paths:
A .github/release-drafter.yml
A .github/workflows/cd.yaml
M .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Merge pull request #97 from aaronwalker/enable-cd-with-jep-229

enables automatic release


Compare: 
https://github.com/jenkinsci/pipeline-github-plugin/compare/b1882733a13c...fb6af5ed81f6

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/b18827-fb6af5%40github.com.


[jenkinsci/pipeline-github-plugin] c19c05: Include line in review comment API calls

2021-01-10 Thread 'Aaron Whiteside' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: c19c053c86181fe4258fb5d19656401ae6e07ece
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/c19c053c86181fe4258fb5d19656401ae6e07ece
  Author: Tal Barda 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java

  Log Message:
  ---
  Include line in review comment API calls 

copied [@mollstam](https://github.com/mollstam) 
[PR](https://github.com/Tocaboca/pipeline-github-plugin/pull/1) to fix 
https://github.com/jenkinsci/pipeline-github-plugin/issues/88

This change sets `line` instead of `position` when adding review comments 
through `pullRequest.reviewComment(...)` to not have the API call fail with an 
error.

Seems like GitHub made a change to their API, or I assume this code at one 
point worked at least, there's an issue upstream about this: 
[jenkinsci#88](https://github.com/jenkinsci/pipeline-github-plugin/issues/88)


  Commit: c1da795461ed0b242f115399b9bd19027b841659
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/c1da795461ed0b242f115399b9bd19027b841659
  Author: Aaron Whiteside 
  Date:   2021-01-11 (Mon, 11 Jan 2021)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java

  Log Message:
  ---
  Merge pull request #93 from tbarda/patch-1

Include line in review comment API calls


Compare: 
https://github.com/jenkinsci/pipeline-github-plugin/compare/f8c080f9e876...c1da795461ed

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/f8c080-c1da79%40github.com.


[jenkinsci/pipeline-github-plugin] 80da35: adds PR review trigger

2020-10-09 Thread 'Aaron Whiteside' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 80da3502c8bfea6c9c2f19adfacda04ec92d7d5a
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/80da3502c8bfea6c9c2f19adfacda04ec92d7d5a
  Author: Aaron Walker 
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriber.java
A 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/PullRequestReviewCause.java
A 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/PullRequestReviewTrigger.java

  Log Message:
  ---
  adds PR review trigger


  Commit: f73357f81520832e41473f607e3fb48d6fc4c906
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/f73357f81520832e41473f607e3fb48d6fc4c906
  Author: paschdan 
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  reenable incrementals

during the `[maven-release-plugin] prepare for next development iteration` 
commit the version was just increased and not set back to `${scmTag}`


  Commit: f8c080f9e876a34986ba70ba43aa1f664adc22ca
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/f8c080f9e876a34986ba70ba43aa1f664adc22ca
  Author: Aaron Whiteside 
  Date:   2020-10-09 (Fri, 09 Oct 2020)

  Changed paths:
M README.md
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriber.java
A 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/PullRequestReviewCause.java
A 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/PullRequestReviewTrigger.java

  Log Message:
  ---
  Merge pull request #90 from paschdan/review-trigger-with-integration

Review trigger with integration


Compare: 
https://github.com/jenkinsci/pipeline-github-plugin/compare/8e2f2b362bfd...f8c080f9e876

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/8e2f2b-f8c080%40github.com.


[jenkinsci/pipeline-github-plugin] f90393: [maven-release-plugin] prepare release pipeline-gi...

2020-07-06 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: f90393b3cfd250ebbefaa433877aabbee2a90524
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/f90393b3cfd250ebbefaa433877aabbee2a90524
  Author: Aaron Whiteside 
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-github-2.7


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/037ef1-f90393%40github.com.


[jenkinsci/pipeline-github-plugin] 8e2f2b: [maven-release-plugin] prepare for next developmen...

2020-07-06 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 8e2f2b362bfd5da59760b2a8ff658ac7f561b10f
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/8e2f2b362bfd5da59760b2a8ff658ac7f561b10f
  Author: Aaron Whiteside 
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/f90393-8e2f2b%40github.com.


[jenkinsci/pipeline-github-plugin]

2020-07-06 Thread Aaron Whiteside
  Branch: refs/tags/pipeline-github-2.7
  Home:   https://github.com/jenkinsci/pipeline-github-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/tags/pipeline-github-2.7/00-2a6c93%40github.com.


[jenkinsci/pipeline-github-plugin] 037ef1: bump version

2020-07-06 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 037ef1573b24fe2f148426ab58047ca0c2524f8d
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/037ef1573b24fe2f148426ab58047ca0c2524f8d
  Author: Aaron Whiteside 
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  bump version


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/8ab8b3-037ef1%40github.com.


[jenkinsci/pipeline-github-plugin] fb2d53: [maven-release-plugin] prepare for next developmen...

2020-07-06 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: fb2d5334f4a9ddbc6e60d20c76edaac763e48d4b
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/fb2d5334f4a9ddbc6e60d20c76edaac763e48d4b
  Author: Aaron Whiteside 
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


  Commit: 8ab8b3643fff7fc7c25a6bf1b0ded12d1f0f942f
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/8ab8b3643fff7fc7c25a6bf1b0ded12d1f0f942f
  Author: Aaron Whiteside 
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge remote-tracking branch 'origin/master'


Compare: 
https://github.com/jenkinsci/pipeline-github-plugin/compare/8fe90ed7f944...8ab8b3643fff

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/8fe90e-8ab8b3%40github.com.


[jenkinsci/pipeline-github-plugin]

2020-07-04 Thread Aaron Whiteside
  Branch: refs/tags/pipeline-github-2.6
  Home:   https://github.com/jenkinsci/pipeline-github-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/tags/pipeline-github-2.6/00-9671cd%40github.com.


[jenkinsci/pipeline-github-plugin] 8fe90e: [maven-release-plugin] prepare release pipeline-gi...

2020-07-04 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 8fe90ed7f944db0cb1331e3d8e1be9573080a320
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/8fe90ed7f944db0cb1331e3d8e1be9573080a320
  Author: Aaron Whiteside 
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-github-2.6


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/66d3bd-8fe90e%40github.com.


[jenkinsci/pipeline-github-plugin] 66d3bd: pom.xml

2020-07-04 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 66d3bd05b7ede6a19e242b7605433b0b3fc5f9d7
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/66d3bd05b7ede6a19e242b7605433b0b3fc5f9d7
  Author: Aaron Whiteside 
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  pom.xml
- switch to git connection instead of https
- take 2


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/11169f-66d3bd%40github.com.


[jenkinsci/pipeline-github-plugin] 11169f: pom.xml

2020-07-04 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 11169f2d925489dc14a44767531b212847f781b2
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/11169f2d925489dc14a44767531b212847f781b2
  Author: Aaron Whiteside 
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  pom.xml
- switch to git connection instead of https


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/85bc6d-11169f%40github.com.


[jenkinsci/pipeline-github-plugin] 85bc6d: Bump versions

2020-07-04 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 85bc6d9ff02c1ae6b997a0a4f058da08d5984583
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/85bc6d9ff02c1ae6b997a0a4f058da08d5984583
  Author: Aaron Whiteside 
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/pipeline/github/GitHubHelper.java

  Log Message:
  ---
  Bump versions
- remove null check


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/e4a712-85bc6d%40github.com.


[jenkinsci/pipeline-github-plugin] e4a712: Bump versions

2020-07-04 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: e4a71221f282e0e8f9022d052e93f4bdd6c9e72f
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/e4a71221f282e0e8f9022d052e93f4bdd6c9e72f
  Author: Aaron Whiteside 
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump versions


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/0ba01b-e4a712%40github.com.


[jenkinsci/pipeline-github-plugin] cf1794: Add support for creating pull request reviews

2020-05-09 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: cf1794f9d4c9aeab74f7294939fcd2032c492aed
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/cf1794f9d4c9aeab74f7294939fcd2032c492aed
  Author: Adam Bennett 
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/GitHubPipelineGlobalVariables.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequestService.java

  Log Message:
  ---
  Add support for creating pull request reviews


  Commit: 4d9087186b9d83aaaf5605d646b62471a04a0f24
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/4d9087186b9d83aaaf5605d646b62471a04a0f24
  Author: Adam Bennett 
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java

  Log Message:
  ---
  Add named parameters review method


  Commit: 0ba01b6deb0c6071495ed48ae88c607e2676347b
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/0ba01b6deb0c6071495ed48ae88c607e2676347b
  Author: Aaron Whiteside 
  Date:   2020-05-09 (Sat, 09 May 2020)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/GitHubPipelineGlobalVariables.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequestService.java

  Log Message:
  ---
  Merge pull request #37 from adamrbennett/add-create-review

Add support for creating pull request reviews


Compare: 
https://github.com/jenkinsci/pipeline-github-plugin/compare/0d76d8214737...0ba01b6deb0c

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/0d76d8-0ba01b%40github.com.


[jenkinsci/pipeline-github-plugin] 9783f2: Add support for team reviewers

2020-05-09 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 9783f2330c4d61fd6b81e2fdd99b41cc6a243dc7
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/9783f2330c4d61fd6b81e2fdd99b41cc6a243dc7
  Author: tyler 
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequestService.java

  Log Message:
  ---
  Add support for team reviewers


  Commit: 73dccc4d5a09b2ee7f0ff654d60eb4b1bd99b67d
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/73dccc4d5a09b2ee7f0ff654d60eb4b1bd99b67d
  Author: tyler 
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  update readme


  Commit: d0559f63a68752cbf1470e02d4300bf083fe53f1
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/d0559f63a68752cbf1470e02d4300bf083fe53f1
  Author: tyler 
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  more readme


  Commit: 0d76d82147373eadf8eb82d3ac209fbea6efb988
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/0d76d82147373eadf8eb82d3ac209fbea6efb988
  Author: Aaron Whiteside 
  Date:   2020-05-09 (Sat, 09 May 2020)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequestService.java

  Log Message:
  ---
  Merge pull request #73 from rigsbyt/team-reviewers

Add support for team reviewers


Compare: 
https://github.com/jenkinsci/pipeline-github-plugin/compare/1c8487e28208...0d76d8214737

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/1c8487-0d76d8%40github.com.


[jenkinsci/pipeline-github-plugin] 81b75b: Use github for plugins.jenkins.io docs

2020-05-09 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 81b75bef63a9b1e01d2796de3f831ffa1340890b
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/81b75bef63a9b1e01d2796de3f831ffa1340890b
  Author: Mark Waite 
  Date:   2020-04-10 (Fri, 10 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use github for plugins.jenkins.io docs

See 
https://jenkins.io/doc/developer/publishing/documentation/#documenting-plugins

See also https://jenkins.io/blog/2019/10/21/plugin-docs-on-github/

See also https://plugins.jenkins.io/git/


  Commit: 1c8487e2820839d78cc3a6b2f9f480de860812f8
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/1c8487e2820839d78cc3a6b2f9f480de860812f8
  Author: Aaron Whiteside 
  Date:   2020-05-09 (Sat, 09 May 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #75 from MarkEWaite/use-github-for-plugin-docs

Read GitHub pipeline docs from GitHub for plugins.jenkins.io


Compare: 
https://github.com/jenkinsci/pipeline-github-plugin/compare/dc0478358e5c...1c8487e28208

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/dc0478-1c8487%40github.com.


[jenkinsci/pipeline-github-plugin] 38444c: Add ability to retrieve draft state of a PR

2020-05-09 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 38444c27dec6609d860ed0faeacd7f661464e320
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/38444c27dec6609d860ed0faeacd7f661464e320
  Author: Janis Peisenieks 
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequest.java

  Log Message:
  ---
  Add ability to retrieve draft state of a PR


  Commit: dc0478358e5c46a84b73e49fdffc9eb876193d06
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/dc0478358e5c46a84b73e49fdffc9eb876193d06
  Author: Aaron Whiteside 
  Date:   2020-05-09 (Sat, 09 May 2020)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequest.java

  Log Message:
  ---
  Merge pull request #77 from FnTm/is-pr-draft

Add ability to retrieve draft state of a PR


Compare: 
https://github.com/jenkinsci/pipeline-github-plugin/compare/aeb1116dfcb8...dc0478358e5c

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/aeb111-dc0478%40github.com.


[jenkinsci/pipeline-github-plugin] ebc795: expose comments as env variables

2020-03-05 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: ebc7956cb980c7897c8e951fcde01cf4dd6a7731
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/ebc7956cb980c7897c8e951fcde01cf4dd6a7731
  Author: Victor Martinez 
  Date:   2019-07-19 (Fri, 19 Jul 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriber.java
A 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubParametersAction.java

  Log Message:
  ---
  expose comments as env variables


  Commit: fe40ece8e344e5768604e8d0be6db52e21bc107d
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/fe40ece8e344e5768604e8d0be6db52e21bc107d
  Author: Victor Martinez 
  Date:   2019-07-20 (Sat, 20 Jul 2019)

  Changed paths:
M pom.xml
A 
src/test/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriberTest.java
A 
src/test/resources/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriberTest/payload/comment.json

  Log Message:
  ---
  Add UTs for the GitHubEventSubscriber similar to the ones done in 
https://github.com/jenkinsci/github-branch-source-plugin/pull/132


  Commit: 8bae424351f6154cb0e3ff8d819c25f3ddb8c764
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/8bae424351f6154cb0e3ff8d819c25f3ddb8c764
  Author: Victor Martinez 
  Date:   2019-08-02 (Fri, 02 Aug 2019)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriberTest.java
A 
src/test/resources/org/jenkinsci/plugins/pipeline/github/trigger/IssueCommentTriggerTest/payload/comment.json

  Log Message:
  ---
  Potential UTs for validating the comment


  Commit: 93abea4de6cfaba356ddd6452e00a085abe54623
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/93abea4de6cfaba356ddd6452e00a085abe54623
  Author: Victor Martinez 
  Date:   2019-08-02 (Fri, 02 Aug 2019)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriberTest.java
R 
src/test/resources/org/jenkinsci/plugins/pipeline/github/trigger/IssueCommentTriggerTest/payload/comment.json

  Log Message:
  ---
  Revert "Potential UTs for validating the comment"

This reverts commit 8bae424351f6154cb0e3ff8d819c25f3ddb8c764.


  Commit: 9789211b3b2aff7fe0f72e8a038eebc1ea7c91af
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/9789211b3b2aff7fe0f72e8a038eebc1ea7c91af
  Author: Victor Martinez 
  Date:   2019-08-02 (Fri, 02 Aug 2019)

  Changed paths:
M pom.xml
R 
src/test/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriberTest.java
R 
src/test/resources/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriberTest/payload/comment.json

  Log Message:
  ---
  Revert "Add UTs for the GitHubEventSubscriber similar to the ones done in 
https://github.com/jenkinsci/github-branch-source-plugin/pull/132;

This reverts commit fe40ece8e344e5768604e8d0be6db52e21bc107d.


  Commit: 293064522b7033215f3ec7c082c7491c8e8d0f59
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/293064522b7033215f3ec7c082c7491c8e8d0f59
  Author: Victor Martinez 
  Date:   2020-03-01 (Sun, 01 Mar 2020)

  Changed paths:
A 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEnvironmentVariablesAction.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriber.java
R 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubParametersAction.java

  Log Message:
  ---
  renamed as suggested


  Commit: e10021d1be22d6968dabba93e2cc4b9edf759791
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/e10021d1be22d6968dabba93e2cc4b9edf759791
  Author: Victor Martinez 
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  As suggested just added some details in the README.md


  Commit: aeb1116dfcb88819a9ad39dac3af14de9dbae3ec
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/aeb1116dfcb88819a9ad39dac3af14de9dbae3ec
  Author: Aaron Whiteside 
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
M README.md
A 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEnvironmentVariablesAction.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriber.java

  Log Message:
  ---
  Merge pull request #65 from v1v/expose/variable

expose comment and author as environment variables


Compare: 
https://github.com/jenkinsci/pipeline-github-plugin/compare/2b966642dc1d...aeb1116dfcb8

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com

[jenkinsci/pipeline-github-plugin] a8cf2c: Incrementalified

2020-02-28 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: a8cf2ca7704082956562b9db7872632a03b395d2
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/a8cf2ca7704082956562b9db7872632a03b395d2
  Author: Raihaan Shouhell 
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Incrementalified


  Commit: 2b966642dc1de09bb7b17a6f86f21dad4d2b0d45
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/2b966642dc1de09bb7b17a6f86f21dad4d2b0d45
  Author: Aaron Whiteside 
  Date:   2020-02-29 (Sat, 29 Feb 2020)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Merge pull request #68 from res0nance/incrementals

Incrementalified


Compare: 
https://github.com/jenkinsci/pipeline-github-plugin/compare/bce9056683db...2b966642dc1d

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/bce905-2b9666%40github.com.


[jenkinsci/pipeline-github-plugin] e99a15: Adding deleteBranch method to pullRequest to enabl...

2020-02-28 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: e99a15a982ab9ced938117be4b2766567872adde
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/e99a15a982ab9ced938117be4b2766567872adde
  Author: Nikitash Pawar 
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequest.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequestService.java

  Log Message:
  ---
  Adding deleteBranch method to pullRequest to enable deletion of the Branch 
after merging the pullRequest


  Commit: a39025139e54cadd17daee33f304e62fdba36294
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/a39025139e54cadd17daee33f304e62fdba36294
  Author: Nikitash Pawar 
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequest.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequestService.java

  Log Message:
  ---
  Revert "Adding deleteBranch method to pullRequest to enable deletion of the 
Branch after merging the pullRequest"

This reverts commit e99a15a982ab9ced938117be4b2766567872adde.


  Commit: f944411a43f7544f858d287e4623172340417a13
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/f944411a43f7544f858d287e4623172340417a13
  Author: Nikitash Pawar 
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequest.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequestService.java

  Log Message:
  ---
  Adding deleteBranch method to pullRequest to enable deletion of the Branch 
after merging the pullRequest


  Commit: bce9056683dba6b0e17b9e06d9563f6efe071fe7
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/bce9056683dba6b0e17b9e06d9563f6efe071fe7
  Author: Aaron Whiteside 
  Date:   2020-02-29 (Sat, 29 Feb 2020)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequest.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedPullRequestService.java

  Log Message:
  ---
  Merge pull request #69 from NikitashP/add_provision_to_delete_branch

Add provision to delete branch


Compare: 
https://github.com/jenkinsci/pipeline-github-plugin/compare/0cd86a0783b8...bce9056683db

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-github-plugin/push/refs/heads/master/0cd86a-bce905%40github.com.


[jenkinsci/pipeline-github-plugin] 0cd86a: [maven-release-plugin] prepare for next developmen...

2019-02-23 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 0cd86a0783b81071d837fd5afb8527c74b6ce538
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/0cd86a0783b81071d837fd5afb8527c74b6ce538
  Author: Aaron Whiteside 
  Date:   2019-02-23 (Sat, 23 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin]

2019-02-23 Thread Aaron Whiteside
  Branch: refs/tags/pipeline-github-2.5
  Home:   https://github.com/jenkinsci/pipeline-github-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] 92a1be: [maven-release-plugin] prepare release pipeline-gi...

2019-02-23 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 92a1be88cbfe7ede3b9458024915ce794ed7311c
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/92a1be88cbfe7ede3b9458024915ce794ed7311c
  Author: Aaron Whiteside 
  Date:   2019-02-23 (Sat, 23 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-github-2.5


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] 1a3642: Fix for issue https://github.com/jenkinsci/pipelin...

2019-02-23 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 1a3642ddaa91d8355db6014e28b2ccbc4b5b7374
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/1a3642ddaa91d8355db6014e28b2ccbc4b5b7374
  Author: Aaron Whiteside 
  Date:   2019-02-23 (Sat, 23 Feb 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriber.java

  Log Message:
  ---
  Fix for issue https://github.com/jenkinsci/pipeline-github-plugin/issues/29


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin]

2019-02-22 Thread Aaron Whiteside
  Branch: refs/tags/pipeline-github-2.4
  Home:   https://github.com/jenkinsci/pipeline-github-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] 3b0592: [maven-release-plugin] prepare release pipeline-gi...

2019-02-22 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 3b0592b55e0a2a7bcc83b342f3469bec4c08ee63
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/3b0592b55e0a2a7bcc83b342f3469bec4c08ee63
  Author: Aaron Whiteside 
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-github-2.4


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] 2195d9: [maven-release-plugin] prepare for next developmen...

2019-02-22 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 2195d9c3920d1cacb3ca7c26ccfdc2ff007efe22
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/2195d9c3920d1cacb3ca7c26ccfdc2ff007efe22
  Author: Aaron Whiteside 
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] 7bf956: Fix for issue https://github.com/jenkinsci/pipelin...

2019-02-22 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 7bf956880ac89538090ea4b1aeaeaee1aa23f5a2
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/7bf956880ac89538090ea4b1aeaeaee1aa23f5a2
  Author: Aaron Whiteside 
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/GitHubEventSubscriber.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/trigger/IssueCommentTrigger.java

  Log Message:
  ---
  Fix for issue https://github.com/jenkinsci/pipeline-github-plugin/issues/43


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] 13c576: [maven-release-plugin] prepare release pipeline-gi...

2019-02-21 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 13c5761b1127d33f3fbdf941f282ed684b3895c0
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/13c5761b1127d33f3fbdf941f282ed684b3895c0
  Author: Aaron Whiteside 
  Date:   2019-02-21 (Thu, 21 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-github-2.3


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] d00623: [maven-release-plugin] prepare for next developmen...

2019-02-21 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: d00623e384f8256b8ed4b1ebad65bd0ccfe21c87
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/d00623e384f8256b8ed4b1ebad65bd0ccfe21c87
  Author: Aaron Whiteside 
  Date:   2019-02-21 (Thu, 21 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin]

2019-02-21 Thread Aaron Whiteside
  Branch: refs/tags/pipeline-github-2.3
  Home:   https://github.com/jenkinsci/pipeline-github-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] 134600: *.java

2019-02-21 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 1346004a77312cb8b72c7ecf040a30cbfd5035f5
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/1346004a77312cb8b72c7ecf040a30cbfd5035f5
  Author: Aaron Whiteside 
  Date:   2019-02-21 (Thu, 21 Feb 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/CommitFileGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/CommitGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/CommitStatusGroovyObject.java
M src/main/java/org/jenkinsci/plugins/pipeline/github/GitHubHelper.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/IssueCommentGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/MilestoneGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGlobalVariable.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/ReviewCommentGroovyObject.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/ReviewGroovyObject.java

  Log Message:
  ---
  *.java
- Serialization fixes for the reported issue 
https://github.com/jenkinsci/pipeline-github-plugin/issues/55


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] 93053f: [maven-release-plugin] prepare for next developmen...

2019-02-17 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: 93053f7d0a0ee2889354e077d665e3d7e286d1da
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/93053f7d0a0ee2889354e077d665e3d7e286d1da
  Author: Aaron Whiteside 
  Date:   2019-02-17 (Sun, 17 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin]

2019-02-17 Thread Aaron Whiteside
  Branch: refs/tags/pipeline-github-2.2
  Home:   https://github.com/jenkinsci/pipeline-github-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] f7e648: [maven-release-plugin] prepare release pipeline-gi...

2019-02-17 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: f7e6488655e97a3107fdc1f77f9b411f9868d879
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/f7e6488655e97a3107fdc1f77f9b411f9868d879
  Author: Aaron Whiteside 
  Date:   2019-02-17 (Sun, 17 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-github-2.2


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] e40554: CommitGroovyObject.java

2019-02-17 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: e40554b8062d7e471bd15a05377e30a29bec4ec3
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/e40554b8062d7e471bd15a05377e30a29bec4ec3
  Author: Aaron Whiteside 
  Date:   2019-02-17 (Sun, 17 Feb 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/CommitGroovyObject.java

  Log Message:
  ---
  CommitGroovyObject.java
- added protection against null files, as reported in 
https://github.com/jenkinsci/pipeline-github-plugin/issues/24


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] c97ccb: ExtendedGitHubClient.java

2019-02-17 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: c97ccbb79cb6b00c80e73e4b6f70455475ae054a
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/c97ccbb79cb6b00c80e73e4b6f70455475ae054a
  Author: Aaron Whiteside 
  Date:   2019-02-17 (Sun, 17 Feb 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedGitHubClient.java

  Log Message:
  ---
  ExtendedGitHubClient.java
- no longer set the HTTP method to PATCH but use the X-HTTP-Method-Override 
header, as the jdk's HttpURLConnection does not like the PATCH method

This fixes https://github.com/jenkinsci/pipeline-github-plugin/issues/41


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-github-plugin] b51d3a: ExtendedGitHubClient.java

2019-02-17 Thread Aaron Whiteside
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-github-plugin
  Commit: b51d3abb59852e11a768dd77763efc3c29154004
  
https://github.com/jenkinsci/pipeline-github-plugin/commit/b51d3abb59852e11a768dd77763efc3c29154004
  Author: Aaron Whiteside 
  Date:   2019-02-17 (Sun, 17 Feb 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedGitHubClient.java
M 
src/main/java/org/jenkinsci/plugins/pipeline/github/client/ExtendedIssueService.java

  Log Message:
  ---
  ExtendedGitHubClient.java
- add support for delete operations to parse json responses

ExtendedIssueService.java
- the removeLabel() method now calls the new delete() to parse the response 
returned by this operation.

This fixed https://github.com/jenkinsci/pipeline-github-plugin/issues/52

Thanks @longwave for tracking this down


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.