[jenkinsci/dependency-check-plugin] 05988d: Change name from bintray to github (#38)

2022-10-10 Thread 'wwuck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-check-plugin
  Commit: 05988de44526271cf058c8846efd3a2c3281beab
  
https://github.com/jenkinsci/dependency-check-plugin/commit/05988de44526271cf058c8846efd3a2c3281beab
  Author: wwuck <301402+ww...@users.noreply.github.com>
  Date:   2022-10-10 (Mon, 10 Oct 2022)

  Changed paths:
M README.md
M 
src/main/java/org/jenkinsci/plugins/DependencyCheck/tools/DependencyCheckInstaller.java

  Log Message:
  ---
  Change name from bintray to github (#38)

CQI Change bintray reference to github

Bintray downloads have been moved to Github releases


-- 
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/dependency-check-plugin/push/refs/heads/master/9ee8aa-05988d%40github.com.


[jenkinsci/email-ext-plugin] 1cc1ef: [FIX JENKINS-66205] correctly set SMTP port (#302)

2021-08-04 Thread 'wwuck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 1cc1ef39134af63862b22678d7856b7e83f6be21
  
https://github.com/jenkinsci/email-ext-plugin/commit/1cc1ef39134af63862b22678d7856b7e83f6be21
  Author: wwuck <301402+ww...@users.noreply.github.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
M 
src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java

  Log Message:
  ---
  [FIX JENKINS-66205] correctly set SMTP port (#302)


-- 
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/email-ext-plugin/push/refs/heads/master/39d303-1cc1ef%40github.com.


[jenkins-infra/crawler] d11bb6: Remove bintray references (#102)

2021-05-17 Thread 'wwuck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: d11bb690be2896c3dd703fd6d1dfb56573a59774
  
https://github.com/jenkins-infra/crawler/commit/d11bb690be2896c3dd703fd6d1dfb56573a59774
  Author: wwuck <301402+ww...@users.noreply.github.com>
  Date:   2021-05-17 (Mon, 17 May 2021)

  Changed paths:
M dependencycheck.groovy

  Log Message:
  ---
  Remove bintray references (#102)

As of v6.1.2, dependency check releases are no longer published to bintray. 
bintray services are no longer available as of 2021-05-01.
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/


-- 
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/jenkins-infra/crawler/push/refs/heads/master/2f8956-d11bb6%40github.com.


[jenkinsci/email-ext-plugin] 0cd464: [JENKINS-5206] Support for SMTP over TLS (#283)

2021-05-10 Thread 'wwuck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 0cd464c5469666d772937f081d207f9b05700792
  
https://github.com/jenkinsci/email-ext-plugin/commit/0cd464c5469666d772937f081d207f9b05700792
  Author: wwuck <301402+ww...@users.noreply.github.com>
  Date:   2021-05-10 (Mon, 10 May 2021)

  Changed paths:
M 
src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
M src/main/java/hudson/plugins/emailext/MailAccount.java
M 
src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/global_zh_TW.properties
M src/main/resources/hudson/plugins/emailext/MailAccount/config.groovy
M 
src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorJCasCTest.java
M src/test/resources/configuration-as-code.yml

  Log Message:
  ---
  [JENKINS-5206] Support for SMTP over TLS (#283)

* [JENKINS-5206] Support for SMTP over TLS

- copied the TLS configuration code from jenkinsci/mailer-plugin#76
- copied existing code for SSL configuration into new TLS configuration

Co-authored-by: Basil Crow 


-- 
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/email-ext-plugin/push/refs/heads/master/89cd96-0cd464%40github.com.