[jenkinsci/windows-azure-storage-plugin] 2d9dd6: Add credentials binding support for azure storage

2018-03-15 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/windows-azure-storage-plugin
  Commit: 2d9dd685990aab80a50a522892a58deca123de7c
  
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/2d9dd685990aab80a50a522892a58deca123de7c
  Author: drfish 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentialsBinding.java
M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties
A 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentialsBinding/config-variables.jelly
A 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentialsBinding/config-variables.properties

  Log Message:
  ---
  Add credentials binding support for azure storage


  Commit: 6f4be9f391340b5ba2b452b870253dac289b58d4
  
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/6f4be9f391340b5ba2b452b870253dac289b58d4
  Author: Junbo Wang 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M pom.xml
A 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentialsBinding.java
M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties
A 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentialsBinding/config-variables.jelly
A 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentialsBinding/config-variables.properties

  Log Message:
  ---
  Merge pull request #100 from gavinfish/credentials_binding

Add credentials binding support for azure storage


Compare: 
https://github.com/jenkinsci/windows-azure-storage-plugin/compare/4a8b2dd5620b...6f4be9f39134

-- 
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/windows-azure-storage-plugin] f30641: Download items in several threads.

2018-03-15 Thread GitHub
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/windows-azure-storage-plugin
  Commit: f30641441e8be5f48b5aa7aa1a7d134d415295b7
  
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/f30641441e8be5f48b5aa7aa1a7d134d415295b7
  Author: drfish 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromFileService.java
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadService.java

  Log Message:
  ---
  Download items in several threads.


  Commit: 180befb406886a146537b8fb8d0548a48b6f6319
  
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/180befb406886a146537b8fb8d0548a48b6f6319
  Author: drfish 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java

  Log Message:
  ---
  Fix null pointer exception when relied build having no artifacts.


  Commit: a04a0f4e40e98a577620fe1023f7c96516c0da6b
  
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/a04a0f4e40e98a577620fe1023f7c96516c0da6b
  Author: drfish 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java

  Log Message:
  ---
  Fix code for checkstyle.


  Commit: 7201027b6e81e09222367268e6fb08237b815a5c
  
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/7201027b6e81e09222367268e6fb08237b815a5c
  Author: drfish 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromFileService.java
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadService.java
M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties

  Log Message:
  ---
  Use thread pool to manage thread


  Commit: 7e794af3e44f22076f2beec1bf78c89dc6ff806a
  
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/7e794af3e44f22076f2beec1bf78c89dc6ff806a
  Author: Junbo Wang 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromFileService.java
M 
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadService.java
M 
src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties

  Log Message:
  ---
  Merge pull request #102 from gavinfish/multi_download

Download items in several threads.


Compare: 
https://github.com/jenkinsci/windows-azure-storage-plugin/compare/6f4be9f39134...7e794af3e44f

-- 
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/xlrelease-plugin]

2018-03-15 Thread GitHub
  Branch: refs/tags/xlrelease-plugin-7.5.1
  Home:   https://github.com/jenkinsci/xlrelease-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/xlrelease-plugin] e9a8b2: Release Jenkins XL Release plugin 7.5.1

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/xlrelease-plugin
  Commit: e9a8b20e83066799de476c675d53c9fd9d177fca
  
https://github.com/jenkinsci/xlrelease-plugin/commit/e9a8b20e83066799de476c675d53c9fd9d177fca
  Author: saraswat2385 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release Jenkins XL Release plugin 7.5.1


  Commit: 1c5bb870805904baa473797acc7645b30d168e66
  
https://github.com/jenkinsci/xlrelease-plugin/commit/1c5bb870805904baa473797acc7645b30d168e66
  Author: saraswat2385 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Set development version to 7.5.2-SNAPSHOT


Compare: 
https://github.com/jenkinsci/xlrelease-plugin/compare/0c1ab4a9de51...1c5bb8708059

-- 
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/xldeploy-plugin]

2018-03-15 Thread GitHub
  Branch: refs/tags/xldeploy-plugin-7.5.0
  Home:   https://github.com/jenkinsci/xldeploy-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/xldeploy-plugin] 8d24f1: Released Jenkins XL Deploy plugin 7.5.0

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/xldeploy-plugin
  Commit: 8d24f166cf140a7221dc458c1fb38bc08b5dbd3a
  
https://github.com/jenkinsci/xldeploy-plugin/commit/8d24f166cf140a7221dc458c1fb38bc08b5dbd3a
  Author: saraswat2385 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Released Jenkins XL Deploy plugin 7.5.0


  Commit: 908a71949db30503e6905030c733e5d094d615a7
  
https://github.com/jenkinsci/xldeploy-plugin/commit/908a71949db30503e6905030c733e5d094d615a7
  Author: saraswat2385 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Set development version to 8.0.0-SNAPSHOT


Compare: 
https://github.com/jenkinsci/xldeploy-plugin/compare/b2e4bb0126d8...908a71949db3

-- 
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/contrast-continuous-application-security-plugin] 69cca9: CONTRAST-21177

2018-03-15 Thread GitHub
  Branch: refs/heads/CONTRAST-21177
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 69cca99fdd9e71e86732757ec1ff8f4d197dc704
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/69cca99fdd9e71e86732757ec1ff8f4d197dc704
  Author: Segii Borsuk 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/ThresholdCondition.java
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendHelper.java
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendRecorder.java
M 
src/main/resources/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendRecorder/config.jelly

  Log Message:
  ---
  CONTRAST-21177


-- 
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/ftp-rename-plugin] 6aec28: adding a FTP server test

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ftp-rename-plugin
  Commit: 6aec280dccd778c77502ae7bdb4dfe77985d635c
  
https://github.com/jenkinsci/ftp-rename-plugin/commit/6aec280dccd778c77502ae7bdb4dfe77985d635c
  Author: Bruno Cardoso Cantisano 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/ftpRename/FtpRenameTest.java

  Log Message:
  ---
  adding a FTP server test


-- 
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/gogs-webhook-plugin] a062c9: Update README.md

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gogs-webhook-plugin
  Commit: a062c9037b2c7e40092272c4edff4e7db9f4d3fe
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/a062c9037b2c7e40092272c4edff4e7db9f4d3fe
  Author: Alexander 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md

Updated documentation


-- 
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/gogs-webhook-plugin] aaa7fe: [maven-release-plugin] prepare release gogs-webhoo...

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gogs-webhook-plugin
  Commit: aaa7fe09ef87129a50ac5d0fdd80676ab660
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/aaa7fe09ef87129a50ac5d0fdd80676ab660
  Author: Alexander Verhaar 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release gogs-webhook-1.0.13


-- 
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/gogs-webhook-plugin] 151e3b: [maven-release-plugin] prepare for next developmen...

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gogs-webhook-plugin
  Commit: 151e3b9d71fd11cbc191040a8453360ce27605ac
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/151e3b9d71fd11cbc191040a8453360ce27605ac
  Author: Alexander Verhaar 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  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/gogs-webhook-plugin]

2018-03-15 Thread GitHub
  Branch: refs/tags/gogs-webhook-1.0.13
  Home:   https://github.com/jenkinsci/gogs-webhook-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/gogs-webhook-plugin] 293a99: Fix 'dirname/jobname' is not defined

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gogs-webhook-plugin
  Commit: 293a993f56bc9942d0ca9a02b3a9b3dc04e055f9
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/293a993f56bc9942d0ca9a02b3a9b3dc04e055f9
  Author: Alexander Verhaar 
  Date:   2018-03-13 (Tue, 13 Mar 2018)

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

  Log Message:
  ---
  Fix 'dirname/jobname' is not defined

This will fix issue#34 when CloudBees-folder plugin is used and the
plugin can't find the jobname.


  Commit: 4513f19f3998334b50265e9785455e63a16ed22a
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/4513f19f3998334b50265e9785455e63a16ed22a
  Author: Alexander Verhaar 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M about_integration_tests.md

  Log Message:
  ---
  Updated documentation


  Commit: 4fcf0763c7bf42dc1d089cc685ab0c1024ebb93d
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/4fcf0763c7bf42dc1d089cc685ab0c1024ebb93d
  Author: Alexander Verhaar 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Include cloudbees-folder plugin for testing


  Commit: b6a807ea35ffca0185eb15fd9d6be387e0d80321
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/b6a807ea35ffca0185eb15fd9d6be387e0d80321
  Author: Alexander Verhaar 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M src/test/docker/jenkins-dockerfile/Dockerfile

  Log Message:
  ---
  Install cloudbees-folder into jenkins


  Commit: aa97a8929d60b2a6d60a5bb94710c8cd8579da70
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/aa97a8929d60b2a6d60a5bb94710c8cd8579da70
  Author: Alexander Verhaar 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
A src/test/java/org/jenkinsci/plugins/gogs/GogsWebHookPluginsTest.java

  Log Message:
  ---
  New tests for integrations with other plugins

This test is written so that we can test cloudbees-folder plugin.


  Commit: c424622b8e712366e42f4b71ba1e21f4d38bd705
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/c424622b8e712366e42f4b71ba1e21f4d38bd705
  Author: Alexander 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M about_integration_tests.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/gogs/GogsPayloadProcessor.java
M src/test/docker/jenkins-dockerfile/Dockerfile
A src/test/java/org/jenkinsci/plugins/gogs/GogsWebHookPluginsTest.java

  Log Message:
  ---
  Merge pull request #37 from jenkinsci/fix/issue#34

Fix 'dirname/jobname' is not defined


Compare: 
https://github.com/jenkinsci/gogs-webhook-plugin/compare/d41b27774fa6...c424622b8e71

-- 
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/gogs-webhook-plugin]

2018-03-15 Thread GitHub
  Branch: refs/heads/fix/issue#34
  Home:   https://github.com/jenkinsci/gogs-webhook-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/gogs-webhook-plugin] aa97a8: New tests for integrations with other plugins

2018-03-15 Thread GitHub
  Branch: refs/heads/fix/issue#34
  Home:   https://github.com/jenkinsci/gogs-webhook-plugin
  Commit: aa97a8929d60b2a6d60a5bb94710c8cd8579da70
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/aa97a8929d60b2a6d60a5bb94710c8cd8579da70
  Author: Alexander Verhaar 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
A src/test/java/org/jenkinsci/plugins/gogs/GogsWebHookPluginsTest.java

  Log Message:
  ---
  New tests for integrations with other plugins

This test is written so that we can test cloudbees-folder 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/gogs-webhook-plugin] 4513f1: Updated documentation

2018-03-15 Thread GitHub
  Branch: refs/heads/fix/issue#34
  Home:   https://github.com/jenkinsci/gogs-webhook-plugin
  Commit: 4513f19f3998334b50265e9785455e63a16ed22a
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/4513f19f3998334b50265e9785455e63a16ed22a
  Author: Alexander Verhaar 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M about_integration_tests.md

  Log Message:
  ---
  Updated documentation


  Commit: 4fcf0763c7bf42dc1d089cc685ab0c1024ebb93d
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/4fcf0763c7bf42dc1d089cc685ab0c1024ebb93d
  Author: Alexander Verhaar 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Include cloudbees-folder plugin for testing


  Commit: b6a807ea35ffca0185eb15fd9d6be387e0d80321
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/b6a807ea35ffca0185eb15fd9d6be387e0d80321
  Author: Alexander Verhaar 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M src/test/docker/jenkins-dockerfile/Dockerfile

  Log Message:
  ---
  Install cloudbees-folder into jenkins


  Commit: 6a725ccbb2cd33051a797485e954c4b2da794911
  
https://github.com/jenkinsci/gogs-webhook-plugin/commit/6a725ccbb2cd33051a797485e954c4b2da794911
  Author: Alexander Verhaar 
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
A src/test/java/org/jenkinsci/plugins/gogs/GogsWebHookTestPlugins.java

  Log Message:
  ---
  New tests for integrations with other plugins

This test is written so that we can test cloudbees-folder plugin.


Compare: 
https://github.com/jenkinsci/gogs-webhook-plugin/compare/293a993f56bc...6a725ccbb2cd

-- 
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/ftp-rename-plugin] 039df4: add publisher. Code from: rokeyyan

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ftp-rename-plugin
  Commit: 039df4197f619eb89615ee203d4e459c349bd433
  
https://github.com/jenkinsci/ftp-rename-plugin/commit/039df4197f619eb89615ee203d4e459c349bd433
  Author: brunocantisano 
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
A src/main/java/org/jenkinsci/plugins/ftpRename/FtpRenamePublisher.java
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenamePublisher/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenamePublisher/help-ftpPath.html
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenamePublisher/help-ftpPort.html
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenamePublisher/help-remoteDirectory.html

  Log Message:
  ---
  add publisher. Code from: rokeyyan


  Commit: 94dd449ef96da3600f6865c130a3beff61b255ce
  
https://github.com/jenkinsci/ftp-rename-plugin/commit/94dd449ef96da3600f6865c130a3beff61b255ce
  Author: brunocantisano 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
R src/main/java/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder.java
R 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/config.jelly
R 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/global.jelly
R 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/help-ftpPath.html
R 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/help-ftpPort.html
R 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/help-remoteDirectory.html

  Log Message:
  ---
  removing unecessary files.


  Commit: c494c52cdb986c364ed1ef3c9204a04e3ac8790b
  
https://github.com/jenkinsci/ftp-rename-plugin/commit/c494c52cdb986c364ed1ef3c9204a04e3ac8790b
  Author: Bruno Cardoso Cantisano 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
A src/main/java/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder.java
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/global.jelly
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/help-ftpPath.html
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/help-ftpPort.html
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/help-remoteDirectory.html

  Log Message:
  ---
  adding files


Compare: 
https://github.com/jenkinsci/ftp-rename-plugin/compare/a643f2a4f89f...c494c52cdb98

-- 
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/ftp-rename-plugin] c494c5: adding files

2018-03-15 Thread GitHub
  Branch: refs/heads/add_publisher
  Home:   https://github.com/jenkinsci/ftp-rename-plugin
  Commit: c494c52cdb986c364ed1ef3c9204a04e3ac8790b
  
https://github.com/jenkinsci/ftp-rename-plugin/commit/c494c52cdb986c364ed1ef3c9204a04e3ac8790b
  Author: Bruno Cardoso Cantisano 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
A src/main/java/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder.java
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/global.jelly
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/help-ftpPath.html
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/help-ftpPort.html
A 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/help-remoteDirectory.html

  Log Message:
  ---
  adding files


-- 
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/contrast-continuous-application-security-plugin]

2018-03-15 Thread GitHub
  Branch: refs/heads/CONTRAST-21177
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-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/rigor-optimization-plugin] 963665: updated knowledge base url link in readme

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rigor-optimization-plugin
  Commit: 9636652a7d28bf8921c5e8e4934f8fea317859ec
  
https://github.com/jenkinsci/rigor-optimization-plugin/commit/9636652a7d28bf8921c5e8e4934f8fea317859ec
  Author: marktisham 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  updated knowledge base url link in readme


-- 
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/contrast-continuous-application-security-plugin] f126b9: Jenkins plugin - log an error if the app name ment...

2018-03-15 Thread GitHub
  Branch: refs/heads/CONTRAST-21251
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: f126b963238283c6c2fc1f494fb7c21e74891790
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/f126b963238283c6c2fc1f494fb7c21e74891790
  Author: Segii Borsuk 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M contrastPluginConfig.xml
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/TeamServerProfile.java
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendRecorder.java
M 
src/main/resources/com/aspectsecurity/contrast/contrastjenkins/ContrastPluginConfig/global.jelly
A src/main/webapp/help-failOnWrongApplicationName.html

  Log Message:
  ---
  Jenkins plugin - log an error if the app name mentioned is incorrect


-- 
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.


[jenkins-infra/jenkins.io] ab97b9: Updated CLI redirect

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: ab97b99809e1898221acfed990e89a087d57871b
  
https://github.com/jenkins-infra/jenkins.io/commit/ab97b99809e1898221acfed990e89a087d57871b
  Author: Jesse Glick 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M content/redirect/cli.adoc

  Log Message:
  ---
  Updated CLI redirect


  Commit: 3565f3e9f271c2ca714c0ad9d36b94dc673079d7
  
https://github.com/jenkins-infra/jenkins.io/commit/3565f3e9f271c2ca714c0ad9d36b94dc673079d7
  Author: Liam Newman 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M content/redirect/cli.adoc

  Log Message:
  ---
  Merge pull request #1450 from jglick/patch-1

Updated CLI redirect


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/7028a0d8e36c...3565f3e9f271

-- 
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/contrast-continuous-application-security-plugin]

2018-03-15 Thread GitHub
  Branch: refs/heads/CONTRAST-21251
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-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.


[jenkins-infra/jenkins.io] 061bdc: [JEP-200] - Link the new blogpost in the LTS upgra...

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 061bdc763ec98ef47d95fd46311177892f47100b
  
https://github.com/jenkins-infra/jenkins.io/commit/061bdc763ec98ef47d95fd46311177892f47100b
  Author: Oleg Nenashev 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M content/doc/upgrade-guide/2.107.adoc

  Log Message:
  ---
  [JEP-200] - Link the new blogpost in the LTS upgrade guide header


  Commit: 7028a0d8e36c4bd184ce30e2626538b9df18bc6d
  
https://github.com/jenkins-infra/jenkins.io/commit/7028a0d8e36c4bd184ce30e2626538b9df18bc6d
  Author: Liam Newman 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M content/doc/upgrade-guide/2.107.adoc

  Log Message:
  ---
  Merge pull request #1451 from oleg-nenashev/jep200/upgrade-guide-upd

[JEP-200] - Link the new blogpost in the LTS upgrade guide header


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/9a5a45e7e83b...7028a0d8e36c

-- 
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/jenkins] 896ea2: [maven-release-plugin] prepare release jenkins-2.1...

2018-03-15 Thread GitHub
  Branch: refs/heads/stable-2.107
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 896ea22295c699644ffdf372430a11653c840c4b
  
https://github.com/jenkinsci/jenkins/commit/896ea22295c699644ffdf372430a11653c840c4b
  Author: Kohsuke Kawaguchi 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M cli/pom.xml
M core/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jenkins-2.107.1


  Commit: 876b9151f273a3fd24abec717cb8301cc77b7c15
  
https://github.com/jenkinsci/jenkins/commit/876b9151f273a3fd24abec717cb8301cc77b7c15
  Author: Kohsuke Kawaguchi 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M cli/pom.xml
M core/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml

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


Compare: 
https://github.com/jenkinsci/jenkins/compare/2ad96a3d5b5a...876b9151f273

-- 
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/jenkins]

2018-03-15 Thread GitHub
  Branch: refs/tags/jenkins-2.107.1
  Home:   https://github.com/jenkinsci/jenkins

-- 
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.


[jenkins-infra/jenkins.io] 9a3629: [JEP-200] - Update announcement blogpost and the u...

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 9a36297bdcc9285ec93774516452c87c76bf1434
  
https://github.com/jenkins-infra/jenkins.io/commit/9a36297bdcc9285ec93774516452c87c76bf1434
  Author: Oleg Nenashev 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M content/blog/2018/01/2018-01-13-jep-200.adoc
M content/doc/upgrade-guide/2.107.adoc

  Log Message:
  ---
  [JEP-200] - Update announcement blogpost and the upgrade guide


  Commit: bfe111bf0cf59d1a9af6159fb1a2d2c60076d9f5
  
https://github.com/jenkins-infra/jenkins.io/commit/bfe111bf0cf59d1a9af6159fb1a2d2c60076d9f5
  Author: Oleg Nenashev 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M content/doc/upgrade-guide/2.107.adoc

  Log Message:
  ---
  [JEP-200] - Remove the duplicating information from the Upgrade guide


  Commit: 5c1679be2738f1da8f8113505b237337cddacaee
  
https://github.com/jenkins-infra/jenkins.io/commit/5c1679be2738f1da8f8113505b237337cddacaee
  Author: Oleg Nenashev 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M content/_data/changelogs/lts.yml
M content/blog/2018/01/2018-01-13-jep-200.adoc
A content/blog/2018/03/2018-03-14-jep-200-lts.adoc
M content/doc/upgrade-guide/2.107.adoc
M content/redirect/class-filter.adoc

  Log Message:
  ---
  [JEP-200] - Move information to the new blogpost like @jglick suggested


  Commit: 40d69c988428a9bf6c5d7393dc6ca2c2c3dc1b20
  
https://github.com/jenkins-infra/jenkins.io/commit/40d69c988428a9bf6c5d7393dc6ca2c2c3dc1b20
  Author: Oleg Nenashev 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M content/blog/2018/03/2018-03-14-jep-200-lts.adoc

  Log Message:
  ---
  JEP-200 - Update intro text a bit


  Commit: 577805d33de3ade0e1043122f5a176b270d8acef
  
https://github.com/jenkins-infra/jenkins.io/commit/577805d33de3ade0e1043122f5a176b270d8acef
  Author: Oleg Nenashev 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M content/blog/2018/01/2018-01-13-jep-200.adoc

  Log Message:
  ---
  [JEP-200] - Restore the broken header in the old blogpost


  Commit: 56861f1958a9991a8a2d948e1da2239beb7e9e91
  
https://github.com/jenkins-infra/jenkins.io/commit/56861f1958a9991a8a2d948e1da2239beb7e9e91
  Author: Oleg Nenashev 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M content/blog/2018/03/2018-03-14-jep-200-lts.adoc

  Log Message:
  ---
  [JEP-200] - Refer full upgrade guidelines to address comments from @bitwiseman


  Commit: 7628f5da69904fb5ace64c96445e1dfa1c03f8cb
  
https://github.com/jenkins-infra/jenkins.io/commit/7628f5da69904fb5ace64c96445e1dfa1c03f8cb
  Author: Oleg Nenashev 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M content/blog/2018/03/2018-03-14-jep-200-lts.adoc

  Log Message:
  ---
  [JEP-200] - add a header before background, patch title


  Commit: af739eb8d6b9b922db61fc6bf95ce49ea748dda6
  
https://github.com/jenkins-infra/jenkins.io/commit/af739eb8d6b9b922db61fc6bf95ce49ea748dda6
  Author: Liam Newman 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M content/blog/2018/03/2018-03-14-jep-200-lts.adoc

  Log Message:
  ---
  Minor wording tweaks


  Commit: 5d9014dbb005fa290ffab092982da40f6e08bae2
  
https://github.com/jenkins-infra/jenkins.io/commit/5d9014dbb005fa290ffab092982da40f6e08bae2
  Author: Liam Newman 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M content/blog/2018/03/2018-03-14-jep-200-lts.adoc

  Log Message:
  ---
  Update 2018-03-14-jep-200-lts.adoc


  Commit: d868b00eada9eee0cf675085e9c6bd235b1d82de
  
https://github.com/jenkins-infra/jenkins.io/commit/d868b00eada9eee0cf675085e9c6bd235b1d82de
  Author: Liam Newman 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M content/blog/2018/03/2018-03-14-jep-200-lts.adoc

  Log Message:
  ---
  Update 2018-03-14-jep-200-lts.adoc


  Commit: 0897ea54577418db21909961fe9642ede8bc73bd
  
https://github.com/jenkins-infra/jenkins.io/commit/0897ea54577418db21909961fe9642ede8bc73bd
  Author: Liam Newman 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M content/blog/2018/03/2018-03-14-jep-200-lts.adoc

  Log Message:
  ---
  Integrate jglick feedback


  Commit: e9d88c237de7d62e8366ec7136ae746f3dadc29b
  
https://github.com/jenkins-infra/jenkins.io/commit/e9d88c237de7d62e8366ec7136ae746f3dadc29b
  Author: Liam Newman 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M content/_data/changelogs/lts.yml
M content/blog/2018/01/2018-01-13-jep-200.adoc
R content/blog/2018/03/2018-03-14-jep-200-lts.adoc
A content/blog/2018/03/2018-03-15-jep-200-lts.adoc
M content/doc/upgrade-guide/2.107.adoc
M content/redirect/class-filter.adoc

  Log Message:
  ---
  Move to 03-15


  Commit: bc7420367f669c07b956a638e71fe5ea709c225e
  
https://github.c

[jenkinsci/pipeline-maven-plugin] f1c282: bump maven pom.xml plugins and parent pom

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: f1c2829bc8cf5a88d9dd4096ebda1e4381b6206d
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/f1c2829bc8cf5a88d9dd4096ebda1e4381b6206d
  Author: Cyrille Le Clerc 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M jenkins-plugin/pom.xml
M maven-spy/pom.xml

  Log Message:
  ---
  bump maven pom.xml plugins and parent pom


  Commit: ea177921208c59d1f422e47e5cdf0e8ddee656e3
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/ea177921208c59d1f422e47e5cdf0e8ddee656e3
  Author: Cyrille Le Clerc 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M jenkins-plugin/pom.xml
M maven-spy/pom.xml

  Log Message:
  ---
  Merge pull request #133 from jenkinsci/bump-pom

bump maven pom.xml plugins and parent pom


Compare: 
https://github.com/jenkinsci/pipeline-maven-plugin/compare/1edba427116a...ea177921208c

-- 
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-maven-plugin]

2018-03-15 Thread GitHub
  Branch: refs/heads/bump-pom
  Home:   https://github.com/jenkinsci/pipeline-maven-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-maven-plugin] f1c282: bump maven pom.xml plugins and parent pom

2018-03-15 Thread GitHub
  Branch: refs/heads/bump-pom
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: f1c2829bc8cf5a88d9dd4096ebda1e4381b6206d
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/f1c2829bc8cf5a88d9dd4096ebda1e4381b6206d
  Author: Cyrille Le Clerc 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M jenkins-plugin/pom.xml
M maven-spy/pom.xml

  Log Message:
  ---
  bump maven pom.xml plugins and parent pom


-- 
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/docker-plugin]

2018-03-15 Thread GitHub
  Branch: refs/heads/JENKINS-48050
  Home:   https://github.com/jenkinsci/docker-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/blackduck-hub-plugin] 06571c: Update README.md

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-hub-plugin
  Commit: 06571c1f9c001974b87e2db63043f6595c04eb8d
  
https://github.com/jenkinsci/blackduck-hub-plugin/commit/06571c1f9c001974b87e2db63043f6595c04eb8d
  Author: James Richard 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


-- 
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/blackduck-hub-plugin] 416553: Update README.md

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-hub-plugin
  Commit: 41655303798c3f6559870d597e1da24536f9a275
  
https://github.com/jenkinsci/blackduck-hub-plugin/commit/41655303798c3f6559870d597e1da24536f9a275
  Author: James Richard 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


-- 
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/blackduck-hub-plugin] 92105b: Update README.md

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-hub-plugin
  Commit: 92105b766b9433dfe5f3ab3693e178e4ca2e9c55
  
https://github.com/jenkinsci/blackduck-hub-plugin/commit/92105b766b9433dfe5f3ab3693e178e4ca2e9c55
  Author: James Richard 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


-- 
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.


[jenkins-infra/crawler] e1be8d: Adjust file name for new versions of the Sonar Sca...

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: e1be8ddf664b094229b74b9cf3bfc02a9fcb1020
  
https://github.com/jenkins-infra/crawler/commit/e1be8ddf664b094229b74b9cf3bfc02a9fcb1020
  Author: Michal Barczyk 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M sonarqubescannermsbuild.groovy

  Log Message:
  ---
  Adjust file name for new versions of the Sonar Scanner for MSBuild


  Commit: 4dc299a96e0fd67fcec6de895eb365829b9e5108
  
https://github.com/jenkins-infra/crawler/commit/4dc299a96e0fd67fcec6de895eb365829b9e5108
  Author: R. Tyler Croy 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M sonarqubescannermsbuild.groovy

  Log Message:
  ---
  Merge pull request #70 from michalb-sonar/master

Adjust file name for new versions of the Sonar Scanner for MSBuild


Compare: 
https://github.com/jenkins-infra/crawler/compare/654bc74bafeb...4dc299a96e0f

-- 
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/blackduck-detect-plugin] 135240: Updating headers

2018-03-15 Thread GitHub
  Branch: refs/heads/gradle-conversion
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 135240a66f7453882591fdd72f7780504a74ce99
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/135240a66f7453882591fdd72f7780504a74ce99
  Author: jrichard 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionModel.java
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsDetectLogger.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/PluginHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslContext.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/dsl/DetectDslExtension.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/exception/DetectJenkinsException.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/pipeline/DetectPipelineStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/ArchiveUtils.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstallation.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DummyToolInstaller.java

  Log Message:
  ---
  Updating headers


-- 
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/blackduck-detect-plugin] 786325: Updating the version to the correct version

2018-03-15 Thread GitHub
  Branch: refs/heads/gradle-conversion
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 786325f0c2bfd91ec10b734dcb9b56e56d6d2278
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/786325f0c2bfd91ec10b734dcb9b56e56d6d2278
  Author: jrichard 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the version to the correct version


  Commit: b30d7de701423b100a2ae1f3dba22397ba2c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/b30d7de701423b100a2ae1f3dba22397ba2c
  Author: jrichard 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M pom.xml

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


  Commit: 72c159c92ac116a56c677857a51bd4f1628cf287
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/72c159c92ac116a56c677857a51bd4f1628cf287
  Author: jrichard 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M build.gradle
R pom.xml

  Log Message:
  ---
  Updating gradle build file with the latest changes


Compare: 
https://github.com/jenkinsci/blackduck-detect-plugin/compare/aa4b35249223...72c159c92ac1

-- 
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/blackduck-detect-plugin] 786325: Updating the version to the correct version

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 786325f0c2bfd91ec10b734dcb9b56e56d6d2278
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/786325f0c2bfd91ec10b734dcb9b56e56d6d2278
  Author: jrichard 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the version to the correct 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/blackduck-detect-plugin]

2018-03-15 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-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/blackduck-detect-plugin] 9e8865: Working on updating the pom file

2018-03-15 Thread GitHub
  Branch: refs/heads/gradle-conversion
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 9e8865f313ae4c7af47f2f6bc21d2155bb460ad6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/9e8865f313ae4c7af47f2f6bc21d2155bb460ad6
  Author: jrichard 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Working on updating the pom file


  Commit: f4003042d88f9b18cd6c996e6dd073045fef414c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/f4003042d88f9b18cd6c996e6dd073045fef414c
  Author: jrichard 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the pom file


  Commit: 8784ae880d7ddccd5de7fa058f959e7c494a7904
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/8784ae880d7ddccd5de7fa058f959e7c494a7904
  Author: jrichard 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Updating to the latest hub-common


  Commit: 035d6abb8112d2081d4ff0560698a25b41fd2d5e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/035d6abb8112d2081d4ff0560698a25b41fd2d5e
  Author: jrichard 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/Messages.properties
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties
A 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubApiToken.html
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubCredentialsId.html

  Log Message:
  ---
  Updating to the latest hub-common


  Commit: 15fcdbe727662ff75f3632a29e5f6bbb299ca3b6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/15fcdbe727662ff75f3632a29e5f6bbb299ca3b6
  Author: jrichard 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java

  Log Message:
  ---
  Updating proxy handling


  Commit: 7971c04c4be2052e3335016021d253afe1a4743e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/7971c04c4be2052e3335016021d253afe1a4743e
  Author: jrichard 
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly

  Log Message:
  ---
  Updating api token information


  Commit: 611e4d924af6fdf4cae29233113e88d5216aff07
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/611e4d924af6fdf4cae29233113e88d5216aff07
  Author: jrichard 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
R 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubApiToken.html
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubCredentialsId

[jenkinsci/blackduck-detect-plugin] 9e8865: Working on updating the pom file

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 9e8865f313ae4c7af47f2f6bc21d2155bb460ad6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/9e8865f313ae4c7af47f2f6bc21d2155bb460ad6
  Author: jrichard 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Working on updating the pom file


  Commit: f4003042d88f9b18cd6c996e6dd073045fef414c
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/f4003042d88f9b18cd6c996e6dd073045fef414c
  Author: jrichard 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Updating the pom file


  Commit: 8784ae880d7ddccd5de7fa058f959e7c494a7904
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/8784ae880d7ddccd5de7fa058f959e7c494a7904
  Author: jrichard 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java

  Log Message:
  ---
  Updating to the latest hub-common


  Commit: 035d6abb8112d2081d4ff0560698a25b41fd2d5e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/035d6abb8112d2081d4ff0560698a25b41fd2d5e
  Author: jrichard 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/Messages.properties
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties
A 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubApiToken.html
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubCredentialsId.html

  Log Message:
  ---
  Updating to the latest hub-common


  Commit: 15fcdbe727662ff75f3632a29e5f6bbb299ca3b6
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/15fcdbe727662ff75f3632a29e5f6bbb299ca3b6
  Author: jrichard 
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/DetectVersionRequestService.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/common/DetectCommonStep.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/remote/DetectRemoteRunner.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/tools/DetectDownloadManager.java

  Log Message:
  ---
  Updating proxy handling


  Commit: 7971c04c4be2052e3335016021d253afe1a4743e
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/7971c04c4be2052e3335016021d253afe1a4743e
  Author: jrichard 
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly

  Log Message:
  ---
  Updating api token information


  Commit: 611e4d924af6fdf4cae29233113e88d5216aff07
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/611e4d924af6fdf4cae29233113e88d5216aff07
  Author: jrichard 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M pom.xml
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStepDescriptor.java
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.jelly
R 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubApiToken.html
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/help-hubCredentialsId.html

  Lo

[jenkinsci/blackduck-detect-plugin] 364bc0: Removing property

2018-03-15 Thread GitHub
  Branch: refs/heads/updating_hub_common
  Home:   https://github.com/jenkinsci/blackduck-detect-plugin
  Commit: 364bc007876583792b8e794ad819f0e95926ba63
  
https://github.com/jenkinsci/blackduck-detect-plugin/commit/364bc007876583792b8e794ad819f0e95926ba63
  Author: jrichard 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M 
src/main/resources/com/blackducksoftware/integration/detect/jenkins/post/DetectPostBuildStep/global.properties

  Log Message:
  ---
  Removing property


-- 
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/acceptance-test-harness] d75eef: Add missing dependency (necessary for agent create...

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: d75eefe004adef5d9603e54aa0fa2770715e6742
  
https://github.com/jenkinsci/acceptance-test-harness/commit/d75eefe004adef5d9603e54aa0fa2770715e6742
  Author: Lucie Votypkova 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M src/test/java/plugins/CheckStylePluginTest.java

  Log Message:
  ---
  Add missing dependency (necessary for agent created by method 
createDockerAgent).


  Commit: 0d957d71e00acb15d639492d8c5e6db38194f7cb
  
https://github.com/jenkinsci/acceptance-test-harness/commit/0d957d71e00acb15d639492d8c5e6db38194f7cb
  Author: Lucie Votypkova 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M src/test/java/plugins/CheckStylePluginTest.java

  Log Message:
  ---
  Merge branch 'plugin-missing' of 
https://github.com/lvotypko/acceptance-test-harness into lvotypko-plugin-missing


  Commit: c0ba2129ca55e7bddb7fc84312f453ed2bf5bdb0
  
https://github.com/jenkinsci/acceptance-test-harness/commit/c0ba2129ca55e7bddb7fc84312f453ed2bf5bdb0
  Author: Lucie Votypkova 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M src/test/java/plugins/CheckStylePluginTest.java

  Log Message:
  ---
  Merge branch 'lvotypko-plugin-missing'


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/8db1b04fb844...c0ba2129ca55

-- 
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/acceptance-test-harness] cbdeb9: Add method for configuration from name and submit ...

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: cbdeb9cc759badabae5849c4d4968f2c0a2ec422
  
https://github.com/jenkinsci/acceptance-test-harness/commit/cbdeb9cc759badabae5849c4d4968f2c0a2ec422
  Author: Lucie Votypkova 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/test/acceptance/plugins/credentials/CredentialsPage.java
M src/main/java/org/jenkinsci/test/acceptance/po/ConfigurablePageObject.java
M src/main/java/org/jenkinsci/test/acceptance/po/View.java

  Log Message:
  ---
  Add method for configuration from name and submit button text.


  Commit: 8db1b04fb844cfd97c7e5f370846cd2e356ecea3
  
https://github.com/jenkinsci/acceptance-test-harness/commit/8db1b04fb844cfd97c7e5f370846cd2e356ecea3
  Author: Lucie Votypkova 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/test/acceptance/plugins/credentials/CredentialsPage.java
M src/main/java/org/jenkinsci/test/acceptance/po/ConfigurablePageObject.java
M src/main/java/org/jenkinsci/test/acceptance/po/View.java

  Log Message:
  ---
  Merge branch 'lvotypko-configuration-issue'


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/06caf67d37d9...8db1b04fb844

-- 
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/ranorex-integration-plugin]

2018-03-15 Thread GitHub
  Branch: refs/tags/ranorex-integration-0.1.3
  Home:   https://github.com/jenkinsci/ranorex-integration-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/ranorex-integration-plugin] 84a8d9: [maven-release-plugin] prepare for next developmen...

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ranorex-integration-plugin
  Commit: 84a8d9216d6ab940bcb70b3a213b5260aa18dd69
  
https://github.com/jenkinsci/ranorex-integration-plugin/commit/84a8d9216d6ab940bcb70b3a213b5260aa18dd69
  Author: Mstoegerer 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  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/ranorex-integration-plugin] f2cd4f: [maven-release-plugin] prepare release ranorex-int...

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ranorex-integration-plugin
  Commit: f2cd4fc728d51594f4987f0a9c84a28b11d1182e
  
https://github.com/jenkinsci/ranorex-integration-plugin/commit/f2cd4fc728d51594f4987f0a9c84a28b11d1182e
  Author: Mstoegerer 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ranorex-integration-0.1.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/ranorex-integration-plugin] ea4b13: fix issue with path separator

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ranorex-integration-plugin
  Commit: ea4b13df5565e5283e06904a27ff2b1ea85395b2
  
https://github.com/jenkinsci/ranorex-integration-plugin/commit/ea4b13df5565e5283e06904a27ff2b1ea85395b2
  Author: sknopper 
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
M src/main/java/com/ranorex/jenkinsranorexplugin/RanorexRunnerBuilder.java
M src/main/java/com/ranorex/jenkinsranorexplugin/util/FileUtil.java

  Log Message:
  ---
  fix issue with path separator


  Commit: 4edce2316c5883d8ee4e11bb81e80f27e0f73e6d
  
https://github.com/jenkinsci/ranorex-integration-plugin/commit/4edce2316c5883d8ee4e11bb81e80f27e0f73e6d
  Author: sknopper 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M src/main/java/com/ranorex/jenkinsranorexplugin/util/FileUtil.java

  Log Message:
  ---
  fix path


  Commit: 4db36a52111c3f7d736f48a90028e3cb5c72e7bd
  
https://github.com/jenkinsci/ranorex-integration-plugin/commit/4db36a52111c3f7d736f48a90028e3cb5c72e7bd
  Author: Markus Stögerer 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M src/main/java/com/ranorex/jenkinsranorexplugin/RanorexRunnerBuilder.java
M src/main/java/com/ranorex/jenkinsranorexplugin/util/FileUtil.java

  Log Message:
  ---
  Merge pull request #5 from sknopper/master

add missing merge


  Commit: 674fdd2c01f45fa5d08e384dcaada073e5cfc02e
  
https://github.com/jenkinsci/ranorex-integration-plugin/commit/674fdd2c01f45fa5d08e384dcaada073e5cfc02e
  Author: Mstoegerer 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M .gitignore
M CHANGELOG
A release.bat

  Log Message:
  ---
  Add release batch
Add Version to changelog


  Commit: 6379c161c320a7bda777810bd1298a8d4ce08f63
  
https://github.com/jenkinsci/ranorex-integration-plugin/commit/6379c161c320a7bda777810bd1298a8d4ce08f63
  Author: Mstoegerer 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M src/main/java/com/ranorex/jenkinsranorexplugin/RanorexRunnerBuilder.java
M src/main/java/com/ranorex/jenkinsranorexplugin/util/FileUtil.java

  Log Message:
  ---
  Merge branch 'master' of github.com:ranorex/Jenkins-Ranorex-Plugin


  Commit: 09cebff57c27e6e48397a03681f42b30de84d41c
  
https://github.com/jenkinsci/ranorex-integration-plugin/commit/09cebff57c27e6e48397a03681f42b30de84d41c
  Author: Mstoegerer 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M .gitignore

  Log Message:
  ---
  update gitignore


  Commit: 2e8a46c7020dbd4de196236096ca2cdc027c102d
  
https://github.com/jenkinsci/ranorex-integration-plugin/commit/2e8a46c7020dbd4de196236096ca2cdc027c102d
  Author: Mstoegerer 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M CHANGELOG

  Log Message:
  ---
  Update CHANGELOG (add version 0.1.3)


Compare: 
https://github.com/jenkinsci/ranorex-integration-plugin/compare/112017754338...2e8a46c7020d

-- 
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.


[jenkins-infra/jenkins-infra] 3ea5e3: K8s ssl backup script now use kube context

2018-03-15 Thread GitHub
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 3ea5e3162eb75caaff7d3239d1a4ffa0c2678982
  
https://github.com/jenkins-infra/jenkins-infra/commit/3ea5e3162eb75caaff7d3239d1a4ffa0c2678982
  Author: olblak 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M dist/profile/templates/kubernetes/backup.sh.erb

  Log Message:
  ---
  K8s ssl backup script now use kube context


  Commit: dc30d09178a5835a8794b1dd5e58a8ea16ad2257
  
https://github.com/jenkins-infra/jenkins-infra/commit/dc30d09178a5835a8794b1dd5e58a8ea16ad2257
  Author: R. Tyler Croy 
  Date:   2018-03-14 (Wed, 14 Mar 2018)

  Changed paths:
M dist/profile/templates/kubernetes/backup.sh.erb

  Log Message:
  ---
  Merge pull request #986 from olblak/INFRA-1537

[INFRA-1537] K8s ssl backup script now use kube context


  Commit: c76c6402a3c883084c897ad8c11d943f9eef6b1e
  
https://github.com/jenkins-infra/jenkins-infra/commit/c76c6402a3c883084c897ad8c11d943f9eef6b1e
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M dist/profile/templates/kubernetes/backup.sh.erb

  Log Message:
  ---
  Merge pull request #987 from jenkins-infra/staging

Automated deployment to production


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/8c0fb161ce1d...c76c6402a3c8

-- 
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/ftp-rename-plugin] 94dd44: removing unecessary files.

2018-03-15 Thread GitHub
  Branch: refs/heads/add_publisher
  Home:   https://github.com/jenkinsci/ftp-rename-plugin
  Commit: 94dd449ef96da3600f6865c130a3beff61b255ce
  
https://github.com/jenkinsci/ftp-rename-plugin/commit/94dd449ef96da3600f6865c130a3beff61b255ce
  Author: brunocantisano 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
R src/main/java/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder.java
R 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/config.jelly
R 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/global.jelly
R 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/help-ftpPath.html
R 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/help-ftpPort.html
R 
src/main/resources/org/jenkinsci/plugins/ftpRename/FtpRenameBuilder/help-remoteDirectory.html

  Log Message:
  ---
  removing unecessary files.


-- 
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/p4-plugin] 86f2b5: (karl_wirth) Document changelist reporting behavio...

2018-03-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: 86f2b5a7d8b1d46f099e40b8474239b2fa6a7f41
  
https://github.com/jenkinsci/p4-plugin/commit/86f2b5a7d8b1d46f099e40b8474239b2fa6a7f41
  Author: Paul Allen 
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
M WORKFLOW.md

  Log Message:
  ---
  (karl_wirth) Document changelist reporting behavior when using multiple 
p4sync steps.

JENKINS-48854


-- 
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.