[jenkinsci/negotiatesso-plugin] c26485: Clean up a method and correct its return type

2019-03-12 Thread Bryson Gibbons
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/negotiatesso-plugin
  Commit: c26485c988b6286a1660b684b1a51258ba4c7373
  
https://github.com/jenkinsci/negotiatesso-plugin/commit/c26485c988b6286a1660b684b1a51258ba4c7373
  Author: Bryson Gibbons 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/SecurityFilterConfig.java

  Log Message:
  ---
  Clean up a method and correct its return type


-- 
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/analysis-model] 69ea29: Don't log if default SAX parser is used.

2019-03-12 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 69ea2901717dd23f5d4afe05ec332aa19260
  
https://github.com/jenkinsci/analysis-model/commit/69ea2901717dd23f5d4afe05ec332aa19260
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/FindBugsParser.java

  Log Message:
  ---
  Don't log if default SAX parser is used.


  Commit: baf64f216b2ffb28b80d1768c17e09ca3753c10f
  
https://github.com/jenkinsci/analysis-model/commit/baf64f216b2ffb28b80d1768c17e09ca3753c10f
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/Issue.java

  Log Message:
  ---
  Removed FIXME.


  Commit: 3bbf9d9d1f510a6505adc691184b01ad865d4105
  
https://github.com/jenkinsci/analysis-model/commit/3bbf9d9d1f510a6505adc691184b01ad865d4105
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/Gcc4CompilerParser.java
M src/main/java/edu/hm/hafner/analysis/parser/RfLintParser.java
M src/main/java/edu/hm/hafner/analysis/parser/TaglistParser.java

  Log Message:
  ---
  Fixed some error prone warnings.


Compare: 
https://github.com/jenkinsci/analysis-model/compare/8c6a702f94a0...3bbf9d9d1f51

-- 
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/analysis-model] 8c6a70: Don't fail build on test errors.

2019-03-12 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 8c6a702f94a044dd07598e2d66e2220a8ff9a7fc
  
https://github.com/jenkinsci/analysis-model/commit/8c6a702f94a044dd07598e2d66e2220a8ff9a7fc
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M Jenkinsfile.analysis
M Jenkinsfile.fullBuild

  Log Message:
  ---
  Don't fail build on test errors.


-- 
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/analysis-model] 374012: Fixed handling of enum names.

2019-03-12 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 3740123c79b3edd469e773e3fbf4724bb50213d0
  
https://github.com/jenkinsci/analysis-model/commit/3740123c79b3edd469e773e3fbf4724bb50213d0
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/RfLintParser.java

  Log Message:
  ---
  Fixed handling of enum names.


-- 
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/analysis-model] a021e8: Fixed PMD warnings.

2019-03-12 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: a021e8db1b238f2cdb8df6bf7939a1a94150a6c4
  
https://github.com/jenkinsci/analysis-model/commit/a021e8db1b238f2cdb8df6bf7939a1a94150a6c4
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/RfLintParser.java

  Log Message:
  ---
  Fixed PMD warnings.


  Commit: fab39e6bcc919c6c03b0ed3128516d7059536c4e
  
https://github.com/jenkinsci/analysis-model/commit/fab39e6bcc919c6c03b0ed3128516d7059536c4e
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/Gcc4CompilerParser.java
M src/test/java/edu/hm/hafner/analysis/parser/Gcc4CompilerParserTest.java

  Log Message:
  ---
  Fixed PMD warnings.


Compare: 
https://github.com/jenkinsci/analysis-model/compare/322e1a1a3297...fab39e6bcc91

-- 
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/analysis-model] ac1cd3: Fixed SpotBugs warnings.

2019-03-12 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: ac1cd3ba8177bb70d9a0479087be264ebfe0ef81
  
https://github.com/jenkinsci/analysis-model/commit/ac1cd3ba8177bb70d9a0479087be264ebfe0ef81
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/IarParser.java
M src/main/java/edu/hm/hafner/analysis/parser/RfLintParser.java
M src/test/java/edu/hm/hafner/analysis/parser/RfLintParserTest.java

  Log Message:
  ---
  Fixed SpotBugs warnings.


  Commit: 322e1a1a3297d537fbd88506a2416108497f20b9
  
https://github.com/jenkinsci/analysis-model/commit/322e1a1a3297d537fbd88506a2416108497f20b9
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/RfLintParser.java

  Log Message:
  ---
  Use correct base class for RfLintParser.


Compare: 
https://github.com/jenkinsci/analysis-model/compare/01472f5b1a63...322e1a1a3297

-- 
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/synopsys-detect-plugin]

2019-03-12 Thread Richard Otte
  Branch: refs/tags/2.0.0
  Home:   https://github.com/jenkinsci/synopsys-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/synopsys-detect-plugin] b1e853: Using the next snapshot post release 2.0.1-SNAPSHOT

2019-03-12 Thread Serv-Builder
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-detect-plugin
  Commit: b1e8532936d27d1d8f19fb54b229d888f4b22fd6
  
https://github.com/jenkinsci/synopsys-detect-plugin/commit/b1e8532936d27d1d8f19fb54b229d888f4b22fd6
  Author: Builder Service 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 2.0.1-SNAPSHOT


-- 
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/synopsys-detect-plugin] 7f765d: Reverting group change

2019-03-12 Thread Richard Otte
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-detect-plugin
  Commit: 7f765d14d3248f26a1b6d4507d9bbdc332f6243b
  
https://github.com/jenkinsci/synopsys-detect-plugin/commit/7f765d14d3248f26a1b6d4507d9bbdc332f6243b
  Author: Richard Otte 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Reverting group change


  Commit: be31410d0b47e1545f93df47dd1f2c3b0a1c4703
  
https://github.com/jenkinsci/synopsys-detect-plugin/commit/be31410d0b47e1545f93df47dd1f2c3b0a1c4703
  Author: Richard Otte 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Resolving merge conflicts


Compare: 
https://github.com/jenkinsci/synopsys-detect-plugin/compare/72fc8cba76c8...be31410d0b47

-- 
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/analysis-model] 01472f: Fixed checkstyle warnings.

2019-03-12 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 01472f5b1a6328c047f6880db800e33795c258da
  
https://github.com/jenkinsci/analysis-model/commit/01472f5b1a6328c047f6880db800e33795c258da
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M etc/checkstyle-configuration.xml
M etc/checkstyle.xml
M src/test/java/edu/hm/hafner/analysis/parser/PylintParserTest.java

  Log Message:
  ---
  Fixed checkstyle warnings.


-- 
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/analysis-model] 327f0d: Added Jenkinsfile to start analysis.

2019-03-12 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 327f0dc7629e8a57af2afe5cc9c086d7b3bfbb88
  
https://github.com/jenkinsci/analysis-model/commit/327f0dc7629e8a57af2afe5cc9c086d7b3bfbb88
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
A Jenkinsfile.analysis
A Jenkinsfile.fullBuild

  Log Message:
  ---
  Added Jenkinsfile to start analysis.


-- 
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/synopsys-detect-plugin] 72fc8c: Release 2.0.0

2019-03-12 Thread Serv-Builder
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-detect-plugin
  Commit: 72fc8cba76c8a4af644b61dfb1d6ef691d25661b
  
https://github.com/jenkinsci/synopsys-detect-plugin/commit/72fc8cba76c8a4af644b61dfb1d6ef691d25661b
  Author: Builder Service 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 2.0.0


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

2019-03-12 Thread XebiaLabs CI Servers
  Branch: refs/tags/xlrelease-plugin-7.5.3
  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] 03af55: Fix for issue 31

2019-03-12 Thread Tim Fleming
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/xlrelease-plugin
  Commit: 03af55d51af12319ae0027d90856aa315a5eb9b1
  
https://github.com/jenkinsci/xlrelease-plugin/commit/03af55d51af12319ae0027d90856aa315a5eb9b1
  Author: Tim Fleming 
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
A .classpath
A .project
A .settings/org.eclipse.buildship.core.prefs
A .vscode/launch.json
M README.md
A bin/JenkinsFile
A bin/com/xebialabs/xlrelease/ci/Credential$1.class
A bin/com/xebialabs/xlrelease/ci/Credential$CredentialDescriptor.class
A bin/com/xebialabs/xlrelease/ci/Credential.class
A bin/com/xebialabs/xlrelease/ci/Credential/config.jelly
A bin/com/xebialabs/xlrelease/ci/Messages.properties
A bin/com/xebialabs/xlrelease/ci/NameValuePair$NameValuePairDescriptor.class
A bin/com/xebialabs/xlrelease/ci/NameValuePair.class
A 
bin/com/xebialabs/xlrelease/ci/SecondaryServerInfo$SecondaryServerInfoDescriptor.class
A bin/com/xebialabs/xlrelease/ci/SecondaryServerInfo.class
A bin/com/xebialabs/xlrelease/ci/URLLocation/config.jelly
A bin/com/xebialabs/xlrelease/ci/XLReleaseJellyTest.class
A bin/com/xebialabs/xlrelease/ci/XLReleaseNotifier$XLReleaseDescriptor.class
A bin/com/xebialabs/xlrelease/ci/XLReleaseNotifier.class
A bin/com/xebialabs/xlrelease/ci/XLReleaseNotifier/config.jelly
A bin/com/xebialabs/xlrelease/ci/XLReleaseNotifier/global.jelly
A bin/com/xebialabs/xlrelease/ci/XLReleaseNotifier/help-name.html
A bin/com/xebialabs/xlrelease/ci/XLReleaseNotifierFormITest$1.class
A bin/com/xebialabs/xlrelease/ci/XLReleaseNotifierFormITest.class
A 
bin/com/xebialabs/xlrelease/ci/XLReleaseNotifierFormITest/com.xebialabs.xlrelease.ci.XLReleaseNotifier.xml
A bin/com/xebialabs/xlrelease/ci/XLReleaseNotifierFormITest/config.xml
A bin/com/xebialabs/xlrelease/ci/XLReleaseNotifierFormTest$1.class
A bin/com/xebialabs/xlrelease/ci/XLReleaseNotifierFormTest.class
A 
bin/com/xebialabs/xlrelease/ci/XLReleaseNotifierFormTest/com.xebialabs.xlrelease.ci.XLReleaseNotifier.xml
A bin/com/xebialabs/xlrelease/ci/XLReleaseNotifierFormTest/config.xml
A bin/com/xebialabs/xlrelease/ci/server/AbstractXLReleaseConnector$1.class
A bin/com/xebialabs/xlrelease/ci/server/AbstractXLReleaseConnector$2.class
A bin/com/xebialabs/xlrelease/ci/server/AbstractXLReleaseConnector$3.class
A bin/com/xebialabs/xlrelease/ci/server/AbstractXLReleaseConnector$4.class
A bin/com/xebialabs/xlrelease/ci/server/AbstractXLReleaseConnector$5.class
A bin/com/xebialabs/xlrelease/ci/server/AbstractXLReleaseConnector.class
A 
bin/com/xebialabs/xlrelease/ci/server/PluginFirstClassloaderInvocationHandler.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseConnectorImpl$1.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseConnectorImpl.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseConnectorImplPre48$1.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseConnectorImplPre48.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseConnectorPost6Impl$1.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseConnectorPost6Impl$2.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseConnectorPost6Impl$3.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseConnectorPost6Impl.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseServerConnector.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseServerConnectorFacade.class
A 
bin/com/xebialabs/xlrelease/ci/server/XLReleaseServerConnectorFacadeTest.class
A 
bin/com/xebialabs/xlrelease/ci/server/XLReleaseServerConnectorFactory.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseServerFactory.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseServerImplMock$1.class
A bin/com/xebialabs/xlrelease/ci/server/XLReleaseServerImplMock.class
A bin/com/xebialabs/xlrelease/ci/util/CreateReleaseInternalForm.class
A bin/com/xebialabs/xlrelease/ci/util/CreateReleasePublicForm.class
A bin/com/xebialabs/xlrelease/ci/util/Folder.class
A bin/com/xebialabs/xlrelease/ci/util/JenkinsReleaseListener.class
A bin/com/xebialabs/xlrelease/ci/util/ListBoxModels.class
A bin/com/xebialabs/xlrelease/ci/util/ObjectMapperProvider.class
A bin/com/xebialabs/xlrelease/ci/util/Release.class
A bin/com/xebialabs/xlrelease/ci/util/ServerInfo.class
A bin/com/xebialabs/xlrelease/ci/util/TemplateVariable.class
A 
bin/com/xebialabs/xlrelease/ci/workflow/XLReleaseStep$XLReleaseExecution.class
A 
bin/com/xebialabs/xlrelease/ci/workflow/XLReleaseStep$XLReleaseStepDescriptor.class
A bin/com/xebialabs/xlrelease/ci/workflow/XLReleaseStep.class
A bin/com/xebialabs/xlrelease/ci/workflow/XLReleaseStep/config.jelly
A 
bin/com/xebialabs/xlrelease/ci/workflow/XLReleaseStep/help-overrideCredentialId.html
A 
bin/com/xebialabs/xlrelease/ci/workflow/XLReleaseStep/help-releaseTitle.html

[jenkinsci/codescene-plugin] 8c233a: Minor improvement to the code review heading

2019-03-12 Thread Adam Tornhill
  Branch: 
refs/heads/765-introduce-ci-cd-quality-gates-based-on-intelligent-notes
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 8c233ae78640ec2b94ae7d23f5fcef4463aad121
  
https://github.com/jenkinsci/codescene-plugin/commit/8c233ae78640ec2b94ae7d23f5fcef4463aad121
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Minor improvement to the code review heading


-- 
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/codescene-plugin] c61027: ENTERPRISE-765: introduce sub-titles to make the d...

2019-03-12 Thread Adam Tornhill
  Branch: 
refs/heads/765-introduce-ci-cd-quality-gates-based-on-intelligent-notes
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: c61027cb733acf7414446ea06b074c365aa1abcc
  
https://github.com/jenkinsci/codescene-plugin/commit/c61027cb733acf7414446ea06b074c365aa1abcc
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  ENTERPRISE-765: introduce sub-titles to make the docs more readable


-- 
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/negotiatesso-plugin] b47fbd: Add back in the independent check for the slave ag...

2019-03-12 Thread Bryson Gibbons
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/negotiatesso-plugin
  Commit: b47fbdeb19a26c37cd74bb2cd045f23e77ddb592
  
https://github.com/jenkinsci/negotiatesso-plugin/commit/b47fbdeb19a26c37cd74bb2cd045f23e77ddb592
  Author: Bryson Gibbons 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecFilter.java

  Log Message:
  ---
  Add back in the independent check for the slave agent path

Fixes FarmGeek4Life/NegotiateSSO issue #12
Jenkins core method isSubjectToMandatoryReadPermissionCheck() uses 
Stapler.getCurrentRequest() to get the encrypt parameter, but this filter runs 
before Stapler captures the request


  Commit: b74157c8312b0981031c38876029d933e6152e3a
  
https://github.com/jenkinsci/negotiatesso-plugin/commit/b74157c8312b0981031c38876029d933e6152e3a
  Author: Bryson Gibbons 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  Update Parent POM, add note to README, and clean up dependencies


Compare: 
https://github.com/jenkinsci/negotiatesso-plugin/compare/2dad32111ed0...b74157c8312b

-- 
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/ibm-cloud-devops-plugin]

2019-03-12 Thread xunrongli-ibm
  Branch: refs/tags/ibm-cloud-devops-2.0.7
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-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/ibm-cloud-devops-plugin] 380bc4: [maven-release-plugin] prepare for next developmen...

2019-03-12 Thread xunrongli-ibm
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 380bc44438619022bddc4450f64fb0d591875c41
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/380bc44438619022bddc4450f64fb0d591875c41
  Author: Xunrong Li 
  Date:   2019-03-12 (Tue, 12 Mar 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/ibm-cloud-devops-plugin] d9140b: ignore factorypath

2019-03-12 Thread xunrongli-ibm
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: d9140b0edca1b65286a405bb2d07d81873b1e144
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/d9140b0edca1b65286a405bb2d07d81873b1e144
  Author: Xunrong Li 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M .gitignore

  Log Message:
  ---
  ignore factorypath


-- 
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/ibm-cloud-devops-plugin] 2fbd0b: oneibmcloud/DevOps-Insights#5514 support for appName

2019-03-12 Thread xunrongli-ibm
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 2fbd0baee923aa1b2b16857167bb81fa566b06e7
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/2fbd0baee923aa1b2b16857167bb81fa566b06e7
  Author: Umesh Parulekar 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/com/ibm/devops/dra/EvaluateGate.java
M src/main/java/com/ibm/devops/dra/PublishBuild.java
M src/main/java/com/ibm/devops/dra/PublishDeploy.java
M src/main/java/com/ibm/devops/dra/PublishSQ.java
M src/main/java/com/ibm/devops/dra/PublishTest.java
M src/main/java/com/ibm/devops/dra/steps/EvaluateGateStep.java
M src/main/java/com/ibm/devops/dra/steps/EvaluateGateStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishBuildStep.java
M src/main/java/com/ibm/devops/dra/steps/PublishBuildStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishDeployStep.java
M src/main/java/com/ibm/devops/dra/steps/PublishDeployStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishSQStep.java
M src/main/java/com/ibm/devops/dra/steps/PublishSQStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishTestStep.java
M src/main/java/com/ibm/devops/dra/steps/PublishTestStepExecution.java

  Log Message:
  ---
  oneibmcloud/DevOps-Insights#5514 support for appName


  Commit: c6274825ca65d0b5afa5949545662c76195522f2
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/c6274825ca65d0b5afa5949545662c76195522f2
  Author: xunrongli-ibm 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/com/ibm/devops/dra/EvaluateGate.java
M src/main/java/com/ibm/devops/dra/PublishBuild.java
M src/main/java/com/ibm/devops/dra/PublishDeploy.java
M src/main/java/com/ibm/devops/dra/PublishSQ.java
M src/main/java/com/ibm/devops/dra/PublishTest.java
M src/main/java/com/ibm/devops/dra/steps/EvaluateGateStep.java
M src/main/java/com/ibm/devops/dra/steps/EvaluateGateStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishBuildStep.java
M src/main/java/com/ibm/devops/dra/steps/PublishBuildStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishDeployStep.java
M src/main/java/com/ibm/devops/dra/steps/PublishDeployStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishSQStep.java
M src/main/java/com/ibm/devops/dra/steps/PublishSQStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishTestStep.java
M src/main/java/com/ibm/devops/dra/steps/PublishTestStepExecution.java

  Log Message:
  ---
  Merge pull request #33 from jenkinsci/DevOpsInsights#5514_appname

oneibmcloud/DevOps-Insights#5514 support for appName


Compare: 
https://github.com/jenkinsci/ibm-cloud-devops-plugin/compare/1452c9b30924...c6274825ca65

-- 
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/calendar-view-plugin] 6575d3: fix(package): update tippy.js to version 4.1.0

2019-03-12 Thread greenkeeper[bot]
  Branch: refs/heads/greenkeeper/tippy.js-4.1.0
  Home:   https://github.com/jenkinsci/calendar-view-plugin
  Commit: 6575d3233e7a0395a7e665af8c04ae4939d8aaff
  
https://github.com/jenkinsci/calendar-view-plugin/commit/6575d3233e7a0395a7e665af8c04ae4939d8aaff
  Author: greenkeeper[bot] 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M package.json

  Log Message:
  ---
  fix(package): update tippy.js to version 4.1.0

Closes #7


  Commit: 73218e76f77f450538eba1785cc19f3ac151dbe1
  
https://github.com/jenkinsci/calendar-view-plugin/commit/73218e76f77f450538eba1785cc19f3ac151dbe1
  Author: greenkeeper[bot] 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M package-lock.json

  Log Message:
  ---
  chore(package): update lockfile package-lock.json


Compare: 
https://github.com/jenkinsci/calendar-view-plugin/compare/6575d3233e7a%5E...73218e76f77f

-- 
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/configuration-as-code-plugin] a187e8: VaultSecretSource: re-issue stale authToken (#770)

2019-03-12 Thread Karl Fischer
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: a187e81ec13a87f38e608eb7c2fec5f55dc437be
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/a187e81ec13a87f38e608eb7c2fec5f55dc437be
  Author: Karl Fischer 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M CHANGELOG.md
M README.md
M 
plugin/src/main/java/io/jenkins/plugins/casc/impl/secrets/VaultSecretSource.java
A 
plugin/src/main/java/io/jenkins/plugins/casc/impl/secrets/vault/VaultAppRoleAuthenticator.java
A 
plugin/src/main/java/io/jenkins/plugins/casc/impl/secrets/vault/VaultAuthenticator.java
A 
plugin/src/main/java/io/jenkins/plugins/casc/impl/secrets/vault/VaultAuthenticatorWithExpiration.java
A 
plugin/src/main/java/io/jenkins/plugins/casc/impl/secrets/vault/VaultSingleTokenAuthenticator.java
A 
plugin/src/main/java/io/jenkins/plugins/casc/impl/secrets/vault/VaultUserPassAuthenticator.java
M 
plugin/src/test/java/io/jenkins/plugins/casc/vault/VaultSecretSourceTest.java
M plugin/src/test/java/io/jenkins/plugins/casc/vault/VaultTestUtil.java
M 
plugin/src/test/resources/io/jenkins/plugins/casc/vault/vaultTest_adminPolicy.hcl

  Log Message:
  ---
  VaultSecretSource: re-issue stale authToken (#770)


-- 
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/ibm-cloud-devops-plugin] 2fbd0b: oneibmcloud/DevOps-Insights#5514 support for appName

2019-03-12 Thread uparulekar
  Branch: refs/heads/DevOpsInsights#5514_appname
  Home:   https://github.com/jenkinsci/ibm-cloud-devops-plugin
  Commit: 2fbd0baee923aa1b2b16857167bb81fa566b06e7
  
https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/2fbd0baee923aa1b2b16857167bb81fa566b06e7
  Author: Umesh Parulekar 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/com/ibm/devops/dra/EvaluateGate.java
M src/main/java/com/ibm/devops/dra/PublishBuild.java
M src/main/java/com/ibm/devops/dra/PublishDeploy.java
M src/main/java/com/ibm/devops/dra/PublishSQ.java
M src/main/java/com/ibm/devops/dra/PublishTest.java
M src/main/java/com/ibm/devops/dra/steps/EvaluateGateStep.java
M src/main/java/com/ibm/devops/dra/steps/EvaluateGateStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishBuildStep.java
M src/main/java/com/ibm/devops/dra/steps/PublishBuildStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishDeployStep.java
M src/main/java/com/ibm/devops/dra/steps/PublishDeployStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishSQStep.java
M src/main/java/com/ibm/devops/dra/steps/PublishSQStepExecution.java
M src/main/java/com/ibm/devops/dra/steps/PublishTestStep.java
M src/main/java/com/ibm/devops/dra/steps/PublishTestStepExecution.java

  Log Message:
  ---
  oneibmcloud/DevOps-Insights#5514 support for appName


-- 
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/pagerduty-plugin] 3872ef: Add printing of getErrors() and getMessage()

2019-03-12 Thread Alexander Leibzon
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pagerduty-plugin
  Commit: 3872ef0e897db1654e2070905d6a685db34eb6bb
  
https://github.com/jenkinsci/pagerduty-plugin/commit/3872ef0e897db1654e2070905d6a685db34eb6bb
  Author: James Chuong 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/pagerduty/util/PagerDutyUtils.java

  Log Message:
  ---
  Add printing of getErrors() and getMessage()

When triggering PagerDuty, the status may be failure, but the logs won't
explain why the error occurred.  This change will print out all information of
the event.


  Commit: ca4c8415bcff9f8e8a62a7ece3039e55220ce6a9
  
https://github.com/jenkinsci/pagerduty-plugin/commit/ca4c8415bcff9f8e8a62a7ece3039e55220ce6a9
  Author: Alexander Leibzon 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/pagerduty/util/PagerDutyUtils.java

  Log Message:
  ---
  Merge pull request #5 from jchuong/logging-error

Add printing of getErrors() and getMessage()


Compare: 
https://github.com/jenkinsci/pagerduty-plugin/compare/ac89b912f0f0...ca4c8415bcff

-- 
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/analysis-model] 585fc1: Added link to PR.

2019-03-12 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 585fc14c4fe2118cfd587cab200f618810222000
  
https://github.com/jenkinsci/analysis-model/commit/585fc14c4fe2118cfd587cab200f618810222000
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Added link to PR.


-- 
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/analysis-model] 204b2f: Fixed some warnings and reformatted code.

2019-03-12 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 204b2fa1211acf95a344e6d00e14c639e783fb6f
  
https://github.com/jenkinsci/analysis-model/commit/204b2fa1211acf95a344e6d00e14c639e783fb6f
  Author: Ulli Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/RfLintParser.java
M src/test/java/edu/hm/hafner/analysis/parser/RfLintParserTest.java

  Log Message:
  ---
  Fixed some warnings and reformatted code.


-- 
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] 90d389: Adding a place holder for the CDF launch post in o...

2019-03-12 Thread R. Tyler Croy
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 90d3890eadf30c928751448a6e37d865da82599e
  
https://github.com/jenkins-infra/jenkins.io/commit/90d3890eadf30c928751448a6e37d865da82599e
  Author: Kohsuke Kawaguchi 
  Date:   2019-03-06 (Wed, 06 Mar 2019)

  Changed paths:
A content/blog/2019/03/2019-03-12-cdf-launch.adoc

  Log Message:
  ---
  Adding a place holder for the CDF launch post in order to fix the URL.


  Commit: ae9cfaa455ba3e8501b1297a844f9e91c15b80fe
  
https://github.com/jenkins-infra/jenkins.io/commit/ae9cfaa455ba3e8501b1297a844f9e91c15b80fe
  Author: Kohsuke Kawaguchi 
  Date:   2019-03-07 (Thu, 07 Mar 2019)

  Changed paths:
M content/blog/2019/03/2019-03-12-cdf-launch.adoc

  Log Message:
  ---
  Authored the post.


  Commit: 8404a4d8b0a99511c319655f235baac96a9b82e7
  
https://github.com/jenkins-infra/jenkins.io/commit/8404a4d8b0a99511c319655f235baac96a9b82e7
  Author: Kohsuke Kawaguchi 
  Date:   2019-03-07 (Thu, 07 Mar 2019)

  Changed paths:
M content/blog/2019/03/2019-03-12-cdf-launch.adoc

  Log Message:
  ---
  Fixed typos


  Commit: 4131067dc9bef3a38a4fb12de808edb71eff0eb6
  
https://github.com/jenkins-infra/jenkins.io/commit/4131067dc9bef3a38a4fb12de808edb71eff0eb6
  Author: Kohsuke Kawaguchi 
  Date:   2019-03-08 (Fri, 08 Mar 2019)

  Changed paths:
M content/blog/2019/03/2019-03-12-cdf-launch.adoc

  Log Message:
  ---
  Edits based on inputs from people


  Commit: d73b93dc13e4499d7e825c16bb16b857afd2fa8b
  
https://github.com/jenkins-infra/jenkins.io/commit/d73b93dc13e4499d7e825c16bb16b857afd2fa8b
  Author: Liam Newman 
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
A content/images/cdf/cdf-background-600.jpg
A content/images/cdf/cdf-background-wide.jpg
A content/images/cdf/cdf-background.jpg
A content/images/cdf/logo/cdf-logo-black.png
A content/images/cdf/logo/cdf-logo-color-knockout.png
A content/images/cdf/logo/cdf-logo-color.png
A content/images/cdf/logo/cdf-logo-white.png
A content/images/cdf/logo/cdf-logo.png
M content/index.html.haml

  Log Message:
  ---
  Update Jumbotron for the CDF Launch


  Commit: 99a68a195e322f902f6db68959f11e630a700992
  
https://github.com/jenkins-infra/jenkins.io/commit/99a68a195e322f902f6db68959f11e630a700992
  Author: R. Tyler Croy 
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
A content/blog/2019/03/2019-03-12-cdf-launch.adoc

  Log Message:
  ---
  Merge remote-tracking branch 'upstream/pr/2151' into cdf-launch

Closes #2151


  Commit: 2dfd750fcf54af3f4b075ab91ff42468a72d621b
  
https://github.com/jenkins-infra/jenkins.io/commit/2dfd750fcf54af3f4b075ab91ff42468a72d621b
  Author: R. Tyler Croy 
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
A content/images/cdf/cdf-background-600.jpg
A content/images/cdf/cdf-background-wide.jpg
A content/images/cdf/cdf-background.jpg
A content/images/cdf/logo/cdf-logo-black.png
A content/images/cdf/logo/cdf-logo-color-knockout.png
A content/images/cdf/logo/cdf-logo-color.png
A content/images/cdf/logo/cdf-logo-white.png
A content/images/cdf/logo/cdf-logo.png
M content/index.html.haml

  Log Message:
  ---
  Merge remote-tracking branch 'bitwiseman/cdf-jumbotron' into cdf-launch

Closes #2155


  Commit: cb532c8a4e8a2801166b9ede5561987a8c184a4e
  
https://github.com/jenkins-infra/jenkins.io/commit/cb532c8a4e8a2801166b9ede5561987a8c184a4e
  Author: R. Tyler Croy 
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
M content/blog/2019/03/2019-03-12-cdf-launch.adoc

  Log Message:
  ---
  Copy edits and an image to the announcement blog


  Commit: 68a740424ada312eafbf1ef08eb49a0142252476
  
https://github.com/jenkins-infra/jenkins.io/commit/68a740424ada312eafbf1ef08eb49a0142252476
  Author: R. Tyler Croy 
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
M content/index.html.haml

  Log Message:
  ---
  Tighten up the jumbotron use of "CDF"


  Commit: 990c7fa3029ccec82a7ff8d90acacbdf460e9fe6
  
https://github.com/jenkins-infra/jenkins.io/commit/990c7fa3029ccec82a7ff8d90acacbdf460e9fe6
  Author: R. Tyler Croy 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
A content/blog/2019/03/2019-03-12-cdf-launch.adoc
A content/images/cdf/cdf-background-600.jpg
A content/images/cdf/cdf-background-wide.jpg
A content/images/cdf/cdf-background.jpg
A content/images/cdf/logo/cdf-logo-black.png
A content/images/cdf/logo/cdf-logo-color-knockout.png
A content/images/cdf/logo/cdf-logo-color.png
A content/images/cdf/logo/cdf-logo-white.png
A content/images/cdf/logo/cdf-logo.png
M content/index.html.haml

  Log Message:
  ---
  Merge pull request #2164 from rtyler/cdf-launch

CDF Launch integrated changes


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/7266

[jenkinsci/analysis-model] 1da873: Merge pull request #1 from jenkinsci/master

2019-03-12 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 1da873723f6a9e626444337fac87dc0c638f740f
  
https://github.com/jenkinsci/analysis-model/commit/1da873723f6a9e626444337fac87dc0c638f740f
  Author: Bassam Khouri 
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
M CONTRIBUTING.md
M Jenkinsfile.local
M go.sh

  Log Message:
  ---
  Merge pull request #1 from jenkinsci/master

Merge jenkins/analysis-model master branch to mine


  Commit: 3e933d8f610c54bc7aa5df471ba3ccea4324e6d3
  
https://github.com/jenkinsci/analysis-model/commit/3e933d8f610c54bc7aa5df471ba3ccea4324e6d3
  Author: Bassam Khouri 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M CHANGELOG.md
M src/main/java/edu/hm/hafner/analysis/parser/RfLintParser.java
M src/test/java/edu/hm/hafner/analysis/parser/RfLintParserTest.java
M src/test/resources/edu/hm/hafner/analysis/parser/rflint.txt

  Log Message:
  ---
  [JENKINS-56393][JENKINS-56394] RfLintParser improvements

Change Description:
The RfLintParser was not displaying the correct category.  It was using the
severity as the category, instead of the rule name. In addition, an absolute
path for the directory and was not display the package name.  Although robot
does not have the concept of package, the same filename can exist is multiple
directories.  As a such, it was difficult to know which specific file has the
violation.

The following changes are introduced:

1. When a violation/issue is reported, the category is set to one of:
   -Suite
   - Test Case
   - Keyword
   - Other
   -Custom
2. When a violation/issue is reported, the type is set as the rule name
3. Set the directory name so the same path as reported in the RfLint log file
   is displayed
4. Set the package name to the files parent folder

Testing Done:
1. Locally build the analysis-model project using `man clean install`
2. Replaced 
${JENKINS_HOME}/plugins/analysis-model-api/WEB-INF/lib/analysis-model-x.y.x.jar
   with /target/analysis-model-.jar
3. Trigger a job and ensure the categories are updated correctly


  Commit: ca885e72e358c681fd430e997cba3adbb3946152
  
https://github.com/jenkinsci/analysis-model/commit/ca885e72e358c681fd430e997cba3adbb3946152
  Author: Ullrich Hafner 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M CHANGELOG.md
M src/main/java/edu/hm/hafner/analysis/parser/RfLintParser.java
M src/test/java/edu/hm/hafner/analysis/parser/RfLintParserTest.java
M src/test/resources/edu/hm/hafner/analysis/parser/rflint.txt

  Log Message:
  ---
  Merge pull request #117 from 
bkhouri/f/master/JENKINS-56393_rflint_parser_shows_wrong_category

[JENKINS-56393][JENKINS-56394] RfLintParser improvements


Compare: 
https://github.com/jenkinsci/analysis-model/compare/24f2093c75c3...ca885e72e358

-- 
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/synopsys-detect-plugin] 0daf45: Refactoring powershell approach, fixing log message

2019-03-12 Thread Richard Otte
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-detect-plugin
  Commit: 0daf4568a044ac62910d79627decb76fde0a5757
  
https://github.com/jenkinsci/synopsys-detect-plugin/commit/0daf4568a044ac62910d79627decb76fde0a5757
  Author: Richard Otte 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/detect/steps/ExecuteDetectStep.java
M 
src/main/java/com/synopsys/integration/jenkins/detect/steps/remote/DetectRemoteScriptRunner.java

  Log Message:
  ---
  Refactoring powershell approach, fixing log message


-- 
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/pagerduty-plugin] 39f532: [maven-release-plugin] prepare release pagerduty-0...

2019-03-12 Thread Alexander Leibzon
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pagerduty-plugin
  Commit: 39f5323a99c6c90fcede2944d6ec2caccca410a9
  
https://github.com/jenkinsci/pagerduty-plugin/commit/39f5323a99c6c90fcede2944d6ec2caccca410a9
  Author: Alexander Leibzon 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pagerduty-0.4.1


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

2019-03-12 Thread Alexander Leibzon
  Branch: refs/tags/pagerduty-0.4.1
  Home:   https://github.com/jenkinsci/pagerduty-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/pagerduty-plugin] ac89b9: [maven-release-plugin] prepare for next developmen...

2019-03-12 Thread Alexander Leibzon
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pagerduty-plugin
  Commit: ac89b912f0f058fffeaf8a6ae07543e21d65dec0
  
https://github.com/jenkinsci/pagerduty-plugin/commit/ac89b912f0f058fffeaf8a6ae07543e21d65dec0
  Author: Alexander Leibzon 
  Date:   2019-03-12 (Tue, 12 Mar 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/pagerduty-plugin]

2019-03-12 Thread Alexander Leibzon
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pagerduty-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/pagerduty-plugin]

2019-03-12 Thread Alexander Leibzon
  Branch: refs/tags/pagerduty-0.4.0
  Home:   https://github.com/jenkinsci/pagerduty-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/pagerduty-plugin]

2019-03-12 Thread Alexander Leibzon
  Branch: refs/tags/pagerduty-0.4.1
  Home:   https://github.com/jenkinsci/pagerduty-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/spotinst-plugin]

2019-03-12 Thread Ohad Muchnik
  Branch: refs/tags/spotinst-2.0.13
  Home:   https://github.com/jenkinsci/spotinst-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/spotinst-plugin] f28856: [maven-release-plugin] prepare release spotinst-2....

2019-03-12 Thread Ohad Muchnik
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: f28856fc18eb0bf31b7622ced1e49d79313b6114
  
https://github.com/jenkinsci/spotinst-plugin/commit/f28856fc18eb0bf31b7622ced1e49d79313b6114
  Author: ohadmuchnik 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release spotinst-2.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/spotinst-plugin] 5c8f0f: [maven-release-plugin] prepare for next developmen...

2019-03-12 Thread Ohad Muchnik
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: 5c8f0f3c602f226fd6f8e86e68f83f3117d3812d
  
https://github.com/jenkinsci/spotinst-plugin/commit/5c8f0f3c602f226fd6f8e86e68f83f3117d3812d
  Author: ohadmuchnik 
  Date:   2019-03-12 (Tue, 12 Mar 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/spotinst-plugin] 825304: [src] SpotinstTokenConfig - add params to context ...

2019-03-12 Thread Ohad Muchnik
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: 82530463e23dd901f11a70bd2dbf6d62e55d2325
  
https://github.com/jenkinsci/spotinst-plugin/commit/82530463e23dd901f11a70bd2dbf6d62e55d2325
  Author: ohadmuchnik 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/hudson/plugins/spotinst/cloud/SpotinstTokenConfig.java

  Log Message:
  ---
  [src] SpotinstTokenConfig - add params to context when using setters


  Commit: 355a85b83845f21714742d2d2184dd286e884af9
  
https://github.com/jenkinsci/spotinst-plugin/commit/355a85b83845f21714742d2d2184dd286e884af9
  Author: Ohad Muchnik 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/hudson/plugins/spotinst/cloud/SpotinstTokenConfig.java

  Log Message:
  ---
  Merge pull request #23 from spotinst/master

[src] SpotinstTokenConfig - add params to context when using setters


Compare: 
https://github.com/jenkinsci/spotinst-plugin/compare/2a358933991e...355a85b83845

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

2019-03-12 Thread Alexander Leibzon
  Branch: refs/tags/pagerduty-0.4.1
  Home:   https://github.com/jenkinsci/pagerduty-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/pagerduty-plugin] 19642d: [maven-release-plugin] prepare for next developmen...

2019-03-12 Thread Alexander Leibzon
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pagerduty-plugin
  Commit: 19642db4e9779a6321798a2cf24c797d6f5e9273
  
https://github.com/jenkinsci/pagerduty-plugin/commit/19642db4e9779a6321798a2cf24c797d6f5e9273
  Author: Alexander Leibzon 
  Date:   2019-03-12 (Tue, 12 Mar 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/pagerduty-plugin] ac4859: [maven-release-plugin] prepare release pagerduty-0...

2019-03-12 Thread Alexander Leibzon
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pagerduty-plugin
  Commit: ac485981eaf673be1bf5b14727290efb3744eaad
  
https://github.com/jenkinsci/pagerduty-plugin/commit/ac485981eaf673be1bf5b14727290efb3744eaad
  Author: Alexander Leibzon 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pagerduty-0.4.1


-- 
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/codescene-plugin] 0002fe: Minor typo in the docs

2019-03-12 Thread Adam Tornhill
  Branch: 
refs/heads/765-introduce-ci-cd-quality-gates-based-on-intelligent-notes
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 0002fec80434352047f5d6172397bdfd5f77487a
  
https://github.com/jenkinsci/codescene-plugin/commit/0002fec80434352047f5d6172397bdfd5f77487a
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Minor typo in the docs


-- 
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/codescene-plugin] 39b21a: ENTERPRISE-765: present the failed quality gates

2019-03-12 Thread Adam Tornhill
  Branch: 
refs/heads/765-introduce-ci-cd-quality-gates-based-on-intelligent-notes
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 39b21aedb03a9172d9de4015826e19bcba7d6878
  
https://github.com/jenkinsci/codescene-plugin/commit/39b21aedb03a9172d9de4015826e19bcba7d6878
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly

  Log Message:
  ---
  ENTERPRISE-765: present the failed quality gates


  Commit: f9de75ad9fe1b867a3840d60fdc17dc3d1bf8229
  
https://github.com/jenkinsci/codescene-plugin/commit/f9de75ad9fe1b867a3840d60fdc17dc3d1bf8229
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java
M src/main/java/org/jenkinsci/plugins/codescene/Domain/QualityGates.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuildAction/summary.jelly

  Log Message:
  ---
  ENTERPRISE-765: add a visual indication to the results of the Quality Gates


  Commit: c9f32089f2dbf65a13145a2c9284ae305346cbfc
  
https://github.com/jenkinsci/codescene-plugin/commit/c9f32089f2dbf65a13145a2c9284ae305346cbfc
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M README.md
A failed-quality-gate.png
A pass-quality-gate.png

  Log Message:
  ---
  ENTERPRISE-765: documented the quality gates


Compare: 
https://github.com/jenkinsci/codescene-plugin/compare/bb41906a2707...c9f32089f2db

-- 
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/pagerduty-plugin] 0d7c79: findbug fix, code cleanup

2019-03-12 Thread Alexander Leibzon
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pagerduty-plugin
  Commit: 0d7c79d361105faabf1d20e8367a026db7866972
  
https://github.com/jenkinsci/pagerduty-plugin/commit/0d7c79d361105faabf1d20e8367a026db7866972
  Author: Alexander Leibzon 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

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

  Log Message:
  ---
  findbug fix, code cleanup


-- 
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/pagerduty-plugin] 6f6f77: [maven-release-plugin] prepare release pagerduty-0...

2019-03-12 Thread Alexander Leibzon
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pagerduty-plugin
  Commit: 6f6f77de3f1433fdf9552f5a4442151915ab1bf0
  
https://github.com/jenkinsci/pagerduty-plugin/commit/6f6f77de3f1433fdf9552f5a4442151915ab1bf0
  Author: Alexander Leibzon 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pagerduty-0.4.0


-- 
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/pagerduty-plugin] c584b7: [maven-release-plugin] prepare for next developmen...

2019-03-12 Thread Alexander Leibzon
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pagerduty-plugin
  Commit: c584b7c6bbfd29c8777e1e471dff7ab158a8d287
  
https://github.com/jenkinsci/pagerduty-plugin/commit/c584b7c6bbfd29c8777e1e471dff7ab158a8d287
  Author: Alexander Leibzon 
  Date:   2019-03-12 (Tue, 12 Mar 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/pagerduty-plugin]

2019-03-12 Thread Alexander Leibzon
  Branch: refs/tags/pagerduty-0.4.0
  Home:   https://github.com/jenkinsci/pagerduty-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/snyk-security-scanner-plugin]

2019-03-12 Thread Anton Drukh
  Branch: refs/tags/2.0.0-alpha-6
  Home:   https://github.com/jenkinsci/snyk-security-scanner-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/urbancode-velocity-plugin] e66d86: [maven-release-plugin] prepare for next developmen...

2019-03-12 Thread Adam Boe
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/urbancode-velocity-plugin
  Commit: e66d86e7ce8df08b648466af26ad7a57d7064233
  
https://github.com/jenkinsci/urbancode-velocity-plugin/commit/e66d86e7ce8df08b648466af26ad7a57d7064233
  Author: Adam Boe 
  Date:   2019-03-12 (Tue, 12 Mar 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/snyk-security-scanner-plugin] b8351e: Print output of snyk test command in case of failure

2019-03-12 Thread Anton Drukh
  Branch: refs/heads/2.0.0-dev
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: b8351e0fd6548d6e3acb3299d3d2976661149f42
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/b8351e0fd6548d6e3acb3299d3d2976661149f42
  Author: pavel <36902936+pavel-git...@users.noreply.github.com>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java

  Log Message:
  ---
  Print output of snyk test command in case of failure

log on trace level: command line arguments, exit code and output


  Commit: 7d3210c055d023cf7ff8413f98663e2b044b9549
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/7d3210c055d023cf7ff8413f98663e2b044b9549
  Author: Anton Drukh 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java

  Log Message:
  ---
  Merge pull request #32 from pavel-github/fix/silent-failure-on-snyk-test

fix: silent failure on snyk test


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/41cb2e990670...7d3210c055d0

-- 
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/urbancode-velocity-plugin] 23962f: [maven-release-plugin] prepare release urbancode-v...

2019-03-12 Thread Adam Boe
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/urbancode-velocity-plugin
  Commit: 23962f965a946e14de7e92f5377b2daa09f3660a
  
https://github.com/jenkinsci/urbancode-velocity-plugin/commit/23962f965a946e14de7e92f5377b2daa09f3660a
  Author: Adam Boe 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release urbancode-velocity-2.0.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/urbancode-velocity-plugin]

2019-03-12 Thread Adam Boe
  Branch: refs/tags/urbancode-velocity-2.0.3
  Home:   https://github.com/jenkinsci/urbancode-velocity-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/pagerduty-plugin] 19adc9: token macro added, pom.xml change

2019-03-12 Thread Alexander Leibzon
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pagerduty-plugin
  Commit: 19adc94dd36041b287ec9a06481a2ec09ce163cd
  
https://github.com/jenkinsci/pagerduty-plugin/commit/19adc94dd36041b287ec9a06481a2ec09ce163cd
  Author: Alexander Leibzon 
  Date:   2018-12-26 (Wed, 26 Dec 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/pagerduty/PagerDutyTrigger.java
M 
src/main/java/org/jenkinsci/plugins/pagerduty/pipeline/PagerDutyTriggerStep.java
M src/main/java/org/jenkinsci/plugins/pagerduty/util/PagerDutyUtils.java

  Log Message:
  ---
  token macro added, pom.xml change


  Commit: e0a1c7231669d06128c2d8d8f6c158d351ac0a18
  
https://github.com/jenkinsci/pagerduty-plugin/commit/e0a1c7231669d06128c2d8d8f6c158d351ac0a18
  Author: Alexander Leibzon 
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/pagerduty/PagerDutyParamHolder.java
M src/main/java/org/jenkinsci/plugins/pagerduty/PagerDutyTrigger.java
M 
src/main/java/org/jenkinsci/plugins/pagerduty/pipeline/PagerDutyTriggerStep.java
M src/main/java/org/jenkinsci/plugins/pagerduty/util/PagerDutyUtils.java

  Log Message:
  ---
  fix tokenmacro functionality with pipelines, minor refactor


  Commit: d810441fa083689297ac4033475d6f4ddd6ed888
  
https://github.com/jenkinsci/pagerduty-plugin/commit/d810441fa083689297ac4033475d6f4ddd6ed888
  Author: Alexander Leibzon 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/pagerduty/PagerDutyTrigger.java
M src/main/java/org/jenkinsci/plugins/pagerduty/util/PagerDutyUtils.java

  Log Message:
  ---
  Merge branch 'master' of https://github.com/jenkinsci/pagerduty-plugin


  Commit: 10d102471ef8715c9c9e08a8b149e37967088a84
  
https://github.com/jenkinsci/pagerduty-plugin/commit/10d102471ef8715c9c9e08a8b149e37967088a84
  Author: Alexander Leibzon 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/pagerduty/util/PagerDutyUtils.java

  Log Message:
  ---
  merge fix, version bump


Compare: 
https://github.com/jenkinsci/pagerduty-plugin/compare/b28c003c169b...10d102471ef8

-- 
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/anka-build-plugin] 43259e: fixed skip tls verification behaviour

2019-03-12 Thread asafg6
  Branch: refs/heads/release/1.19
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 43259e4c583f4c626b41bb74961889124f6a8a80
  
https://github.com/jenkinsci/anka-build-plugin/commit/43259e4c583f4c626b41bb74961889124f6a8a80
  Author: asaf 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtClientCertAuthCommunicator.java
M src/main/java/com/veertu/ankaMgmtSdk/AnkaMgmtCommunicator.java
M src/main/java/com/veertu/plugin/anka/AnkaMgmtCloud.java

  Log Message:
  ---
  fixed skip tls verification behaviour


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

2019-03-12 Thread Kiuwan
  Branch: refs/heads/kiuwanCI
  Home:   https://github.com/jenkinsci/kiuwan-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/git-plugin] dff8d1: Do not warn if git minor number is less than 50

2019-03-12 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: dff8d142f0ff650a19d19de028fc758c90eabf57
  
https://github.com/jenkinsci/git-plugin/commit/dff8d142f0ff650a19d19de028fc758c90eabf57
  Author: Mark Waite 
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
M src/test/java/jenkins/plugins/git/GitSampleRepoRule.java

  Log Message:
  ---
  Do not warn if git minor number is less than 50

Git 2.21.0 has been released and is a good version to use.


  Commit: 91dc51b16f36feab330903a31c2786f553cc9535
  
https://github.com/jenkinsci/git-plugin/commit/91dc51b16f36feab330903a31c2786f553cc9535
  Author: Mark Waite 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/test/java/hudson/plugins/git/GitChangeSetPluginHistoryTest.java

  Log Message:
  ---
  Add more CentOS 6 / Git 1.7.1 exclusions

Preferred to keep the tests running and passing on multiple platforms
so that regressions are easier to detect.


  Commit: f9257118fb34dbb44da0c4640cc862ba0a3dc70d
  
https://github.com/jenkinsci/git-plugin/commit/f9257118fb34dbb44da0c4640cc862ba0a3dc70d
  Author: Mark Waite 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M pom.xml
R 
src/test/java/jenkins/plugins/git/AbstractGitSCMSourceRetrieveHeadsTest.java
M src/test/java/jenkins/plugins/git/GitSCMTelescopeTest.java

  Log Message:
  ---
  Remove powermock test reference

Java 11 powermock fails due to a requirement for a Java XML module.
Test is not valuable enough to wrestle with the mocking framework.
Remove the test, replace it later or confirm that the case is already
covered elsewhere in JenkinsRule based tests.


  Commit: d2c3704e82e51b2eb821b21a8a18f3adfbbae2a5
  
https://github.com/jenkinsci/git-plugin/commit/d2c3704e82e51b2eb821b21a8a18f3adfbbae2a5
  Author: Mark Waite 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M pom.xml
M src/test/java/hudson/plugins/git/GitChangeSetPluginHistoryTest.java
R 
src/test/java/jenkins/plugins/git/AbstractGitSCMSourceRetrieveHeadsTest.java
M src/test/java/jenkins/plugins/git/GitSCMTelescopeTest.java
M src/test/java/jenkins/plugins/git/GitSampleRepoRule.java

  Log Message:
  ---
  Merge pull request #690 from MarkEWaite/fix-centos-6-test-failures

Fix CentOS 6 test failures


Compare: 
https://github.com/jenkinsci/git-plugin/compare/3c8f1d7deaac...d2c3704e82e5

-- 
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/codescene-plugin] 5d17f3: ENTERPRISE-765: add configuration options to enabl...

2019-03-12 Thread Adam Tornhill
  Branch: 
refs/heads/765-introduce-ci-cd-quality-gates-based-on-intelligent-notes
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 5d17f3b2c3dac36af23be647bad4835901732cd1
  
https://github.com/jenkinsci/codescene-plugin/commit/5d17f3b2c3dac36af23be647bad4835901732cd1
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
M src/main/java/org/jenkinsci/plugins/codescene/Domain/Configuration.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuilder/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuilder/help-failOnDecliningCodeHealth.html
A 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuilder/help-failOnFailedGoal.html

  Log Message:
  ---
  ENTERPRISE-765: add configuration options to enable the quality gates


  Commit: 36b22d49c3a2d47caac3be81901b1b88dc3e869d
  
https://github.com/jenkinsci/codescene-plugin/commit/36b22d49c3a2d47caac3be81901b1b88dc3e869d
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/codescene/DeltaAnalysis.java
M 
src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisRequest.java
M 
src/test/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisRequestTest.java

  Log Message:
  ---
  ENTERPRISE-765: refactor to pass the whole config to the delta request 
instead of massive argument lists


  Commit: ed60b259dcb97c99149131b8eb3152321477f485
  
https://github.com/jenkinsci/codescene-plugin/commit/ed60b259dcb97c99149131b8eb3152321477f485
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisRequestTest.java

  Log Message:
  ---
  ENTERPRISE-765: refactor the request serialization tests to reduce 
duplication so that we can extend them easily


  Commit: fe69fe1baf57c99069d420aceebfc7fa9c053698
  
https://github.com/jenkinsci/codescene-plugin/commit/fe69fe1baf57c99069d420aceebfc7fa9c053698
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisRequest.java
M 
src/test/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisRequestTest.java

  Log Message:
  ---
  ENTERPRISE-765: enable biomarkers in request if any quality gate is enabled


  Commit: bb41906a270753ec645eb7e1bef6ec0d54e2ba9d
  
https://github.com/jenkinsci/codescene-plugin/commit/bb41906a270753ec645eb7e1bef6ec0d54e2ba9d
  Author: Adam Tornhill 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuildActionEntry.java
M src/main/java/org/jenkinsci/plugins/codescene/CodeSceneBuilder.java
M src/main/java/org/jenkinsci/plugins/codescene/DeltaAnalysis.java
M 
src/main/java/org/jenkinsci/plugins/codescene/Domain/DeltaAnalysisResult.java
A src/main/java/org/jenkinsci/plugins/codescene/Domain/QualityGates.java
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuilder/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuilder/help-failOnDecliningCodeHealth.html
M 
src/main/resources/org/jenkinsci/plugins/codescene/CodeSceneBuilder/help-failOnFailedGoal.html

  Log Message:
  ---
  ENTERPRISE-765: enable code health based quality gates that makes the build 
unstable when violated


Compare: 
https://github.com/jenkinsci/codescene-plugin/compare/5d17f3b2c3da%5E...bb41906a2707

-- 
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/snyk-security-scanner-plugin] 55bf6a: fix: do not use workspace name as project name by ...

2019-03-12 Thread Anton Drukh
  Branch: refs/heads/2.0.0-dev
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 55bf6a92263a204250a68ea2431ea02f38e7b6c1
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/55bf6a92263a204250a68ea2431ea02f38e7b6c1
  Author: Anton Drukh 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java

  Log Message:
  ---
  fix: do not use workspace name as project name by default

The Snyk CLI implicitly detects the project name from the manifest file and the 
folder of the project. This can be overridden by the `--project-name` argument.
Removing the default behaviour where the workspace name is used as the project 
name to allow the implicit project name detection as the default behaviour.


  Commit: 41cb2e9906703a56f4cec09302224a804d838051
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/41cb2e9906703a56f4cec09302224a804d838051
  Author: Anton Drukh 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java

  Log Message:
  ---
  Merge pull request #31 from jenkinsci/fix/no-default-project-name

fix: do not use workspace name as project name by default


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/0ff383d5efd7...41cb2e990670

-- 
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/snyk-security-scanner-plugin]

2019-03-12 Thread Anton Drukh
  Branch: refs/heads/fix/no-default-project-name
  Home:   https://github.com/jenkinsci/snyk-security-scanner-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/snyk-security-scanner-plugin] 55bf6a: fix: do not use workspace name as project name by ...

2019-03-12 Thread Anton Drukh
  Branch: refs/heads/fix/no-default-project-name
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 55bf6a92263a204250a68ea2431ea02f38e7b6c1
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/55bf6a92263a204250a68ea2431ea02f38e7b6c1
  Author: Anton Drukh 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java

  Log Message:
  ---
  fix: do not use workspace name as project name by default

The Snyk CLI implicitly detects the project name from the manifest file and the 
folder of the project. This can be overridden by the `--project-name` argument.
Removing the default behaviour where the workspace name is used as the project 
name to allow the implicit project name detection as the default behaviour.


-- 
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/snyk-security-scanner-plugin] 6b8381: fix: do not use workspace name as project name by ...

2019-03-12 Thread Anton Drukh
  Branch: refs/heads/fix/no-default-project-name
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 6b8381cc784c18a6c34e618453d6cb306e32093d
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/6b8381cc784c18a6c34e618453d6cb306e32093d
  Author: Anton Drukh 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java

  Log Message:
  ---
  fix: do not use workspace name as project name by default


-- 
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/snyk-security-scanner-plugin] 4a771d: docs: help text for additional arguments

2019-03-12 Thread Anton Drukh
  Branch: refs/heads/2.0.0-dev
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: 4a771d1457d2e4c0ec61f2832eed1f3cd801e5cd
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/4a771d1457d2e4c0ec61f2832eed1f3cd801e5cd
  Author: Anton Drukh 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M 
src/main/resources/io/snyk/jenkins/SnykStepBuilder/help-additionalArguments.html

  Log Message:
  ---
  docs: help text for additional arguments


  Commit: 0ff383d5efd7f87895a90b34094b9b29c6122015
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/0ff383d5efd7f87895a90b34094b9b29c6122015
  Author: Anton Drukh 
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
M src/main/resources/io/snyk/jenkins/SnykStepBuilder/config.jelly

  Log Message:
  ---
  docs: default text for missing snyk installation


Compare: 
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/d799bece034f...0ff383d5efd7

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