[jenkinsci/synopsys-coverity-plugin] f9afe2: Using the next snapshot post release 3.0.4-SIGQA3-...

2024-05-10 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/3.0.4
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: f9afe2c1097c2cb9656342786fa60f841cdd107b
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/f9afe2c1097c2cb9656342786fa60f841cdd107b
  Author: blackduck-serv-builder 
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 3.0.4-SIGQA3-SNAPSHOT



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/synopsys-coverity-plugin/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.4/36d7a7-f9afe2%40github.com.


[jenkinsci/synopsys-coverity-plugin] 36d7a7: Release 3.0.4-SIGQA2

2024-05-10 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/3.0.4
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 36d7a7b18a59dfa900fd6802c719ede288f4457d
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/36d7a7b18a59dfa900fd6802c719ede288f4457d
  Author: blackduck-serv-builder 
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.4-SIGQA2



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/synopsys-coverity-plugin/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.4/9d980d-36d7a7%40github.com.


[jenkinsci/synopsys-coverity-plugin] 606d47: upgraded dependencies to resolve critical and high...

2024-05-10 Thread 'Md Jahid Raihan' via Jenkins Commits
  Branch: refs/heads/3.0.4
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 606d47640c46e11b1611bdb27e26331154d86801
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/606d47640c46e11b1611bdb27e26331154d86801
  Author: jraihan 
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
M .gitignore
M build.gradle
M gradle/wrapper/gradle-wrapper.jar
M gradle/wrapper/gradle-wrapper.properties
M gradlew
M gradlew.bat
M 
src/main/java/com/synopsys/integration/jenkins/coverity/ChangeSetFilter.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityJenkinsIntLogger.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/GlobalValueHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/JenkinsCoverityEnvironmentVariable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/actions/IssueReportAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsAbortException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/BuildStatus.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CheckForIssuesInView.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CleanUpAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/ConfigureChangeSetPatterns.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityAnalysisType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityCaptureType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/OnCommandFailure.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/AdvancedCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CommandArguments.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/RepeatableCommand.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/SimpleCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityGlobalConfig.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectionFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/FieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CleanUpWorkflowService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityJenkinsStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteCallable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteToolRunner.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateMissingProjectsAndStreams.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow

[jenkinsci/synopsys-coverity-plugin] 3041bc: Updated build.gradle with correct version

2024-05-10 Thread 'Md Jahid Raihan' via Jenkins Commits
  Branch: refs/heads/SIGINT-1833-upgrade-dependencies
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 3041bcbebee3978a5823f3ebb786678403e31442
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/3041bcbebee3978a5823f3ebb786678403e31442
  Author: Md Jahid Raihan 
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Updated build.gradle with correct version



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/synopsys-coverity-plugin/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/SIGINT-1833-upgrade-dependencies/2a7bd5-3041bc%40github.com.


[jenkinsci/synopsys-coverity-plugin] 13fe56: updated the dependecies to resolve critical and hi...

2024-04-23 Thread 'Md Jahid Raihan' via Jenkins Commits
  Branch: refs/heads/SIGINT-1833-upgrade-dependencies-to-resolve-vulnerabilities
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 13fe564985c1c4fbb011894715fca8bea64043af
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/13fe564985c1c4fbb011894715fca8bea64043af
  Author: jraihan 
  Date:   2024-04-22 (Mon, 22 Apr 2024)

  Changed paths:
M .gitignore
M build.gradle
M gradle/wrapper/gradle-wrapper.jar
M gradle/wrapper/gradle-wrapper.properties
M gradlew
M gradlew.bat
M 
src/main/java/com/synopsys/integration/jenkins/coverity/ChangeSetFilter.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityJenkinsIntLogger.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/GlobalValueHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/JenkinsCoverityEnvironmentVariable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/actions/IssueReportAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsAbortException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/BuildStatus.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CheckForIssuesInView.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CleanUpAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/ConfigureChangeSetPatterns.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityAnalysisType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityCaptureType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/OnCommandFailure.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/AdvancedCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CommandArguments.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/RepeatableCommand.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/SimpleCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityGlobalConfig.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectionFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/FieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CleanUpWorkflowService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityJenkinsStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteCallable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteToolRunner.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateMissingProjectsAndStreams.java
M 
src/main/java/com/synopsys

[jenkinsci/synopsys-coverity-plugin] 7d05fe: Update README.md

2023-09-12 Thread 'sig-sshreyas' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 7d05fe3ecacbc0d6b984cde8c55a9f3bb84c0b4d
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/7d05fe3ecacbc0d6b984cde8c55a9f3bb84c0b4d
  Author: sig-cpotts <36172712+sig-cpo...@users.noreply.github.com>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md

Update the documentation link to point to the new documentation portal instance 
of the guide.


  Commit: c27340221be28d4b9ec883dfce18e87ed50b780e
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/c27340221be28d4b9ec883dfce18e87ed50b780e
  Author: sig-sshreyas <78429512+sig-sshre...@users.noreply.github.com>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #18 from sig-cpotts/patch-1

Update README.md


Compare: 
https://github.com/jenkinsci/synopsys-coverity-plugin/compare/0d7fd079c825...c27340221be2

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/master/0d7fd0-c27340%40github.com.


[jenkinsci/synopsys-coverity-plugin] 4427db: removeRepo

2023-01-31 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 4427dba093f2bcf1ecacf54e2fac4f9a98dd3048
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/4427dba093f2bcf1ecacf54e2fac4f9a98dd3048
  Author: schatti 
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  removeRepo


  Commit: 17e03844afca1408816fc668f84b284a51d8c80e
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/17e03844afca1408816fc668f84b284a51d8c80e
  Author: blackduck-serv-builder 
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.2


  Commit: f060044b214f700c7f544717a8a3b16afca375e7
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/f060044b214f700c7f544717a8a3b16afca375e7
  Author: schatti 
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
M build.gradle

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


  Commit: 5dffdf0fea24490dacb5f5be838707768be6fc0f
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/5dffdf0fea24490dacb5f5be838707768be6fc0f
  Author: schatti 
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CheckForIssuesInView.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java

  Log Message:
  ---
  SECURITY-2793


  Commit: 66cd4a9e5c853625d22bc4289cddded342d80122
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/66cd4a9e5c853625d22bc4289cddded342d80122
  Author: blackduck-serv-builder 
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.3


  Commit: 0d7fd079c8256f7181113d83aca8ab898f121cdb
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/0d7fd079c8256f7181113d83aca8ab898f121cdb
  Author: blackduck-serv-builder 
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/ChangeSetFilter.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityJenkinsIntLogger.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/GlobalValueHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/JenkinsCoverityEnvironmentVariable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/actions/IssueReportAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsAbortException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/BuildStatus.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CheckForIssuesInView.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CleanUpAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/ConfigureChangeSetPatterns.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityAnalysisType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityCaptureType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/OnCommandFailure.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/AdvancedCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CommandArguments.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/RepeatableCommand.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/SimpleCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions

[jenkinsci/synopsys-coverity-plugin] 06d8b3: Using the next snapshot post release 3.0.4-SNAPSHOT

2023-01-31 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/3.0.3
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 06d8b3395825d0c06eac2a6dc18045b3e8c3c5c4
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/06d8b3395825d0c06eac2a6dc18045b3e8c3c5c4
  Author: blackduck-serv-builder 
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/ChangeSetFilter.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityJenkinsIntLogger.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/GlobalValueHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/JenkinsCoverityEnvironmentVariable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/actions/IssueReportAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsAbortException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/BuildStatus.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CheckForIssuesInView.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CleanUpAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/ConfigureChangeSetPatterns.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityAnalysisType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityCaptureType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/OnCommandFailure.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/AdvancedCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CommandArguments.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/RepeatableCommand.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/SimpleCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityGlobalConfig.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectionFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/FieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CleanUpWorkflowService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityJenkinsStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteCallable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteToolRunner.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateMissingProjectsAndStreams.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/GetCoverityCommands.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/GetIssuesInView.java
M 
src/main

[jenkinsci/synopsys-coverity-plugin]

2023-01-31 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/tags/3.0.3
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/tags/3.0.3/00-c4042f%40github.com.


[jenkinsci/synopsys-coverity-plugin] c4042f: Release 3.0.3

2023-01-31 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/3.0.3
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: c4042f052b119c0b365bc3d4d9997b75028f5b1c
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/c4042f052b119c0b365bc3d4d9997b75028f5b1c
  Author: blackduck-serv-builder 
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.3/7f90ae-c4042f%40github.com.


[jenkinsci/synopsys-coverity-plugin] 08343b: Using the next snapshot post release 3.0.3-SNAPSHOT

2023-01-31 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/3.0.3
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 08343b5d3ee4f545d8e7be1404f297f3922d029a
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/08343b5d3ee4f545d8e7be1404f297f3922d029a
  Author: schatti 
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
M build.gradle

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


  Commit: 7f90aed0c38a972979b2464274b6d90d6aea68fe
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/7f90aed0c38a972979b2464274b6d90d6aea68fe
  Author: schatti 
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CheckForIssuesInView.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java

  Log Message:
  ---
  SECURITY-2793


Compare: 
https://github.com/jenkinsci/synopsys-coverity-plugin/compare/08343b5d3ee4%5E...7f90aed0c38a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.3/00-7f90ae%40github.com.


[jenkinsci/synopsys-coverity-plugin] 058bda: Using the next snapshot post release 3.0.3-SNAPSHOT

2023-01-31 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/test-plugin-publish
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 058bda0bf0b1fac7923f321143e67235305ae645
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/058bda0bf0b1fac7923f321143e67235305ae645
  Author: blackduck-serv-builder 
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/ChangeSetFilter.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityJenkinsIntLogger.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/GlobalValueHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/JenkinsCoverityEnvironmentVariable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/actions/IssueReportAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsAbortException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/BuildStatus.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CheckForIssuesInView.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CleanUpAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/ConfigureChangeSetPatterns.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityAnalysisType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityCaptureType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/OnCommandFailure.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/AdvancedCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CommandArguments.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/RepeatableCommand.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/SimpleCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityGlobalConfig.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectionFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/FieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CleanUpWorkflowService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityJenkinsStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteCallable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteToolRunner.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateMissingProjectsAndStreams.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/GetCoverityCommands.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/GetIssuesInView.java

[jenkinsci/synopsys-coverity-plugin]

2023-01-31 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/tags/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/tags/3.0.2/00-01e237%40github.com.


[jenkinsci/synopsys-coverity-plugin] 278487: Release 3.0.0

2023-01-31 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/services-refactor
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 2784874aa0f286a73ecf72bdcd8ca2d9a54d6c5f
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/2784874aa0f286a73ecf72bdcd8ca2d9a54d6c5f
  Author: blackduck-serv-builder 
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/services-refactor/331e65-278487%40github.com.


[jenkinsci/synopsys-coverity-plugin] 01e237: Update build.gradle

2023-01-30 Thread 'vhegde2017' via Jenkins Commits
  Branch: refs/heads/test-plugin-publish
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 01e23770a1f09cf980f48b9ec2e30ec87b3daf95
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/01e23770a1f09cf980f48b9ec2e30ec87b3daf95
  Author: vhegde2017 
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Update build.gradle


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/test-plugin-publish/9dd436-01e237%40github.com.


[jenkinsci/synopsys-coverity-plugin] 9dd436: Release 3.0.2

2023-01-30 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/test-plugin-publish
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 9dd4364e6259c9690da7db3d856d309c462c4a14
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/9dd4364e6259c9690da7db3d856d309c462c4a14
  Author: blackduck-serv-builder 
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/test-plugin-publish/292b9f-9dd436%40github.com.


[jenkinsci/synopsys-coverity-plugin] 292b9f: Update build.gradle

2023-01-30 Thread 'vhegde2017' via Jenkins Commits
  Branch: refs/heads/test-plugin-publish
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 292b9f04618e00a773b1f2a48d0d1573ae8862fc
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/292b9f04618e00a773b1f2a48d0d1573ae8862fc
  Author: vhegde2017 
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Update build.gradle


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/test-plugin-publish/8d7ac4-292b9f%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-30 Thread 'vhegde2017' via Jenkins Commits
  Branch: refs/heads/release-test
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/release-test/d3caeb-00%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-30 Thread 'vhegde2017' via Jenkins Commits
  Branch: refs/heads/test-plugin-publish
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/test-plugin-publish/00-8d7ac4%40github.com.


[jenkinsci/synopsys-coverity-plugin] d3caeb: Update build.gradle

2023-01-30 Thread 'vhegde2017' via Jenkins Commits
  Branch: refs/heads/release-test
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: d3caeb4f23fa6ed791d55089b2d544c68bac985a
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/d3caeb4f23fa6ed791d55089b2d544c68bac985a
  Author: vhegde2017 
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Update build.gradle


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/release-test/1c3359-d3caeb%40github.com.


[jenkinsci/synopsys-coverity-plugin] 1c3359: Update versions of optionalJenkinsPlugins

2023-01-30 Thread 'vhegde2017' via Jenkins Commits
  Branch: refs/heads/release-test
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 1c3359756a6fb86bf3cc010aa1f827ae7379a826
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/1c3359756a6fb86bf3cc010aa1f827ae7379a826
  Author: vhegde2017 
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Update versions of optionalJenkinsPlugins

Update versions of optionalJenkinsPlugins


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/release-test/fa7bdc-1c3359%40github.com.


[jenkinsci/synopsys-coverity-plugin] fa7bdc: Release 1.1.0

2023-01-30 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/release-test
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: fa7bdc0009f7c9684345fede5356a37d2df71af4
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/fa7bdc0009f7c9684345fede5356a37d2df71af4
  Author: blackduck-serv-builder 
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 1.1.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/release-test/2b842c-fa7bdc%40github.com.


[jenkinsci/synopsys-coverity-plugin] 2b842c: Update build.gradle

2023-01-30 Thread 'vhegde2017' via Jenkins Commits
  Branch: refs/heads/release-test
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 2b842ccdb42eb222c38e52d0dc9da2c6adfc3abe
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/2b842ccdb42eb222c38e52d0dc9da2c6adfc3abe
  Author: vhegde2017 
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Update build.gradle


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/release-test/871f72-2b842c%40github.com.


[jenkinsci/synopsys-coverity-plugin] 84983a: Release 3.0.2

2023-01-25 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 84983a6d625686fe3ac4b48930c777b19cfe368e
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/84983a6d625686fe3ac4b48930c777b19cfe368e
  Author: blackduck-serv-builder 
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/809f59-84983a%40github.com.


[jenkinsci/synopsys-coverity-plugin] 809f59: removeRepo

2023-01-25 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 809f59c48d5507b55819e9bdc2076889b5a88079
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/809f59c48d5507b55819e9bdc2076889b5a88079
  Author: schatti 
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  removeRepo


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/00-809f59%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-25 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/add_repo_creds
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/add_repo_creds/809f59-00%40github.com.


[jenkinsci/synopsys-coverity-plugin] 809f59: removeRepo

2023-01-25 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/add_repo_creds
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 809f59c48d5507b55819e9bdc2076889b5a88079
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/809f59c48d5507b55819e9bdc2076889b5a88079
  Author: schatti 
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  removeRepo


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/add_repo_creds/00-809f59%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-25 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/618428-00%40github.com.


[jenkinsci/synopsys-coverity-plugin] 618428: Release 3.0.2

2023-01-25 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 618428b4f930f2a55a178ed13370c8eaaaf82377
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/618428b4f930f2a55a178ed13370c8eaaaf82377
  Author: blackduck-serv-builder 
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/8d7ac4-618428%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-25 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/5daddb-00%40github.com.


[jenkinsci/synopsys-coverity-plugin] 5daddb: Release 3.0.2

2023-01-25 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 5daddb602a4209d1c697413e97fef312abee8de8
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/5daddb602a4209d1c697413e97fef312abee8de8
  Author: blackduck-serv-builder 
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/7735a0-5daddb%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-25 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/add_repo_creds
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/add_repo_creds/7735a0-00%40github.com.


[jenkinsci/synopsys-coverity-plugin] 7735a0: add repo credentials for https://repo.jenkins-ci.org/

2023-01-25 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 7735a08d84da9be3765da5e94dda4c86ca853a4f
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/7735a08d84da9be3765da5e94dda4c86ca853a4f
  Author: schatti 
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  add repo credentials for https://repo.jenkins-ci.org/


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/00-7735a0%40github.com.


[jenkinsci/synopsys-coverity-plugin] 7735a0: add repo credentials for https://repo.jenkins-ci.org/

2023-01-25 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/add_repo_creds
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 7735a08d84da9be3765da5e94dda4c86ca853a4f
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/7735a08d84da9be3765da5e94dda4c86ca853a4f
  Author: schatti 
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  add repo credentials for https://repo.jenkins-ci.org/


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/add_repo_creds/00-7735a0%40github.com.


[jenkinsci/synopsys-coverity-plugin] 871f72: Release 3.0.2

2023-01-24 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/release-test
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 871f72f0c16f187e1ae143b09eb197b11a80302a
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/871f72f0c16f187e1ae143b09eb197b11a80302a
  Author: blackduck-serv-builder 
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/release-test/8d7ac4-871f72%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-24 Thread 'vhegde2017' via Jenkins Commits
  Branch: refs/heads/release-test
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/release-test/00-8d7ac4%40github.com.


[jenkinsci/synopsys-coverity-plugin] b5ffab: Release 3.0.2

2023-01-23 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: b5ffabad1d02eebb889667175dbe6e479ee03d1a
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/b5ffabad1d02eebb889667175dbe6e479ee03d1a
  Author: blackduck-serv-builder 
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/1a1d7a-b5ffab%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-18 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/removeRepo
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/removeRepo/3ececf-00%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-18 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/removeJenkinsCiRepo
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/removeJenkinsCiRepo/1fe18b-00%40github.com.


[jenkinsci/synopsys-coverity-plugin] 3ececf: Release 3.0.2

2023-01-18 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/removeRepo
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 3ececf43ff52ebe5fc9792541ec5a7937470555c
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/3ececf43ff52ebe5fc9792541ec5a7937470555c
  Author: blackduck-serv-builder 
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/removeRepo/96f4fb-3ececf%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-18 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/removeRepo
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/removeRepo/00-96f4fb%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-18 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/866a97-00%40github.com.


[jenkinsci/synopsys-coverity-plugin] 866a97: Release 3.0.2

2023-01-18 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 866a970f5b9e85d566236b175545a1ece5058ef7
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/866a970f5b9e85d566236b175545a1ece5058ef7
  Author: blackduck-serv-builder 
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/1fe18b-866a97%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-18 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/00-1fe18b%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-18 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/d39127-00%40github.com.


[jenkinsci/synopsys-coverity-plugin] 1fe18b: SECURITY-2793

2023-01-18 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/removeJenkinsCiRepo
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 1fe18b23e91944dc6e21490d588f98d8c02b7e10
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/1fe18b23e91944dc6e21490d588f98d8c02b7e10
  Author: schatti 
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CheckForIssuesInView.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java

  Log Message:
  ---
  SECURITY-2793


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/removeJenkinsCiRepo/96f4fb-1fe18b%40github.com.


[jenkinsci/synopsys-coverity-plugin] 96f4fb: remove https://repo.jenkins-ci.org/releases/ repos...

2023-01-18 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/removeJenkinsCiRepo
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 96f4fbf443ea4f12d2d44a25a73c8754e794b594
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/96f4fbf443ea4f12d2d44a25a73c8754e794b594
  Author: schatti 
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  remove https://repo.jenkins-ci.org/releases/ repository


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/removeJenkinsCiRepo/00-96f4fb%40github.com.


[jenkinsci/synopsys-coverity-plugin] d39127: Release 3.0.2

2023-01-18 Thread 'Synopsys SIG Release Engineering' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: d39127027ec52276b46df73387c968adfa584ae6
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/d39127027ec52276b46df73387c968adfa584ae6
  Author: blackduck-serv-builder 
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/8d7ac4-d39127%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2023-01-18 Thread 'schatti123' via Jenkins Commits
  Branch: refs/heads/3.0.2
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.2/00-8d7ac4%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2022-01-24 Thread 'Dana Maxfield' via Jenkins Commits
  Branch: refs/heads/add-mark-unstable
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/add-mark-unstable/0bfb61-00%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2022-01-24 Thread 'Dana Maxfield' via Jenkins Commits
  Branch: refs/heads/jenkins-common-0.1.8
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/jenkins-common-0.1.8/787f86-00%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2022-01-24 Thread 'Dana Maxfield' via Jenkins Commits
  Branch: refs/heads/add-issue-report-sidebar
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/add-issue-report-sidebar/f21555-00%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2022-01-24 Thread 'Dana Maxfield' via Jenkins Commits
  Branch: refs/heads/stepworkflow-impl
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/stepworkflow-impl/dd6209-00%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2022-01-24 Thread 'Dana Maxfield' via Jenkins Commits
  Branch: refs/heads/fix_dependency_issue
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/fix_dependency_issue/fe4247-00%40github.com.


[jenkinsci/synopsys-coverity-plugin] 3cd3df: Update to latest License

2022-01-24 Thread 'Dana Maxfield' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 3cd3df06264d011a815f92960cf5f66035c6a9db
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/3cd3df06264d011a815f92960cf5f66035c6a9db
  Author: Dana Maxfield 
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
M LICENSE

  Log Message:
  ---
  Update to latest License


  Commit: 8d3192c9fa5c16d20c2f6d8401566346ff259c8f
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/8d3192c9fa5c16d20c2f6d8401566346ff259c8f
  Author: Dana Maxfield 
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/ChangeSetFilter.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityJenkinsIntLogger.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/GlobalValueHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/JenkinsCoverityEnvironmentVariable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/actions/IssueReportAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsAbortException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/BuildStatus.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CheckForIssuesInView.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CleanUpAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/ConfigureChangeSetPatterns.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityAnalysisType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityCaptureType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/OnCommandFailure.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/AdvancedCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CommandArguments.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/RepeatableCommand.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/SimpleCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityGlobalConfig.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectionFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/FieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CleanUpWorkflowService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityJenkinsStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteCallable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteToolRunner.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/main/java/com/synopsys

[jenkinsci/synopsys-coverity-plugin] 3cd3df: Update to latest License

2022-01-21 Thread 'Dana Maxfield' via Jenkins Commits
  Branch: refs/heads/fix_dependency_issue
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 3cd3df06264d011a815f92960cf5f66035c6a9db
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/3cd3df06264d011a815f92960cf5f66035c6a9db
  Author: Dana Maxfield 
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
M LICENSE

  Log Message:
  ---
  Update to latest License


  Commit: 8d3192c9fa5c16d20c2f6d8401566346ff259c8f
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/8d3192c9fa5c16d20c2f6d8401566346ff259c8f
  Author: Dana Maxfield 
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/ChangeSetFilter.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityJenkinsIntLogger.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/GlobalValueHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/JenkinsCoverityEnvironmentVariable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/actions/IssueReportAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsAbortException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/exception/CoverityJenkinsException.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/BuildStatus.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CheckForIssuesInView.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CleanUpAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/ConfigureChangeSetPatterns.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityAnalysisType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CoverityCaptureType.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/OnCommandFailure.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/AdvancedCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CommandArguments.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/RepeatableCommand.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/SimpleCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityGlobalConfig.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectionFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/FieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CleanUpWorkflowService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityJenkinsStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteCallable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteToolRunner.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/main/java

[jenkinsci/synopsys-coverity-plugin] b21dc9: Release 3.0.1-SIGQA1

2021-06-16 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: b21dc90e5aaadd4eeb7c020b879549301ec82dcd
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/b21dc90e5aaadd4eeb7c020b879549301ec82dcd
  Author: Builder Service 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.1-SIGQA1


  Commit: 8c738e33042c19f8f173cc6136237befb3d5d1e3
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/8c738e33042c19f8f173cc6136237befb3d5d1e3
  Author: Builder Service 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 3.0.1-SIGQA2-SNAPSHOT


  Commit: 2d8aaabdbdcd4d55984c318740d67db974617082
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/2d8aaabdbdcd4d55984c318740d67db974617082
  Author: Richard Otte 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectionFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/resources/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityGlobalConfig/config.jelly

  Log Message:
  ---
  fix: Reverting aliasing, since apparently it doesn't work


  Commit: 58fd41c79cc0382dba8dd1e7e4e0ee57359f2824
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/58fd41c79cc0382dba8dd1e7e4e0ee57359f2824
  Author: Richard Otte 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  build: Correcting build version


  Commit: 7e8308a4a484a068e98233c730a94bc1c7e53701
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/7e8308a4a484a068e98233c730a94bc1c7e53701
  Author: Builder Service 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.1-SIGQA1


  Commit: 99c893aede7a3e584723f75284b134ff783a1b0c
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/99c893aede7a3e584723f75284b134ff783a1b0c
  Author: Builder Service 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 3.0.1-SIGQA2-SNAPSHOT


  Commit: 376e4e551a1c667592ddf76d27c5dc86d5b945c5
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/376e4e551a1c667592ddf76d27c5dc86d5b945c5
  Author: Richard Otte 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectionFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/resources/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityGlobalConfig/config.jelly

  Log Message:
  ---
  fix: Not rolling back field name, instead using transient 
backwards-compatible field


  Commit: 010a58e0a8d4e8e5029480d3b93cf5e20725801d
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/010a58e0a8d4e8e5029480d3b93cf5e20725801d
  Author: Builder Service 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.1-SIGQA2


  Commit: ae5110a3b8d6d5ad9caf8095e11ca9f53ef9ed95
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/ae5110a3b8d6d5ad9caf8095e11ca9f53ef9ed95
  Author: Builder Service 
  Date:   2021-06-15 (Tue

[jenkinsci/synopsys-coverity-plugin] 1a1d7a: Using the next snapshot post release 3.0.2-SNAPSHOT

2021-06-16 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 1a1d7a9f2381034c1058eb72d95a451ba19aeba6
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/1a1d7a9f2381034c1058eb72d95a451ba19aeba6
  Author: Builder Service 
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 3.0.2-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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/d8f678-1a1d7a%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2021-06-16 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/tags/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/tags/3.0.1/00-d8f678%40github.com.


[jenkinsci/synopsys-coverity-plugin] d8f678: Release 3.0.1

2021-06-16 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: d8f678f102bf2560f6dbc7eee578b4bc70d754bf
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/d8f678f102bf2560f6dbc7eee578b4bc70d754bf
  Author: Builder Service 
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/ae5110-d8f678%40github.com.


[jenkinsci/synopsys-coverity-plugin] ae5110: Using the next snapshot post release 3.0.1-SIGQA3-...

2021-06-15 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: ae5110a3b8d6d5ad9caf8095e11ca9f53ef9ed95
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/ae5110a3b8d6d5ad9caf8095e11ca9f53ef9ed95
  Author: Builder Service 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 3.0.1-SIGQA3-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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/010a58-ae5110%40github.com.


[jenkinsci/synopsys-coverity-plugin] 010a58: Release 3.0.1-SIGQA2

2021-06-15 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 010a58e0a8d4e8e5029480d3b93cf5e20725801d
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/010a58e0a8d4e8e5029480d3b93cf5e20725801d
  Author: Builder Service 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.1-SIGQA2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/376e4e-010a58%40github.com.


[jenkinsci/synopsys-coverity-plugin] 376e4e: fix: Not rolling back field name, instead using tr...

2021-06-15 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 376e4e551a1c667592ddf76d27c5dc86d5b945c5
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/376e4e551a1c667592ddf76d27c5dc86d5b945c5
  Author: Richard Otte 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectionFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/resources/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityGlobalConfig/config.jelly

  Log Message:
  ---
  fix: Not rolling back field name, instead using transient 
backwards-compatible field


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/99c893-376e4e%40github.com.


[jenkinsci/synopsys-coverity-plugin] 99c893: Using the next snapshot post release 3.0.1-SIGQA2-...

2021-06-15 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 99c893aede7a3e584723f75284b134ff783a1b0c
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/99c893aede7a3e584723f75284b134ff783a1b0c
  Author: Builder Service 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 3.0.1-SIGQA2-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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/7e8308-99c893%40github.com.


[jenkinsci/synopsys-coverity-plugin] 7e8308: Release 3.0.1-SIGQA1

2021-06-15 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 7e8308a4a484a068e98233c730a94bc1c7e53701
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/7e8308a4a484a068e98233c730a94bc1c7e53701
  Author: Builder Service 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.1-SIGQA1


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/58fd41-7e8308%40github.com.


[jenkinsci/synopsys-coverity-plugin] 58fd41: build: Correcting build version

2021-06-15 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 58fd41c79cc0382dba8dd1e7e4e0ee57359f2824
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/58fd41c79cc0382dba8dd1e7e4e0ee57359f2824
  Author: Richard Otte 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  build: Correcting build version


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/2d8aaa-58fd41%40github.com.


[jenkinsci/synopsys-coverity-plugin] 2d8aaa: fix: Reverting aliasing, since apparently it doesn...

2021-06-15 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 2d8aaabdbdcd4d55984c318740d67db974617082
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/2d8aaabdbdcd4d55984c318740d67db974617082
  Author: Richard Otte 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectionFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/resources/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityGlobalConfig/config.jelly

  Log Message:
  ---
  fix: Reverting aliasing, since apparently it doesn't work


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/8c738e-2d8aaa%40github.com.


[jenkinsci/synopsys-coverity-plugin] 8c738e: Using the next snapshot post release 3.0.1-SIGQA2-...

2021-06-15 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 8c738e33042c19f8f173cc6136237befb3d5d1e3
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/8c738e33042c19f8f173cc6136237befb3d5d1e3
  Author: Builder Service 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 3.0.1-SIGQA2-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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/b21dc9-8c738e%40github.com.


[jenkinsci/synopsys-coverity-plugin] b21dc9: Release 3.0.1-SIGQA1

2021-06-15 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: b21dc90e5aaadd4eeb7c020b879549301ec82dcd
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/b21dc90e5aaadd4eeb7c020b879549301ec82dcd
  Author: Builder Service 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.1-SIGQA1


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/048926-b21dc9%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2021-06-15 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/3.0.1
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.1/00-048926%40github.com.


[jenkinsci/synopsys-coverity-plugin] 1150c5: fix: coverityIssueCheck uses the resolved credenti...

2021-06-15 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 1150c5db2bdae138a21f898635d5eb472ddfc071
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/1150c5db2bdae138a21f898635d5eb472ddfc071
  Author: Richard Otte 
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/JenkinsCoverityEnvironmentVariable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/SetUpCoverityEnvironment.java

  Log Message:
  ---
  fix: coverityIssueCheck uses the resolved credentials instead of only the 
overridden ones and withCoverityEnvironment will properly set an environment 
variable for the overridden credentials


  Commit: 41282c835030093f42ffcef5c1386b93411defbb
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/41282c835030093f42ffcef5c1386b93411defbb
  Author: Builder Service 
  Date:   2021-06-11 (Fri, 11 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.0


  Commit: 0489265f03bac87a9bc1461ef3ff831c07970201
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/0489265f03bac87a9bc1461ef3ff831c07970201
  Author: Richard Otte 
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java

  Log Message:
  ---
  fix: GlobalConfiguration now migrates correctly


Compare: 
https://github.com/jenkinsci/synopsys-coverity-plugin/compare/97341d80b150...0489265f03ba

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/master/97341d-048926%40github.com.


[jenkinsci/synopsys-coverity-plugin] 81cf15: Using the next snapshot post release 3.0.1-SNAPSHOT

2021-06-11 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 81cf15600d6e694dbadef1d05234545c2f4c1148
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/81cf15600d6e694dbadef1d05234545c2f4c1148
  Author: Builder Service 
  Date:   2021-06-11 (Fri, 11 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 3.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.0/41282c-81cf15%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2021-06-11 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/tags/3.0.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/tags/3.0.0/00-41282c%40github.com.


[jenkinsci/synopsys-coverity-plugin] 41282c: Release 3.0.0

2021-06-11 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 41282c835030093f42ffcef5c1386b93411defbb
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/41282c835030093f42ffcef5c1386b93411defbb
  Author: Builder Service 
  Date:   2021-06-11 (Fri, 11 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.0/1150c5-41282c%40github.com.


[jenkinsci/synopsys-coverity-plugin] 1150c5: fix: coverityIssueCheck uses the resolved credenti...

2021-06-10 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/3.0.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 1150c5db2bdae138a21f898635d5eb472ddfc071
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/1150c5db2bdae138a21f898635d5eb472ddfc071
  Author: Richard Otte 
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/JenkinsCoverityEnvironmentVariable.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/SetUpCoverityEnvironment.java

  Log Message:
  ---
  fix: coverityIssueCheck uses the resolved credentials instead of only the 
overridden ones and withCoverityEnvironment will properly set an environment 
variable for the overridden credentials


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.0/97341d-1150c5%40github.com.


[jenkinsci/synopsys-coverity-plugin] f33586: refactor: Updated to the latest jenkins common, up...

2021-06-09 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/services-refactor
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: f33586f6b2135f1978deaa8b16f8f558e8e00b59
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/f33586f6b2135f1978deaa8b16f8f558e8e00b59
  Author: Richard Otte 
  Date:   2021-06-04 (Fri, 04 Jun 2021)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityJenkinsIntLogger.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/SimpleCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityJenkinsStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/GetCoverityCommandsTest.java

  Log Message:
  ---
  refactor: Updated to the latest jenkins common, updated Jenkins base 
compatible version


  Commit: 924149ce27a260772a58e6bab27388f050697cca
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/924149ce27a260772a58e6bab27388f050697cca
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
M 
src/main/resources/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep/config.jelly

  Log Message:
  ---
  feat: Adding the markUnstable field


  Commit: 6530b3764b8614609c340bd34bb37fc6d83e34f3
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/6530b3764b8614609c340bd34bb37fc6d83e34f3
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateAuthenticationKeyFileTest.java

  Log Message:
  ---
  fix: Using latest Coverity Common to be compatible with jenkins common, 
standardized parameter ordering


  Commit: 0493dd3f756bbb481a1fa1d8ee9f4f2008fc4239
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/0493dd3f756bbb481a1fa1d8ee9f4f2008fc4239
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java

  Log Message:
  ---
  fix: Applying action to FlowNode


  Commit: 0bfb61452aff494f02127206e5231cd82a76cd90
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/0bfb61452aff494f02127206e5231cd82a76cd90
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java

  Log

[jenkinsci/synopsys-coverity-plugin] e44d65: build: bumping version to 3.0.0

2021-06-09 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: e44d652d538939e9d18e94276e025b3d27d05b3a
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/e44d652d538939e9d18e94276e025b3d27d05b3a
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  build: bumping version to 3.0.0


  Commit: 79ed8bd6c571c64667cdc5a5e3ffaa1d6d59def0
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/79ed8bd6c571c64667cdc5a5e3ffaa1d6d59def0
  Author: Builder Service 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.0-SIGQA1


  Commit: c627ec82cab52cf96e5211c319f51d9e726259eb
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/c627ec82cab52cf96e5211c319f51d9e726259eb
  Author: Builder Service 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 3.0.0-SIGQA2-SNAPSHOT


  Commit: 47e4d736559c0ea41ecde63493eb600a3c2f75b5
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/47e4d736559c0ea41ecde63493eb600a3c2f75b5
  Author: Richard Otte 
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectionFieldHelper.java

  Log Message:
  ---
  fix: Fixed SOAP Runtime exception bubbling up in form validation


  Commit: b8c5b7c23ee16d066d6c7c411db6f4aa6d33840b
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/b8c5b7c23ee16d066d6c7c411db6f4aa6d33840b
  Author: Builder Service 
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.0-SIGQA2


  Commit: 97341d80b1509b08c3f78c1a5de129ec914b7bb2
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/97341d80b1509b08c3f78c1a5de129ec914b7bb2
  Author: Builder Service 
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 3.0.0-SIGQA3-SNAPSHOT


Compare: 
https://github.com/jenkinsci/synopsys-coverity-plugin/compare/664dc36f4481...97341d80b150

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/master/664dc3-97341d%40github.com.


[jenkinsci/synopsys-coverity-plugin] 97341d: Using the next snapshot post release 3.0.0-SIGQA3-...

2021-06-08 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 97341d80b1509b08c3f78c1a5de129ec914b7bb2
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/97341d80b1509b08c3f78c1a5de129ec914b7bb2
  Author: Builder Service 
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 3.0.0-SIGQA3-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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.0/b8c5b7-97341d%40github.com.


[jenkinsci/synopsys-coverity-plugin] b8c5b7: Release 3.0.0-SIGQA2

2021-06-08 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: b8c5b7c23ee16d066d6c7c411db6f4aa6d33840b
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/b8c5b7c23ee16d066d6c7c411db6f4aa6d33840b
  Author: Builder Service 
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.0-SIGQA2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.0/47e4d7-b8c5b7%40github.com.


[jenkinsci/synopsys-coverity-plugin] 47e4d7: fix: Fixed SOAP Runtime exception bubbling up in f...

2021-06-08 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/3.0.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 47e4d736559c0ea41ecde63493eb600a3c2f75b5
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/47e4d736559c0ea41ecde63493eb600a3c2f75b5
  Author: Richard Otte 
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectionFieldHelper.java

  Log Message:
  ---
  fix: Fixed SOAP Runtime exception bubbling up in form validation


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.0/c627ec-47e4d7%40github.com.


[jenkinsci/synopsys-coverity-plugin] c627ec: Using the next snapshot post release 3.0.0-SIGQA2-...

2021-06-07 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: c627ec82cab52cf96e5211c319f51d9e726259eb
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/c627ec82cab52cf96e5211c319f51d9e726259eb
  Author: Builder Service 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 3.0.0-SIGQA2-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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.0/79ed8b-c627ec%40github.com.


[jenkinsci/synopsys-coverity-plugin] 79ed8b: Release 3.0.0-SIGQA1

2021-06-07 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/3.0.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 79ed8bd6c571c64667cdc5a5e3ffaa1d6d59def0
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/79ed8bd6c571c64667cdc5a5e3ffaa1d6d59def0
  Author: Builder Service 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 3.0.0-SIGQA1


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.0/e44d65-79ed8b%40github.com.


[jenkinsci/synopsys-coverity-plugin] 6e1249: Using the next snapshot post release 2.5.0-SIGQA2-...

2021-06-07 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/2.5.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 6e1249f65a4032b4e70bff8acfcf80d9fc0a0838
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/6e1249f65a4032b4e70bff8acfcf80d9fc0a0838
  Author: Builder Service 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Using the next snapshot post release 2.5.0-SIGQA2-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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/2.5.0/e352c7-6e1249%40github.com.


[jenkinsci/synopsys-coverity-plugin] e44d65: build: bumping version to 3.0.0

2021-06-07 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/3.0.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: e44d652d538939e9d18e94276e025b3d27d05b3a
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/e44d652d538939e9d18e94276e025b3d27d05b3a
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  build: bumping version to 3.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/3.0.0/00-e44d65%40github.com.


[jenkinsci/synopsys-coverity-plugin] e352c7: Release 2.5.0-SIGQA1

2021-06-07 Thread 'Serv-Builder' via Jenkins Commits
  Branch: refs/heads/2.5.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: e352c7a7617b4ed42ac7e25ba1a10c4a84c51922
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/e352c7a7617b4ed42ac7e25ba1a10c4a84c51922
  Author: Builder Service 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Release 2.5.0-SIGQA1


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/2.5.0/664dc3-e352c7%40github.com.


[jenkinsci/synopsys-coverity-plugin]

2021-06-07 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/2.5.0
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/2.5.0/00-664dc3%40github.com.


[jenkinsci/synopsys-coverity-plugin] 924149: feat: Adding the markUnstable field

2021-06-07 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 924149ce27a260772a58e6bab27388f050697cca
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/924149ce27a260772a58e6bab27388f050697cca
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
M 
src/main/resources/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep/config.jelly

  Log Message:
  ---
  feat: Adding the markUnstable field


  Commit: 6530b3764b8614609c340bd34bb37fc6d83e34f3
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/6530b3764b8614609c340bd34bb37fc6d83e34f3
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateAuthenticationKeyFileTest.java

  Log Message:
  ---
  fix: Using latest Coverity Common to be compatible with jenkins common, 
standardized parameter ordering


  Commit: 0493dd3f756bbb481a1fa1d8ee9f4f2008fc4239
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/0493dd3f756bbb481a1fa1d8ee9f4f2008fc4239
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java

  Log Message:
  ---
  fix: Applying action to FlowNode


  Commit: 0bfb61452aff494f02127206e5231cd82a76cd90
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/0bfb61452aff494f02127206e5231cd82a76cd90
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java

  Log Message:
  ---
  refactor: Incorporating MR feedback


  Commit: 664dc36f4481bc0d59e8a3c27d0875d1add0f9d0
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/664dc36f4481bc0d59e8a3c27d0875d1add0f9d0
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/main/resources/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep/config.jelly
M 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateAuthenticationKeyFileTest.java

  Log Message

[jenkinsci/synopsys-coverity-plugin] 0bfb61: refactor: Incorporating MR feedback

2021-06-07 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/add-mark-unstable
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 0bfb61452aff494f02127206e5231cd82a76cd90
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/0bfb61452aff494f02127206e5231cd82a76cd90
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java

  Log Message:
  ---
  refactor: Incorporating MR feedback


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/add-mark-unstable/0493dd-0bfb61%40github.com.


[jenkinsci/synopsys-coverity-plugin] 0493dd: fix: Applying action to FlowNode

2021-06-07 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/add-mark-unstable
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 0493dd3f756bbb481a1fa1d8ee9f4f2008fc4239
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/0493dd3f756bbb481a1fa1d8ee9f4f2008fc4239
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java

  Log Message:
  ---
  fix: Applying action to FlowNode


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/add-mark-unstable/6530b3-0493dd%40github.com.


[jenkinsci/synopsys-coverity-plugin] 6530b3: fix: Using latest Coverity Common to be compatible...

2021-06-07 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/add-mark-unstable
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 6530b3764b8614609c340bd34bb37fc6d83e34f3
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/6530b3764b8614609c340bd34bb37fc6d83e34f3
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ConnectionCachingFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/CoverityConnectDataCache.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/IssueViewFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/utils/ProjectStreamFieldHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateAuthenticationKeyFileTest.java

  Log Message:
  ---
  fix: Using latest Coverity Common to be compatible with jenkins common, 
standardized parameter ordering


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/add-mark-unstable/924149-6530b3%40github.com.


[jenkinsci/synopsys-coverity-plugin] 924149: feat: Adding the markUnstable field

2021-06-07 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/add-mark-unstable
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 924149ce27a260772a58e6bab27388f050697cca
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/924149ce27a260772a58e6bab27388f050697cca
  Author: Richard Otte 
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
M 
src/main/resources/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep/config.jelly

  Log Message:
  ---
  feat: Adding the markUnstable field


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/add-mark-unstable/00-924149%40github.com.


[jenkinsci/synopsys-coverity-plugin] f33586: refactor: Updated to the latest jenkins common, up...

2021-06-04 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: f33586f6b2135f1978deaa8b16f8f558e8e00b59
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/f33586f6b2135f1978deaa8b16f8f558e8e00b59
  Author: Richard Otte 
  Date:   2021-06-04 (Fri, 04 Jun 2021)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityJenkinsIntLogger.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/SimpleCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityJenkinsStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
M 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/GetCoverityCommandsTest.java

  Log Message:
  ---
  refactor: Updated to the latest jenkins common, updated Jenkins base 
compatible version


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/master/e22bf9-f33586%40github.com.


[jenkinsci/synopsys-coverity-plugin] 03cfec: fix: Updating to latest version of Jenkins common,...

2021-06-04 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/services-refactor
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 03cfec573095edd3d1854c1a19dd7cf508e6169b
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/03cfec573095edd3d1854c1a19dd7cf508e6169b
  Author: Richard Otte 
  Date:   2021-06-04 (Fri, 04 Jun 2021)

  Changed paths:
M build.gradle
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityDisposerCommands.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityFreestyleCommands.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityPipelineCommands.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityWrapperCommands.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/SimpleCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CleanUpWorkflowService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityCommandService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityCommandsFactory.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityConfigService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityEnvironmentService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityPhoneHomeService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityWorkspaceService.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/service/callable/ValidateCoverityInstallation.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/service/common/CoverityBuildService.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/service/common/CoverityRemotingService.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/service/common/CoverityRunService.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/service/common/JenkinsWrapperContextService.java
M 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CleanUpWorkflowServiceTest.java
M 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateAuthenticationKeyFileTest.java
M 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateMissingProjectsAndStreamsTest.java
M 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/GetCoverityCommandsTest.java

  Log Message:
  ---
  fix: Updating to latest version of Jenkins common, fixing tests


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/services-refactor/3ff463-03cfec%40github.com.


[jenkinsci/synopsys-coverity-plugin] 3ff463: fix: Updating to latest version of jenkins-common

2021-06-04 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/services-refactor
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 3ff4632e44b6ce793a7b7be992a93943a230
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/3ff4632e44b6ce793a7b7be992a93943a230
  Author: Richard Otte 
  Date:   2021-06-04 (Fri, 04 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/SynopsysCoverityCredentialsHelper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/SimpleCoverityRunConfiguration.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/global/CoverityConnectInstance.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityConfigService.java

  Log Message:
  ---
  fix: Updating to latest version of jenkins-common


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/services-refactor/e46532-3ff463%40github.com.


[jenkinsci/synopsys-coverity-plugin] 572609: refactor: CoverityEnvironmentWrapper migrated to s...

2021-06-04 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/services-refactor
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 572609bff423ba8bd326d6e4ecdda63adb46733c
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/572609bff423ba8bd326d6e4ecdda63adb46733c
  Author: Richard Otte 
  Date:   2021-06-04 (Fri, 04 Jun 2021)

  Changed paths:
M build.gradle
R 
src/main/java/com/synopsys/integration/jenkins/coverity/ChangeSetFilter.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityDisposerCommands.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityWrapperCommands.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/ConfigureChangeSetPatterns.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityCommandsFactory.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityEnvironmentService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityWorkspaceService.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/common/JenkinsWrapperContextService.java

  Log Message:
  ---
  refactor: CoverityEnvironmentWrapper migrated to services implementation


  Commit: e465328d444a0382c071663fbad37e1838876104
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/e465328d444a0382c071663fbad37e1838876104
  Author: Richard Otte 
  Date:   2021-06-04 (Fri, 04 Jun 2021)

  Changed paths:
R 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStepWorkflow.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapperStepWorkflow.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityJenkinsStepWorkflow.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityWorkflowStepFactory.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CreateMissingProjectsAndStreams.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/GetCoverityCommands.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/GetIssuesInView.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/RunCoverityCommands.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/SetUpCoverityEnvironment.java

  Log Message:
  ---
  refactor: Deleting StepWorkflow code


Compare: 
https://github.com/jenkinsci/synopsys-coverity-plugin/compare/a5eb4c7fc5bc...e465328d444a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/services-refactor/a5eb4c-e46532%40github.com.


[jenkinsci/synopsys-coverity-plugin] a5eb4c: refactor: Add CheckForIssuesStep to services imple...

2021-06-04 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/services-refactor
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: a5eb4c7fc5bc20057b463926d6fa86cc01c61f0a
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/a5eb4c7fc5bc20057b463926d6fa86cc01c61f0a
  Author: Richard Otte 
  Date:   2021-06-04 (Fri, 04 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityPipelineCommands.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/actions/IssueReportAction.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityCommandsFactory.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/common/CoverityRunService.java

  Log Message:
  ---
  refactor: Add CheckForIssuesStep to services implementation


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/services-refactor/5bbbdf-a5eb4c%40github.com.


[jenkinsci/synopsys-coverity-plugin] 5bbbdf: fix: Returning support for custom workspace

2021-06-04 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/services-refactor
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 5bbbdf48b73c04a34d8a72a96b07380af7b716b5
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/5bbbdf48b73c04a34d8a72a96b07380af7b716b5
  Author: Richard Otte 
  Date:   2021-06-04 (Fri, 04 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityFreestyleCommands.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityConfigService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityWorkspaceService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/common/CoverityBuildService.java

  Log Message:
  ---
  fix: Returning support for custom workspace


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/services-refactor/91ed93-5bbbdf%40github.com.


[jenkinsci/synopsys-coverity-plugin] 91ed93: refactor: Created CoverityFreestyleCommands with t...

2021-06-03 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/services-refactor
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 91ed9353f2a2306a485264138296878a6793a206
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/91ed9353f2a2306a485264138296878a6793a206
  Author: Richard Otte 
  Date:   2021-06-03 (Thu, 03 Jun 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityFreestyleCommands.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/CheckForIssuesInView.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CleanUpWorkflowService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityCommandService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityCommandsFactory.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityEnvironmentService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityPhoneHomeService.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityWorkspaceService.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/service/IssuesInViewService.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/common/CoverityBuildService.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/common/CoverityRemotingService.java
M 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CleanUpWorkflowServiceTest.java

  Log Message:
  ---
  refactor: Created CoverityFreestyleCommands with the ability to perform the 
build step actions, finalized some of the services


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/services-refactor/0502c5-91ed93%40github.com.


[jenkinsci/synopsys-coverity-plugin] 0502c5: refactor: Converting all substeps into services

2021-06-01 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/services-refactor
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: 0502c5cea14fb6a7d7833fe7868f309d8a4de458
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/0502c5cea14fb6a7d7833fe7868f309d8a4de458
  Author: Richard Otte 
  Date:   2021-06-01 (Tue, 01 Jun 2021)

  Changed paths:
M build.gradle
A 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityFreestyleCommands.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityJenkinsIntLogger.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/CoverityPipelineCommands.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStepWorkflow.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CleanUpWorkflowService.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityCommandService.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityCommandsFactory.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityConfigService.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityEnvironmentService.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/CoverityPhoneHomeService.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/IssuesInViewService.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/ProjectStreamCreationService.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/callable/CoverityRemoteCallable.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/callable/CoverityRemoteToolRunner.java
A 
src/main/java/com/synopsys/integration/jenkins/coverity/service/callable/ValidateCoverityInstallation.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CleanUpWorkflowService.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteCallable.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CoverityRemoteToolRunner.java
R 
src/main/java/com/synopsys/integration/jenkins/coverity/stepworkflow/ValidateCoverityInstallation.java
M 
src/test/java/com/synopsys/integration/jenkins/coverity/stepworkflow/CleanUpWorkflowServiceTest.java

  Log Message:
  ---
  refactor: Converting all substeps into services


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/services-refactor/00-0502c5%40github.com.


[jenkinsci/synopsys-coverity-plugin] e22bf9: feat: Adding plugin functionality, tweaking UI

2021-05-27 Thread 'Richard Otte' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-coverity-plugin
  Commit: e22bf9e7cb0776bcb253d8b3f6e08b46e73156fb
  
https://github.com/jenkinsci/synopsys-coverity-plugin/commit/e22bf9e7cb0776bcb253d8b3f6e08b46e73156fb
  Author: Richard Otte 
  Date:   2021-05-27 (Thu, 27 May 2021)

  Changed paths:
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep.java
M 
src/main/java/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper.java
M 
src/main/resources/com/synopsys/integration/jenkins/coverity/extensions/buildstep/CoverityBuildStep/config.jelly
M 
src/main/resources/com/synopsys/integration/jenkins/coverity/extensions/pipeline/CheckForIssuesStep/config.jelly
M 
src/main/resources/com/synopsys/integration/jenkins/coverity/extensions/wrap/CoverityEnvironmentWrapper/config.jelly

  Log Message:
  ---
  feat: Adding plugin functionality, tweaking UI


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/synopsys-coverity-plugin/push/refs/heads/master/b5916d-e22bf9%40github.com.


  1   2   3   4   >