[jenkins-infra/crawler] bbc6ec: chore(pipeline) deploy to all R2 buckets + use new...

2024-07-23 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkins-infra/crawler
  Commit: bbc6ec803334851284158eed6872cfa7cdccabe1
  
https://github.com/jenkins-infra/crawler/commit/bbc6ec803334851284158eed6872cfa7cdccabe1
  Author: Damien Duportal 
  Date:   2024-07-22 (Mon, 22 Jul 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  chore(pipeline) deploy to all R2 buckets + use new trusted.ci ZIP credentials 
to deploy generated artefacts

Signed-off-by: Damien Duportal 


  Commit: 6c252ad611d82a9d84fcd3dd0aa6f2ce2838902b
  
https://github.com/jenkins-infra/crawler/commit/6c252ad611d82a9d84fcd3dd0aa6f2ce2838902b
  Author: Damien Duportal 
  Date:   2024-07-23 (Tue, 23 Jul 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #148 from dduportal/chore/pipeline/update-credentials

chore(pipeline) use new trusted.ci ZIP credentials to deploy generated artefacts


Compare: 
https://github.com/jenkins-infra/crawler/compare/77a44bb9f3bd...6c252ad611d8

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/crawler/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/jenkins-infra/crawler/push/refs/heads/main/77a44b-6c252a%40github.com.


[jenkins-infra/crawler] 77a44b: cleanup: remove superseded credentials (#147)

2024-04-04 Thread 'Hervé Le Meur' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 77a44bb9f3bdf47a217804463177a1b2d74e04c0
  
https://github.com/jenkins-infra/crawler/commit/77a44bb9f3bdf47a217804463177a1b2d74e04c0
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2024-04-04 (Thu, 04 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  cleanup: remove superseded credentials (#147)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/crawler/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/jenkins-infra/crawler/push/refs/heads/main/1e0276-77a44b%40github.com.


[jenkins-infra/crawler] 1e0276: chore: skip azcopy version check (#146)

2024-04-03 Thread 'Hervé Le Meur' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 1e02766db7501cdf7a350e5bbcf65626173ffdc6
  
https://github.com/jenkins-infra/crawler/commit/1e02766db7501cdf7a350e5bbcf65626173ffdc6
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2024-04-03 (Wed, 03 Apr 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  chore: skip azcopy version check (#146)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/crawler/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/jenkins-infra/crawler/push/refs/heads/main/d97c96-1e0276%40github.com.


[jenkins-infra/crawler] e7608b: Merge JDK release binaries if it shares a release ...

2024-04-01 Thread 'Filipe Roque' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkins-infra/crawler
  Commit: e7608babbf8e4e8b15303b8ad468ca930f315f03
  
https://github.com/jenkins-infra/crawler/commit/e7608babbf8e4e8b15303b8ad468ca930f315f03
  Author: Filipe Roque 
  Date:   2024-04-01 (Mon, 01 Apr 2024)

  Changed paths:
M adoptopenjdk.groovy

  Log Message:
  ---
  Merge JDK release binaries if it shares a release name (#145)

* Merge JDK release binaries if it shares a release name

api.adoptium.net may respond with a duplicate release name if a new build
was required [1]. In this case, adopt_build_number should be present and
incremented.

> Note that they have different adopt_build_number, in effect openjdk_version 
> to Adoptium releases are not 1:1 within the API, and therefore will be 
> grouped into different release lists. As in this case we might re-spin a 
> release, this would modify the adopt_build_number but would map to the same 
> openjdk_version since they are built from the same tag of the OpenJDK repo, 
> and would map to the same version in the upstream project.

[1] https://github.com/adoptium/api.adoptium.net/issues/829

Should fix JENKINS-72319 Unable to install JDK 21.0.

* Update adoptopenjdk.groovy

Co-authored-by: Mark Waite 

-

Co-authored-by: Mark Waite 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/crawler/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/jenkins-infra/crawler/push/refs/heads/main/2660c7-e7608b%40github.com.


[jenkins-infra/crawler] 2660c7: hotfix(Jenkinsfile) correct permissions for rsync ...

2024-03-25 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 2660c76dd00b0ba3bc3070695ea60c9059100c22
  
https://github.com/jenkins-infra/crawler/commit/2660c76dd00b0ba3bc3070695ea60c9059100c22
  Author: Damien Duportal 
  Date:   2024-03-26 (Tue, 26 Mar 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  hotfix(Jenkinsfile) correct permissions for rsync to updates.jenkins.io



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/crawler/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/jenkins-infra/crawler/push/refs/heads/main/611cfd-2660c7%40github.com.


[jenkins-infra/crawler] 611cfd: chore: use short-lived SAS token to sync updates-j...

2024-03-11 Thread 'Hervé Le Meur' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 611cfd27488406bbe1af4a5a1e1197817f40e3bb
  
https://github.com/jenkins-infra/crawler/commit/611cfd27488406bbe1af4a5a1e1197817f40e3bb
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  chore: use short-lived SAS token to sync updates-jenkins-io File Share (#144)

* chore: use short-lived SAS token to sync updates-jenkins-io File Share

* hide commands containing sensitive info



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/crawler/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/jenkins-infra/crawler/push/refs/heads/main/cb8e02-611cfd%40github.com.


[jenkins-infra/crawler]

2024-03-11 Thread 'Hervé Le Meur' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/crawler/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/jenkins-infra/crawler/push/refs/heads/master/cb8e02-00%40github.com.


[jenkins-infra/crawler] 2e7643: Revert "chore: comment out CloudFlare sync for now"

2024-03-06 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 2e7643cc4abf7fdda7ded61f9600b4a53e696cec
  
https://github.com/jenkins-infra/crawler/commit/2e7643cc4abf7fdda7ded61f9600b4a53e696cec
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Revert "chore: comment out CloudFlare sync for now"


  Commit: cb8e024564910fefebe41f910d24619ef1081e60
  
https://github.com/jenkins-infra/crawler/commit/cb8e024564910fefebe41f910d24619ef1081e60
  Author: Damien Duportal 
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #142 from jenkins-infra/revert-141-no-cloudflare

Revert "chore: comment out CloudFlare sync for now"


Compare: 
https://github.com/jenkins-infra/crawler/compare/5273519ef7ec...cb8e02456491

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/crawler/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/jenkins-infra/crawler/push/refs/heads/master/527351-cb8e02%40github.com.


[jenkins-infra/crawler]

2024-03-06 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/revert-141-no-cloudflare
  Home:   https://github.com/jenkins-infra/crawler

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/crawler/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/jenkins-infra/crawler/push/refs/heads/revert-141-no-cloudflare/2e7643-00%40github.com.


[jenkins-infra/crawler] 2e7643: Revert "chore: comment out CloudFlare sync for now"

2024-03-06 Thread 'Hervé Le Meur' via Jenkins Commits
  Branch: refs/heads/revert-141-no-cloudflare
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 2e7643cc4abf7fdda7ded61f9600b4a53e696cec
  
https://github.com/jenkins-infra/crawler/commit/2e7643cc4abf7fdda7ded61f9600b4a53e696cec
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Revert "chore: comment out CloudFlare sync for now"



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/crawler/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/jenkins-infra/crawler/push/refs/heads/revert-141-no-cloudflare/00-2e7643%40github.com.


[jenkins-infra/crawler] 791af0: chore: comment out CloudFlare sync for now

2024-03-05 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 791af0ec782ba55992e12e534b4b1aaed42830b4
  
https://github.com/jenkins-infra/crawler/commit/791af0ec782ba55992e12e534b4b1aaed42830b4
  Author: Hervé Le Meur 
  Date:   2024-03-05 (Tue, 05 Mar 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  chore: comment out CloudFlare sync for now


  Commit: 5273519ef7ec10593fccb12f4015da6df4f91cb3
  
https://github.com/jenkins-infra/crawler/commit/5273519ef7ec10593fccb12f4015da6df4f91cb3
  Author: Damien Duportal 
  Date:   2024-03-05 (Tue, 05 Mar 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #141 from lemeurherve/no-cloudflare

chore: comment out CloudFlare sync for now


Compare: 
https://github.com/jenkins-infra/crawler/compare/d2dab62210da...5273519ef7ec

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/crawler/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/jenkins-infra/crawler/push/refs/heads/master/d2dab6-527351%40github.com.


[jenkins-infra/crawler] d2dab6: [sonarqubescannermsbuild.groovy] Added explicit pa...

2024-01-31 Thread 'Damian Jesionek' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: d2dab62210dacd15441d09a986f088020e7babeb
  
https://github.com/jenkins-infra/crawler/commit/d2dab62210dacd15441d09a986f088020e7babeb
  Author: Damian Jesionek 
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
M sonarqubescannermsbuild.groovy

  Log Message:
  ---
  [sonarqubescannermsbuild.groovy] Added explicit page size to prevent missing 
releases in the result (#137)

Added explicit page size to prevent missing releases in the result


-- 
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/7bd3e2-d2dab6%40github.com.


[jenkins-infra/crawler] a72d67: Revert "hotfix(Jenkinsfile) disable non rsync deploy"

2024-01-04 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: a72d6781f4f7fd6afb55a28745c8bfc9fc4da8d7
  
https://github.com/jenkins-infra/crawler/commit/a72d6781f4f7fd6afb55a28745c8bfc9fc4da8d7
  Author: Damien Duportal 
  Date:   2024-01-04 (Thu, 04 Jan 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Revert "hotfix(Jenkinsfile) disable non rsync deploy"

This reverts commit e196bb7f25a92e2168f81f1130653d61f0c057b6.


  Commit: 7bd3e21b59ee0e43d0b799d2372c72ebbb9a119d
  
https://github.com/jenkins-infra/crawler/commit/7bd3e21b59ee0e43d0b799d2372c72ebbb9a119d
  Author: Damien Duportal 
  Date:   2024-01-04 (Thu, 04 Jan 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Revert "hotfix(Jenkinsfile) disable azcopy temporarily as credential is not 
valid"

This reverts commit d0efde1404c2e45cc71737fc532025b8b325b061.


Compare: 
https://github.com/jenkins-infra/crawler/compare/e196bb7f25a9...7bd3e21b59ee

-- 
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/e196bb-7bd3e2%40github.com.


[jenkins-infra/crawler] e196bb: hotfix(Jenkinsfile) disable non rsync deploy

2023-12-23 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: e196bb7f25a92e2168f81f1130653d61f0c057b6
  
https://github.com/jenkins-infra/crawler/commit/e196bb7f25a92e2168f81f1130653d61f0c057b6
  Author: Damien Duportal 
  Date:   2023-12-23 (Sat, 23 Dec 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  hotfix(Jenkinsfile) disable non rsync deploy


-- 
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/d0efde-e196bb%40github.com.


[jenkins-infra/crawler] d0efde: hotfix(Jenkinsfile) disable azcopy temporarily as ...

2023-12-23 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: d0efde1404c2e45cc71737fc532025b8b325b061
  
https://github.com/jenkins-infra/crawler/commit/d0efde1404c2e45cc71737fc532025b8b325b061
  Author: Damien Duportal 
  Date:   2023-12-23 (Sat, 23 Dec 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  hotfix(Jenkinsfile) disable azcopy temporarily as credential is not valid

Ref. https://github.com/jenkins-infra/helpdesk/issues/3875


-- 
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/5afc48-d0efde%40github.com.


[jenkins-infra/crawler] 5afc48: Run on JDK 17 (#136)

2023-12-16 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 5afc48fa2cd3a7b225e8ef53b2815391f7c712cd
  
https://github.com/jenkins-infra/crawler/commit/5afc48fa2cd3a7b225e8ef53b2815391f7c712cd
  Author: Basil Crow 
  Date:   2023-12-16 (Sat, 16 Dec 2023)

  Changed paths:
M Jenkinsfile
M lib/init.groovy
M pom.xml

  Log Message:
  ---
  Run on JDK 17 (#136)


-- 
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/6aa812-5afc48%40github.com.


[jenkins-infra/crawler] 6aa812: Upgrade HtmlUnit to latest (#135)

2023-12-15 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 6aa81203d1e4ef6d5f19f6c0cb0fa47d78ae812a
  
https://github.com/jenkins-infra/crawler/commit/6aa81203d1e4ef6d5f19f6c0cb0fa47d78ae812a
  Author: Basil Crow 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M adoptopenjdk.groovy
M allure.groovy
M ant.groovy
M buckminster.groovy
M cmake.groovy
M codeql.groovy
M consul.groovy
M dotnetSdk.groovy
M flyway.groovy
M golang.groovy
M gradle.groovy
M groovy.groovy
M jdk.groovy
M leiningen.groovy
M lib/init.groovy
M maven.groovy
M mongodb.groovy
M nodejs.groovy
M packer.groovy
M play.groovy
M sbt.groovy
M scala.groovy
M sonarqubescanner.groovy
M terraform.groovy

  Log Message:
  ---
  Upgrade HtmlUnit to latest (#135)


-- 
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/55a729-6aa812%40github.com.


[jenkins-infra/crawler] 55a729: Add Maven Central to Grape configuration (#134)

2023-12-15 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 55a729eb787afef7b521ab25f617f7ccc46daa6e
  
https://github.com/jenkins-infra/crawler/commit/55a729eb787afef7b521ab25f617f7ccc46daa6e
  Author: Basil Crow 
  Date:   2023-12-15 (Fri, 15 Dec 2023)

  Changed paths:
M grapeConfig.xml

  Log Message:
  ---
  Add Maven Central to Grape configuration (#134)


-- 
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/bcbad6-55a729%40github.com.


[jenkins-infra/crawler] bcbad6: Update for sonar-scanner-msbuild version 6 (#133)

2023-12-06 Thread 'Eric Giffon' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: bcbad63f683b4c7ff60e8ba4237f733fafceaa6f
  
https://github.com/jenkins-infra/crawler/commit/bcbad63f683b4c7ff60e8ba4237f733fafceaa6f
  Author: Eric Giffon 
  Date:   2023-12-06 (Wed, 06 Dec 2023)

  Changed paths:
M sonarqubescannermsbuild.groovy

  Log Message:
  ---
  Update for sonar-scanner-msbuild version 6 (#133)


-- 
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/b4de64-bcbad6%40github.com.


[jenkins-infra/crawler]

2023-11-15 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/lemeurherve-patch-1
  Home:   https://github.com/jenkins-infra/crawler

-- 
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/lemeurherve-patch-1/1c1e4c-00%40github.com.


[jenkins-infra/crawler] a2ab08: fix: don't delete other existing content on the Fi...

2023-11-15 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: a2ab08c86a19867281ae07307f7108022f9629b0
  
https://github.com/jenkins-infra/crawler/commit/a2ab08c86a19867281ae07307f7108022f9629b0
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  fix: don't delete other existing content on the File Share


  Commit: d888a70ffaf8c1a5fe2284da5f83ec25b6c15459
  
https://github.com/jenkins-infra/crawler/commit/d888a70ffaf8c1a5fe2284da5f83ec25b6c15459
  Author: Hervé Le Meur 
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  use query string as credentials and fix folder sync


  Commit: 1c1e4c1a45c3d5040b97addc404b54d4306e4a46
  
https://github.com/jenkins-infra/crawler/commit/1c1e4c1a45c3d5040b97addc404b54d4306e4a46
  Author: Hervé Le Meur 
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  log each crawler name before executing them


  Commit: b4de64982ab15f6dd501775cb48960607bec847f
  
https://github.com/jenkins-infra/crawler/commit/b4de64982ab15f6dd501775cb48960607bec847f
  Author: Damien Duportal 
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #130 from jenkins-infra/lemeurherve-patch-1

fix: don't delete existing content on the File Share and fix the destination 
folder


Compare: 
https://github.com/jenkins-infra/crawler/compare/5b0906afe485...b4de64982ab1

-- 
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/5b0906-b4de64%40github.com.


[jenkins-infra/crawler] 1c1e4c: log each crawler name before executing them

2023-11-15 Thread 'Hervé Le Meur' via Jenkins Commits
  Branch: refs/heads/lemeurherve-patch-1
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 1c1e4c1a45c3d5040b97addc404b54d4306e4a46
  
https://github.com/jenkins-infra/crawler/commit/1c1e4c1a45c3d5040b97addc404b54d4306e4a46
  Author: Hervé Le Meur 
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  log each crawler name before executing them


-- 
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/lemeurherve-patch-1/d888a7-1c1e4c%40github.com.


[jenkins-infra/crawler] d888a7: use query string as credentials and fix folder sync

2023-11-15 Thread 'Hervé Le Meur' via Jenkins Commits
  Branch: refs/heads/lemeurherve-patch-1
  Home:   https://github.com/jenkins-infra/crawler
  Commit: d888a70ffaf8c1a5fe2284da5f83ec25b6c15459
  
https://github.com/jenkins-infra/crawler/commit/d888a70ffaf8c1a5fe2284da5f83ec25b6c15459
  Author: Hervé Le Meur 
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  use query string as credentials and fix folder sync


-- 
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/lemeurherve-patch-1/a2ab08-d888a7%40github.com.


[jenkins-infra/crawler] a2ab08: fix: don't delete other existing content on the Fi...

2023-11-15 Thread 'Hervé Le Meur' via Jenkins Commits
  Branch: refs/heads/lemeurherve-patch-1
  Home:   https://github.com/jenkins-infra/crawler
  Commit: a2ab08c86a19867281ae07307f7108022f9629b0
  
https://github.com/jenkins-infra/crawler/commit/a2ab08c86a19867281ae07307f7108022f9629b0
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  fix: don't delete other existing content on the File Share


-- 
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/lemeurherve-patch-1/00-a2ab08%40github.com.


[jenkins-infra/crawler] 6b5f98: fixup: set env vars for aws s3 sync

2023-11-14 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 6b5f988215274f8702794d6969f246be72dfa167
  
https://github.com/jenkins-infra/crawler/commit/6b5f988215274f8702794d6969f246be72dfa167
  Author: Hervé Le Meur 
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  fixup: set env vars for aws s3 sync


  Commit: 5b0906afe4850efe8ab3f7d9b5562829ba74d6ef
  
https://github.com/jenkins-infra/crawler/commit/5b0906afe4850efe8ab3f7d9b5562829ba74d6ef
  Author: Damien Duportal 
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #129 from lemeurherve/fixup

fixup: set env vars for aws s3 sync


Compare: 
https://github.com/jenkins-infra/crawler/compare/83707f284fa4...5b0906afe485

-- 
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/83707f-5b0906%40github.com.


[jenkins-infra/crawler] ea0ec1: feat: also sync to File Share and R2 buckets

2023-11-14 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: ea0ec1710efe76930ea7bc9e4546d830f39c9e4a
  
https://github.com/jenkins-infra/crawler/commit/ea0ec1710efe76930ea7bc9e4546d830f39c9e4a
  Author: Hervé Le Meur 
  Date:   2023-11-13 (Mon, 13 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  feat: also sync to File Share and R2 buckets


  Commit: 3bd23324615e388955f953a829da2d9daf7e9953
  
https://github.com/jenkins-infra/crawler/commit/3bd23324615e388955f953a829da2d9daf7e9953
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile

Co-authored-by: Damien Duportal 


  Commit: c44f6ff124ff8b876b229ca1eeb5e9b330e6e662
  
https://github.com/jenkins-infra/crawler/commit/c44f6ff124ff8b876b229ca1eeb5e9b330e6e662
  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Apply suggestions from code review

Co-authored-by: Damien Duportal 


  Commit: 83707f284fa4961e35a26061cb37bf1353b86980
  
https://github.com/jenkins-infra/crawler/commit/83707f284fa4961e35a26061cb37bf1353b86980
  Author: Damien Duportal 
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #128 from 
lemeurherve/helpdesk2649-sync-fileshare-and-bucket

feat: also sync to File Share and R2 buckets


Compare: 
https://github.com/jenkins-infra/crawler/compare/bb57c36a1913...83707f284fa4

-- 
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/bb57c3-83707f%40github.com.


[jenkins-infra/crawler] bb57c3: renew update-center signing for 2023

2023-05-03 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: bb57c36a19134543224c20c599f8fb4dfa5a0643
  
https://github.com/jenkins-infra/crawler/commit/bb57c36a19134543224c20c599f8fb4dfa5a0643
  Author: Damien Duportal 
  Date:   2023-05-03 (Wed, 03 May 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  renew update-center signing for 2023

Ref. https://github.com/jenkins-infra/helpdesk/issues/3489


-- 
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/e6ed4b-bb57c3%40github.com.


[jenkins-infra/crawler] 04eca9: [JENKINS-70876] dependency plugin throwing Invalid...

2023-04-09 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 04eca9758a1f65391f10fe539779007938ffb091
  
https://github.com/jenkins-infra/crawler/commit/04eca9758a1f65391f10fe539779007938ffb091
  Author: Nikolas Falco 
  Date:   2023-03-29 (Wed, 29 Mar 2023)

  Changed paths:
M dependencycheck.groovy

  Log Message:
  ---
  [JENKINS-70876] dependency plugin throwing Invalid tool ID

Fix crawler script to download all GitHub releases when release count exceed 
the response page size


  Commit: e6ed4b9685b21f6c5fd0b0d9f3047e5c97cbb0e1
  
https://github.com/jenkins-infra/crawler/commit/e6ed4b9685b21f6c5fd0b0d9f3047e5c97cbb0e1
  Author: Mark Waite 
  Date:   2023-04-09 (Sun, 09 Apr 2023)

  Changed paths:
M dependencycheck.groovy

  Log Message:
  ---
  Merge pull request #127 from nfalco79/patch-1

[JENKINS-70876] dependency plugin throwing Invalid tool ID


Compare: 
https://github.com/jenkins-infra/crawler/compare/fd1ef63800fb...e6ed4b9685b2

-- 
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/fd1ef6-e6ed4b%40github.com.


[jenkins-infra/crawler] 048be3: feat(signer) add a new groovy lib script to allow ...

2023-02-16 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkins-infra/crawler

  Commit: 048be3041f1758512d5a53f4319310f65569fd22

  
https://github.com/jenkins-infra/crawler/commit/048be3041f1758512d5a53f4319310f65569fd22

  Author: Damien Duportal 

  Date:   2022-06-16 (Thu, 16 Jun 2022)



  Changed paths:

M README.md

A lib/signer.groovy



  Log Message:

  ---

  feat(signer) add a new groovy lib script to allow signing (only) the json 
files present in ./target/ - 
https://github.com/jenkins-infra/helpdesk/issues/2950



Signed-off-by: Damien Duportal 





  Commit: e1d9b7de28fe60f4fe8970973115f1804b9b957c

  
https://github.com/jenkins-infra/crawler/commit/e1d9b7de28fe60f4fe8970973115f1804b9b957c

  Author: Damien Duportal 

  Date:   2022-06-16 (Thu, 16 Jun 2022)



  Changed paths:

M lib/signer.groovy



  Log Message:

  ---

  code review: avoid signing empty or almost-empty json



Signed-off-by: Damien Duportal 





  Commit: 5573fa4bd71d58882d918dc628d5eb2e6be3ace8

  
https://github.com/jenkins-infra/crawler/commit/5573fa4bd71d58882d918dc628d5eb2e6be3ace8

  Author: Damien Duportal 

  Date:   2022-11-28 (Mon, 28 Nov 2022)



  Changed paths:

M adoptopenjdk.groovy

M codeql.groovy

M dotnetSdk.groovy

M scriptler.groovy



  Log Message:

  ---

  Merge branch 'master' into feat/sign-only





  Commit: b6ad84a0c5b6dcb64ba8fb922fb71719e0103b5b

  
https://github.com/jenkins-infra/crawler/commit/b6ad84a0c5b6dcb64ba8fb922fb71719e0103b5b

  Author: Damien Duportal 

  Date:   2022-11-29 (Tue, 29 Nov 2022)



  Changed paths:

M lib/signer.groovy



  Log Message:

  ---

  Apply suggestions from code review



Co-authored-by: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>





  Commit: fd1ef63800fbae44e1252753237f1c1a21e2ed51

  
https://github.com/jenkins-infra/crawler/commit/fd1ef63800fbae44e1252753237f1c1a21e2ed51

  Author: Damien Duportal 

  Date:   2023-02-16 (Thu, 16 Feb 2023)



  Changed paths:

M README.md

A lib/signer.groovy



  Log Message:

  ---

  Merge pull request #118 from dduportal/feat/sign-only



feat(signer) add a new groovy lib script to allow signing (only) the json files





Compare: 
https://github.com/jenkins-infra/crawler/compare/34ec30317370...fd1ef63800fb

-- 
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/34ec30-fd1ef6%40github.com.


[jenkins-infra/crawler] 34ec30: Adjust GitHub URLs to use https (#126)

2022-11-28 Thread 'Tim Van Holder' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 34ec30317370200e4539532a11bcf547a679626e
  
https://github.com/jenkins-infra/crawler/commit/34ec30317370200e4539532a11bcf547a679626e
  Author: Tim Van Holder 
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
M scriptler.groovy

  Log Message:
  ---
  Adjust GitHub URLs to use https (#126)

Fixes https://github.com/jenkins-infra/crawler/issues/123


-- 
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/a7e07e-34ec30%40github.com.


[jenkins-infra/crawler] a7e07e: dotnetSdk: Update handling for JSON content change...

2022-11-28 Thread 'Tim Van Holder' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: a7e07e85232bdfd2a3d1b6110e0af8dfecb6704e
  
https://github.com/jenkins-infra/crawler/commit/a7e07e85232bdfd2a3d1b6110e0af8dfecb6704e
  Author: Tim Van Holder 
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
M dotnetSdk.groovy

  Log Message:
  ---
  dotnetSdk: Update handling for JSON content changes (#125)


-- 
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/08c68c-a7e07e%40github.com.


[jenkins-infra/crawler] 08c68c: [JENKINS-66455] Migrate to `api.adoptium.net` (#124)

2022-09-08 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 08c68c085ab7151aaf703c28ac44114071cda9e5
  
https://github.com/jenkins-infra/crawler/commit/08c68c085ab7151aaf703c28ac44114071cda9e5
  Author: Basil Crow 
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
M adoptopenjdk.groovy

  Log Message:
  ---
  [JENKINS-66455] Migrate to `api.adoptium.net` (#124)


-- 
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/f065c6-08c68c%40github.com.


[jenkins-infra/crawler]

2022-06-16 Thread 'Hervé Le Meur' via Jenkins Commits
  Branch: refs/heads/lemeurherve-patch-1
  Home:   https://github.com/jenkins-infra/crawler

-- 
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/lemeurherve-patch-1/4db131-00%40github.com.


[jenkins-infra/crawler] f065c6: fix(codeql.groovy): don't try to convert bundle na...

2022-06-16 Thread 'Hervé Le Meur' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkins-infra/crawler

  Commit: f065c6afb641dd49e3443313888315d4e623f3a8

  
https://github.com/jenkins-infra/crawler/commit/f065c6afb641dd49e3443313888315d4e623f3a8

  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>

  Date:   2022-06-16 (Thu, 16 Jun 2022)



  Changed paths:

M codeql.groovy



  Log Message:

  ---

  fix(codeql.groovy): don't try to convert bundle name as integer (#121)





-- 
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/4cd93e-f065c6%40github.com.


[jenkins-infra/crawler] 4db131: fix(codeql.groovy): don't try to convert bundle na...

2022-06-16 Thread 'Hervé Le Meur' via Jenkins Commits
  Branch: refs/heads/lemeurherve-patch-1

  Home:   https://github.com/jenkins-infra/crawler

  Commit: 4db131d9cf24fb0939c73676788b9807c6c740fd

  
https://github.com/jenkins-infra/crawler/commit/4db131d9cf24fb0939c73676788b9807c6c740fd

  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>

  Date:   2022-06-16 (Thu, 16 Jun 2022)



  Changed paths:

M codeql.groovy



  Log Message:

  ---

  fix(codeql.groovy): don't try to convert bundle name as integer



Fix one of the failing scripts noticed in 
https://github.com/jenkins-infra/helpdesk/issues/2950





-- 
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/lemeurherve-patch-1/00-4db131%40github.com.


[jenkins-infra/crawler] 34b5ef: fix(groovy.groovy): accept multiple digits in vers...

2022-06-16 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkins-infra/crawler

  Commit: 34b5ef700974a3b0fe44d7a66473937db41110cb

  
https://github.com/jenkins-infra/crawler/commit/34b5ef700974a3b0fe44d7a66473937db41110cb

  Author: Hervé Le Meur 

  Date:   2022-06-16 (Thu, 16 Jun 2022)



  Changed paths:

M groovy.groovy



  Log Message:

  ---

  fix(groovy.groovy): accept multiple digits in version parts



Fixes https://github.com/jenkins-infra/crawler/issues/119





  Commit: 4cd93e6b52475696e5f4d16e389f4e1da3353522

  
https://github.com/jenkins-infra/crawler/commit/4cd93e6b52475696e5f4d16e389f4e1da3353522

  Author: Damien Duportal 

  Date:   2022-06-16 (Thu, 16 Jun 2022)



  Changed paths:

M groovy.groovy



  Log Message:

  ---

  Merge pull request #120 from 
lemeurherve/crawler119-fix-single-digit-version-parts



fix(groovy.groovy): accept multiple digits in version parts





Compare: 
https://github.com/jenkins-infra/crawler/compare/f8d60c574eba...4cd93e6b5247

-- 
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/f8d60c-4cd93e%40github.com.


[jenkins-infra/crawler] f8d60c: fix(groovy.groovy): set a user agent for the hlmtu...

2022-06-16 Thread 'Hervé Le Meur' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkins-infra/crawler

  Commit: f8d60c574ebabbf1d422cb71f83994afc1c6f297

  
https://github.com/jenkins-infra/crawler/commit/f8d60c574ebabbf1d422cb71f83994afc1c6f297

  Author: Hervé Le Meur <91831478+lemeurhe...@users.noreply.github.com>

  Date:   2022-06-16 (Thu, 16 Jun 2022)



  Changed paths:

M groovy.groovy



  Log Message:

  ---

  fix(groovy.groovy): set a user agent for the hlmtunit.WebClient to get the 
unredirected groovy versions page (#117)





-- 
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/54ff93-f8d60c%40github.com.


[jenkins-infra/crawler] 54ff93: revert changes from dduportal (pair)

2022-05-31 Thread 'Stéphane MERLE' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkins-infra/crawler

  Commit: 54ff93a8466a854109cba2f0937bbd08d02795aa

  
https://github.com/jenkins-infra/crawler/commit/54ff93a8466a854109cba2f0937bbd08d02795aa

  Author: Stéphane MERLE <95630726+smerl...@users.noreply.github.com>

  Date:   2022-05-31 (Tue, 31 May 2022)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  revert changes from dduportal (pair)





-- 
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/644e25-54ff93%40github.com.


[jenkins-infra/crawler]

2022-05-22 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/revert-114-dduportal-patch-1
  Home:   https://github.com/jenkins-infra/crawler

-- 
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/revert-114-dduportal-patch-1/ba89a0-00%40github.com.


[jenkins-infra/crawler] ba89a0: Revert "chore(pipeline) fix withEnv interpolation"

2022-05-22 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: ba89a0be1523d34c2d7a88e959bde096424e9fd1
  
https://github.com/jenkins-infra/crawler/commit/ba89a0be1523d34c2d7a88e959bde096424e9fd1
  Author: Damien Duportal 
  Date:   2022-05-22 (Sun, 22 May 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Revert "chore(pipeline) fix withEnv interpolation"


  Commit: 644e259f535bff8e5a36cafdecba36f276397b59
  
https://github.com/jenkins-infra/crawler/commit/644e259f535bff8e5a36cafdecba36f276397b59
  Author: Damien Duportal 
  Date:   2022-05-22 (Sun, 22 May 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #115 from jenkins-infra/revert-114-dduportal-patch-1

Revert "chore(pipeline) fix withEnv interpolation"


Compare: 
https://github.com/jenkins-infra/crawler/compare/adbf9df5262e...644e259f535b

-- 
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/adbf9d-644e25%40github.com.


[jenkins-infra/crawler] ba89a0: Revert "chore(pipeline) fix withEnv interpolation"

2022-05-22 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/revert-114-dduportal-patch-1
  Home:   https://github.com/jenkins-infra/crawler
  Commit: ba89a0be1523d34c2d7a88e959bde096424e9fd1
  
https://github.com/jenkins-infra/crawler/commit/ba89a0be1523d34c2d7a88e959bde096424e9fd1
  Author: Damien Duportal 
  Date:   2022-05-22 (Sun, 22 May 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Revert "chore(pipeline) fix withEnv interpolation"


-- 
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/revert-114-dduportal-patch-1/00-ba89a0%40github.com.


[jenkins-infra/crawler]

2022-05-22 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/dduportal-patch-1
  Home:   https://github.com/jenkins-infra/crawler

-- 
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/dduportal-patch-1/7a199e-00%40github.com.


[jenkins-infra/crawler] 7a199e: Update Jenkinsfile

2022-05-22 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 7a199ed5d7950221b4d62256e3f991d02e6b8184
  
https://github.com/jenkins-infra/crawler/commit/7a199ed5d7950221b4d62256e3f991d02e6b8184
  Author: Damien Duportal 
  Date:   2022-05-22 (Sun, 22 May 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


  Commit: adbf9df5262eb9e5ea8533c4221f88cbc92ec44c
  
https://github.com/jenkins-infra/crawler/commit/adbf9df5262eb9e5ea8533c4221f88cbc92ec44c
  Author: Damien Duportal 
  Date:   2022-05-22 (Sun, 22 May 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #114 from jenkins-infra/dduportal-patch-1

chore(pipeline) fix withEnv interpolation


Compare: 
https://github.com/jenkins-infra/crawler/compare/a8a6a5545527...adbf9df5262e

-- 
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/a8a6a5-adbf9d%40github.com.


[jenkins-infra/crawler] a8a6a5: Replace core dependency with version number lib (#...

2022-05-22 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: a8a6a554552775c5fc453f9e9fbfd85e127342c0
  
https://github.com/jenkins-infra/crawler/commit/a8a6a554552775c5fc453f9e9fbfd85e127342c0
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2022-05-22 (Sun, 22 May 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Replace core dependency with version number lib (#113)


-- 
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/c8c499-a8a6a5%40github.com.


[jenkins-infra/crawler] 7a199e: Update Jenkinsfile

2022-05-22 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/dduportal-patch-1
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 7a199ed5d7950221b4d62256e3f991d02e6b8184
  
https://github.com/jenkins-infra/crawler/commit/7a199ed5d7950221b4d62256e3f991d02e6b8184
  Author: Damien Duportal 
  Date:   2022-05-22 (Sun, 22 May 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


-- 
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/dduportal-patch-1/00-7a199e%40github.com.


[jenkins-infra/crawler]

2022-05-22 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-core-2.319.2
  Home:   https://github.com/jenkins-infra/crawler

-- 
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/dependabot/maven/org.jenkins-ci.main-jenkins-core-2.319.2/154fa2-00%40github.com.


[jenkins-infra/crawler] 5d8dab: chore(pipeline) fix a remaining sh interpolation

2022-05-22 Thread 'Damien Duportal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 5d8dab13f3f7d233928852df85fe4e7dddb0a1ee
  
https://github.com/jenkins-infra/crawler/commit/5d8dab13f3f7d233928852df85fe4e7dddb0a1ee
  Author: Damien Duportal 
  Date:   2022-05-21 (Sat, 21 May 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  chore(pipeline) fix a remaining sh interpolation

Signed-off-by: Damien Duportal 


  Commit: c8c49973ea8cebfa565707dfa4a62f259792b8a9
  
https://github.com/jenkins-infra/crawler/commit/c8c49973ea8cebfa565707dfa4a62f259792b8a9
  Author: Damien Duportal 
  Date:   2022-05-22 (Sun, 22 May 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #112 from dduportal/chore/pipeline-sh-interpolation

chore(pipeline) fix a remaining sh interpolation


Compare: 
https://github.com/jenkins-infra/crawler/compare/3aa6b7aeb722...c8c49973ea8c

-- 
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/3aa6b7-c8c499%40github.com.


[jenkins-infra/crawler] e71f82: JENKINS-68486 - Hashicorp plugins unable to downlo...

2022-05-13 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: e71f82a05e2ca289c833522b0564091cf9ab8625
  
https://github.com/jenkins-infra/crawler/commit/e71f82a05e2ca289c833522b0564091cf9ab8625
  Author: Marc Jay 
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
M consul.groovy
M packer.groovy
M terraform.groovy

  Log Message:
  ---
  JENKINS-68486 - Hashicorp plugins unable to download releases

Remove the base URL prefix that is being added to the URLs for Hashicorp tools 
from https://releases.hashicorp.com
It appears that the release page used to have relative URLs, but a recent 
change (apparently in line with 
https://www.hashicorp.com/blog/announcing-the-hashicorp-releases-api) has 
caused the URLs to be absolute


  Commit: 3aa6b7aeb722abfab6edbe6f9770908d5dc476c4
  
https://github.com/jenkins-infra/crawler/commit/3aa6b7aeb722abfab6edbe6f9770908d5dc476c4
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
M consul.groovy
M packer.groovy
M terraform.groovy

  Log Message:
  ---
  Merge pull request #111 from marcjay/JENKINS-68486-fix-hashicorp-absolute-urls

JENKINS-68486 - Hashicorp plugins unable to download releases


Compare: 
https://github.com/jenkins-infra/crawler/compare/0836689ed486...3aa6b7aeb722

-- 
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/083668-3aa6b7%40github.com.


[jenkins-infra/crawler] 154fa2: Bump jenkins-core from 1.409 to 2.319.2

2022-01-21 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.main-jenkins-core-2.319.2
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 154fa2ee289a72b9a4ba2ec70e7880b55f85e852
  
https://github.com/jenkins-infra/crawler/commit/154fa2ee289a72b9a4ba2ec70e7880b55f85e852
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-01-21 (Fri, 21 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jenkins-core from 1.409 to 2.319.2

Bumps [jenkins-core](https://github.com/jenkinsci/jenkins) from 1.409 to 
2.319.2.
- [Release notes](https://github.com/jenkinsci/jenkins/releases)
- [Changelog](https://github.com/jenkinsci/jenkins/blob/master/changelog.html)
- [Commits](https://github.com/jenkinsci/jenkins/commits/jenkins-2.319.2)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.main:jenkins-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 


-- 
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/dependabot/maven/org.jenkins-ci.main-jenkins-core-2.319.2/00-154fa2%40github.com.


[jenkins-infra/crawler] 083668: Revert "Limit number of releases for Scanner for M...

2021-09-03 Thread 'Wouter Admiraal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 0836689ed48670016b0349a248fa8ae34906a3e3
  
https://github.com/jenkins-infra/crawler/commit/0836689ed48670016b0349a248fa8ae34906a3e3
  Author: Wouter Admiraal 
<45544358+wouter-admiraal-sonarsou...@users.noreply.github.com>
  Date:   2021-09-03 (Fri, 03 Sep 2021)

  Changed paths:
M sonarqubescannermsbuild.groovy

  Log Message:
  ---
  Revert "Limit number of releases for Scanner for MSBuild (.NET) (#108)" (#109)

This reverts commit daae8077811508152b8ecbe9988648102a2286c1.


-- 
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/daae80-083668%40github.com.


[jenkins-infra/crawler] daae80: Limit number of releases for Scanner for MSBuild (...

2021-08-27 Thread 'mickael-caro-sonarsource' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: daae8077811508152b8ecbe9988648102a2286c1
  
https://github.com/jenkins-infra/crawler/commit/daae8077811508152b8ecbe9988648102a2286c1
  Author: mickael-caro-sonarsource 
  Date:   2021-08-27 (Fri, 27 Aug 2021)

  Changed paths:
M sonarqubescannermsbuild.groovy

  Log Message:
  ---
  Limit number of releases for Scanner for MSBuild (.NET) (#108)

* Limit number of releases for Scanner for MSBuild (.NET)

- Cleanup old code for old releases
- Limit number of releases to 2
- Changed naming to Scanner for .NET as per our new name.

* Update loop


-- 
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/3dd5a4-daae80%40github.com.


[jenkins-infra/crawler] 3dd5a4: Complete the removal of Bintray (#107)

2021-07-30 Thread 'Denys Digtiar' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 3dd5a4c923ddd1d2723b26f7d51baf9d8cd10e51
  
https://github.com/jenkins-infra/crawler/commit/3dd5a4c923ddd1d2723b26f7d51baf9d8cd10e51
  Author: Denys Digtiar 
  Date:   2021-07-30 (Fri, 30 Jul 2021)

  Changed paths:
M allure.groovy
M sbt.groovy

  Log Message:
  ---
  Complete the removal of Bintray (#107)

It was sunset by JFrog 
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
It returns 403 Forbiden to all requests now


-- 
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/609b3b-3dd5a4%40github.com.


[jenkins-infra/crawler] 609b3b: Add crawler for codeql-plugin (#106)

2021-07-24 Thread 'Isaac Cohen' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 609b3b9f6247f7eb7e2cc39e039507f46a90dd60
  
https://github.com/jenkins-infra/crawler/commit/609b3b9f6247f7eb7e2cc39e039507f46a90dd60
  Author: Isaac Cohen 
  Date:   2021-07-24 (Sat, 24 Jul 2021)

  Changed paths:
A codeql.groovy

  Log Message:
  ---
  Add crawler for codeql-plugin (#106)


-- 
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/906418-609b3b%40github.com.


[jenkins-infra/crawler] 906418: Fixed duplicate id for sonar-scanner-msbuild versi...

2021-06-14 Thread 'Philipp Feigl' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 9064182b189c63940addcf53913550dc519553a6
  
https://github.com/jenkins-infra/crawler/commit/9064182b189c63940addcf53913550dc519553a6
  Author: Philipp Feigl 
  Date:   2021-06-14 (Mon, 14 Jun 2021)

  Changed paths:
M sonarqubescannermsbuild.groovy

  Log Message:
  ---
  Fixed duplicate id for sonar-scanner-msbuild versions (#104)

The PR supplied in #96 uses the same ID for two different versions. I'm 
actually curious how the initial PR ever worked, but it doesn't do so now.

I added a unique ID for the net5.0 version, which should fix this.

I also changed the display name to better reflect the official name of .NET 5.0 
which MS promotes for it.


-- 
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/9bb302-906418%40github.com.


[jenkins-infra/crawler] 9bb302: Use https for artifacts (#105)

2021-06-10 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 9bb302a5e1774bbb4938c1248d8fa57edb8419f5
  
https://github.com/jenkins-infra/crawler/commit/9bb302a5e1774bbb4938c1248d8fa57edb8419f5
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
M lib/init.groovy
M pom.xml

  Log Message:
  ---
  Use https for artifacts (#105)


-- 
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/69e53c-9bb302%40github.com.


[jenkins-infra/crawler]

2021-06-10 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/https
  Home:   https://github.com/jenkins-infra/crawler

-- 
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/https/950c8d-00%40github.com.


[jenkins-infra/crawler] 950c8d: Use https for artifacts

2021-06-10 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/https
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 950c8d35c8d95e6f38355dded794d08b897f76b1
  
https://github.com/jenkins-infra/crawler/commit/950c8d35c8d95e6f38355dded794d08b897f76b1
  Author: Tim Jacomb 
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
M lib/init.groovy
M pom.xml

  Log Message:
  ---
  Use https for artifacts


-- 
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/https/00-950c8d%40github.com.


[jenkins-infra/crawler] 69e53c: Adjust the URL for the rid catalog (again) (#103)

2021-05-20 Thread 'Tim Van Holder' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 69e53ca45d82f92c04966dfccf6029b5bb22117f
  
https://github.com/jenkins-infra/crawler/commit/69e53ca45d82f92c04966dfccf6029b5bb22117f
  Author: Tim Van Holder 
  Date:   2021-05-20 (Thu, 20 May 2021)

  Changed paths:
M dotnetSdk.groovy

  Log Message:
  ---
  Adjust the URL for the rid catalog (again) (#103)

This time it's just the rename of the `master` branch to `main`.
GitHub redirects the URL at the moment, so this is not all that urgent.


-- 
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/d11bb6-69e53c%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.


[jenkins-infra/crawler] 2f8956: Use "tag_name" instead of "name" (#101)

2021-05-10 Thread 'Phil Brown' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 2f89568793ab47d1b2fba5e524ee4dd5ba459514
  
https://github.com/jenkins-infra/crawler/commit/2f89568793ab47d1b2fba5e524ee4dd5ba459514
  Author: Phil Brown 
  Date:   2021-05-10 (Mon, 10 May 2021)

  Changed paths:
M dependencycheck.groovy

  Log Message:
  ---
  Use "tag_name" instead of "name" (#101)

Starting with 6.0.4, the "name" value switched from "vX" to "Version X" while 
the "tag" value has remained consistent and in the expected format.


-- 
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/28785c-2f8956%40github.com.


[jenkins-infra/crawler] 28785c: [INFRA-2963] crawler fails to fetch Maven versions...

2021-04-23 Thread 'Dennis Lundberg' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 28785ca786cbce83cb8763b6034b3bfdfba97e13
  
https://github.com/jenkins-infra/crawler/commit/28785ca786cbce83cb8763b6034b3bfdfba97e13
  Author: Dennis Lundberg 
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
M maven.groovy

  Log Message:
  ---
  [INFRA-2963] crawler fails to fetch Maven versions (#100)

- ignore message digest files


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


[jenkins-infra/crawler] 31f51b: Fix .NET SDK downloadables (#99)

2021-04-18 Thread 'Tim Van Holder' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 31f51bc23e6a71f12e4d5c48089e1d846a12587d
  
https://github.com/jenkins-infra/crawler/commit/31f51bc23e6a71f12e4d5c48089e1d846a12587d
  Author: Tim Van Holder 
  Date:   2021-04-18 (Sun, 18 Apr 2021)

  Changed paths:
M dotnetSdk.groovy

  Log Message:
  ---
  Fix .NET SDK downloadables (#99)

The authoritative RID catalog was moved again.
The next time this happens, I'll maintain a copy so that the location is stable.

Tweaked the SDK processing to handle more Alpine Linux archs correctly, and to
only include one download per RID (linx-x64 had both .tar.gz and .zip).


-- 
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/c36f41-31f51b%40github.com.


[jenkins-infra/crawler] c36f41: Stop stripping first char from filename (#98)

2021-04-14 Thread 'Hauke Lange' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: c36f41ee0a2d5da05e7c92e587f9d684c722cc76
  
https://github.com/jenkins-infra/crawler/commit/c36f41ee0a2d5da05e7c92e587f9d684c722cc76
  Author: Hauke Lange 
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
M groovy.groovy

  Log Message:
  ---
  Stop stripping first char from filename (#98)

Bintray used to have a colon (':') prepended to the filename in
the href attribute. This is no longer the case when we are using
the new mirror.


-- 
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/f09733-c36f41%40github.com.


[jenkins-infra/crawler] f09733: Update groovy binaries location (#97)

2021-04-13 Thread 'Roberto Perez Alcolea' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: f0973318fd58d23ae85a73dcaa3b0e5ece8fe0ad
  
https://github.com/jenkins-infra/crawler/commit/f0973318fd58d23ae85a73dcaa3b0e5ece8fe0ad
  Author: Roberto Perez Alcolea 
  Date:   2021-04-14 (Wed, 14 Apr 2021)

  Changed paths:
M groovy.groovy

  Log Message:
  ---
  Update groovy binaries location (#97)

With Bintray going away, the Groovy team is hosting the zip distributions in 
https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/ now


-- 
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/3356f3-f09733%40github.com.


[jenkins-infra/crawler] 3356f3: Add support for .NET5 (#96)

2021-02-24 Thread 'Ben Goldsmith' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 3356f3db27d764a02f43f8e07e3b4e7bbaee3a80
  
https://github.com/jenkins-infra/crawler/commit/3356f3db27d764a02f43f8e07e3b4e7bbaee3a80
  Author: Ben Goldsmith 
  Date:   2021-02-24 (Wed, 24 Feb 2021)

  Changed paths:
M sonarqubescannermsbuild.groovy

  Log Message:
  ---
  Add support for .NET5 (#96)

Since the MSBuild sonar scanner release 5 
(https://github.com/SonarSource/sonar-scanner-msbuild/releases/tag/5.0.0.23533) 
there is now officially support for .NET5 included in the releases. The crawler 
currently does not pick up or propagate the availability of .NET5 since it is 
not included in this groovy config. Adding the functionality here ensures the 
crawler publishes the availability of the new framework.

Separately, there may be a need to reconsider/refactor how the crawler works to 
take into account the changing nature of of framework version support coming 
from the sonar scanner for msbuild, so that manual updates and PRs like this 
aren't required each time there is a new .NET 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/jenkins-infra/crawler/push/refs/heads/master/b9d5fd-3356f3%40github.com.


[jenkins-infra/crawler] b9d5fd: Add .NET Core 3.0 artifact for SonarScanner for MS...

2021-02-24 Thread 'mickael-caro-sonarsource' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: b9d5fd8a781483582d55cf4dda861bae96e90ba6
  
https://github.com/jenkins-infra/crawler/commit/b9d5fd8a781483582d55cf4dda861bae96e90ba6
  Author: mickael-caro-sonarsource 
  Date:   2021-02-24 (Wed, 24 Feb 2021)

  Changed paths:
M sonarqubescannermsbuild.groovy

  Log Message:
  ---
  Add .NET Core 3.0 artifact for SonarScanner for MSBuild (#86)


-- 
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/bb3ab0-b9d5fd%40github.com.


[jenkins-infra/crawler] 2f3e1d: Dependency check downloads migrating to github (#90)

2021-02-12 Thread 'James Howe' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 2f3e1db69ed4b043c3d5349432cc8f0fddf6bd26
  
https://github.com/jenkins-infra/crawler/commit/2f3e1db69ed4b043c3d5349432cc8f0fddf6bd26
  Author: James Howe <675056+orange...@users.noreply.github.com>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
M dependencycheck.groovy

  Log Message:
  ---
  Dependency check downloads migrating to github (#90)

I'm not 100% on how this system works, but this should fix things.

https://github.com/jeremylong/DependencyCheck/releases/tag/v6.0.2
https://issues.jenkins-ci.org/browse/JENKINS-63806


-- 
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/e1c242-2f3e1d%40github.com.


[jenkins-infra/crawler]

2021-02-12 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/net.sourceforge.htmlunit-htmlunit-2.37.0
  Home:   https://github.com/jenkins-infra/crawler

-- 
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/dependabot/maven/net.sourceforge.htmlunit-htmlunit-2.37.0/4cd7b5-00%40github.com.


[jenkins-infra/crawler] bb3ab0: Bump htmlunit from 2.36 to 2.37.0 (#87)

2021-02-12 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: bb3ab08d36b7d874598fa947ffe142fb78b8987e
  
https://github.com/jenkins-infra/crawler/commit/bb3ab08d36b7d874598fa947ffe142fb78b8987e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump htmlunit from 2.36 to 2.37.0 (#87)

Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.36 to 2.37.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/2.36.0...2.37.0)

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


-- 
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/2f3e1d-bb3ab0%40github.com.


[jenkins-infra/crawler] e1c242: Fix .NET SDK runtime info retrieval (#95)

2021-02-12 Thread 'Tim Van Holder' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: e1c242b5fca98b6e389d37481fa0ddf0bb278fdf
  
https://github.com/jenkins-infra/crawler/commit/e1c242b5fca98b6e389d37481fa0ddf0bb278fdf
  Author: Tim Van Holder 
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
M dotnetSdk.groovy

  Log Message:
  ---
  Fix .NET SDK runtime info retrieval (#95)

Microsoft changed the tree structure for dotnet/runtime, breaking the
download. The URL has been updated to the new/current location.

In addition, some error handling was added, so that failure for one
of the three output files does not prevent creation of the others. An
aggregate exception will be thrown at the end.


-- 
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/9784a6-e1c242%40github.com.


[jenkins-infra/crawler] 1d916a: JENKINS-62013 - Add all releases from each page to...

2020-11-26 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 1d916ac459e6c918323c62e781e5e935be70d139
  
https://github.com/jenkins-infra/crawler/commit/1d916ac459e6c918323c62e781e5e935be70d139
  Author: Mads Mohr Christensen 
  Date:   2020-11-26 (Thu, 26 Nov 2020)

  Changed paths:
M adoptopenjdk.groovy

  Log Message:
  ---
  JENKINS-62013 - Add all releases from each page to prevent list of lists


  Commit: b94d61bbae94a57769e3f71bc1030642b43392ae
  
https://github.com/jenkins-infra/crawler/commit/b94d61bbae94a57769e3f71bc1030642b43392ae
  Author: Mads Mohr Christensen 
  Date:   2020-11-26 (Thu, 26 Nov 2020)

  Changed paths:
M adoptopenjdk.groovy

  Log Message:
  ---
  JENKINS-62013 - Reduce log output


  Commit: 9784a6b85bc90820bfa071bc9d1ab3dd3b907c9c
  
https://github.com/jenkins-infra/crawler/commit/9784a6b85bc90820bfa071bc9d1ab3dd3b907c9c
  Author: Mark Waite 
  Date:   2020-11-26 (Thu, 26 Nov 2020)

  Changed paths:
M adoptopenjdk.groovy

  Log Message:
  ---
  Merge pull request #94 from hrmohr/JENKINS-62013-fix

[JENKINS-62013] - Fix for list of lists introduced in #93


Compare: 
https://github.com/jenkins-infra/crawler/compare/222d97876ec6...9784a6b85bc9

-- 
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/222d97-9784a6%40github.com.


[jenkins-infra/crawler] 2a1818: JENKINS-62013 - Switched to v3 rest api

2020-11-25 Thread 'Olblak' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 2a1818d7fe8fa269f68614e932dc16cddca79d5b
  
https://github.com/jenkins-infra/crawler/commit/2a1818d7fe8fa269f68614e932dc16cddca79d5b
  Author: Mads Mohr Christensen 
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
M adoptopenjdk.groovy

  Log Message:
  ---
  JENKINS-62013 - Switched to v3 rest api


  Commit: 222d97876ec67b01d810e01057459147eb65d0ee
  
https://github.com/jenkins-infra/crawler/commit/222d97876ec67b01d810e01057459147eb65d0ee
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
M adoptopenjdk.groovy

  Log Message:
  ---
  Merge pull request #93 from hrmohr/JENKINS-62013

[JENKINS-62013] - Switched to v3 rest api


Compare: 
https://github.com/jenkins-infra/crawler/compare/265a0740aed9...222d97876ec6

-- 
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/265a07-222d97%40github.com.


[jenkins-infra/crawler] 87c1c9: migrate to maven central

2020-10-21 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 87c1c93ea48595215791ecbf8e5ffb6163c13cae
  
https://github.com/jenkins-infra/crawler/commit/87c1c93ea48595215791ecbf8e5ffb6163c13cae
  Author: Artem Eroshenko 
  Date:   2020-10-21 (Wed, 21 Oct 2020)

  Changed paths:
M allure.groovy

  Log Message:
  ---
  migrate to maven central


  Commit: 265a0740aed9538e8f9c6c23121ed41930ff98d2
  
https://github.com/jenkins-infra/crawler/commit/265a0740aed9538e8f9c6c23121ed41930ff98d2
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2020-10-21 (Wed, 21 Oct 2020)

  Changed paths:
M allure.groovy

  Log Message:
  ---
  Merge pull request #92 from eroshenkoam/allure-central

Migrate Allure to maven central


Compare: 
https://github.com/jenkins-infra/crawler/compare/a5dd80f68867...265a0740aed9

-- 
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/a5dd80-265a07%40github.com.


[jenkins-infra/crawler] 2caeb4: [FIXED JENKINS-62887] Fix for updated Go download ...

2020-07-01 Thread Daniel Beck
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 2caeb45a7f650be41a396f65f39aaf4a80edf081
  
https://github.com/jenkins-infra/crawler/commit/2caeb45a7f650be41a396f65f39aaf4a80edf081
  Author: Christopher Orr 
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
M golang.groovy

  Log Message:
  ---
  [FIXED JENKINS-62887] Fix for updated Go download page.

The links they provide no longer provide the absolute URL, so we need to
add the prefix ourselves.


  Commit: a5dd80f6886712b41d7a74b70619fe04b658a830
  
https://github.com/jenkins-infra/crawler/commit/a5dd80f6886712b41d7a74b70619fe04b658a830
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2020-07-01 (Wed, 01 Jul 2020)

  Changed paths:
M golang.groovy

  Log Message:
  ---
  Merge pull request #89 from orrc/fix/JENKINS-62887

[FIXED JENKINS-62887] Fix for updated Go download page


Compare: 
https://github.com/jenkins-infra/crawler/compare/cf6a7ada201b...a5dd80f68867

-- 
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/cf6a7a-a5dd80%40github.com.


[jenkins-infra/crawler] 536227: Add script for dotnet-sdk-plugin (3 downloadables)

2020-06-29 Thread Olblak
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 5362274dc88c32282fa9c2b96a907e09b8049b65
  
https://github.com/jenkins-infra/crawler/commit/5362274dc88c32282fa9c2b96a907e09b8049b65
  Author: Tim Van Holder 
  Date:   2020-06-02 (Tue, 02 Jun 2020)

  Changed paths:
A dotnetSdk.groovy

  Log Message:
  ---
  Add script for dotnet-sdk-plugin (3 downloadables)


  Commit: 0574c391d65c066bcac978fa7c0ffeaef6e5377d
  
https://github.com/jenkins-infra/crawler/commit/0574c391d65c066bcac978fa7c0ffeaef6e5377d
  Author: Tim Van Holder 
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
M dotnetSdk.groovy

  Log Message:
  ---
  Adjust SDK package properties

This renames platform to rid, and adds a new platform property with a
more readable version of the RID.

Code cleanup: single quoted strings, no spurious semicolons.


  Commit: 19298922e52bc44fabe0be464da54e16bd584534
  
https://github.com/jenkins-infra/crawler/commit/19298922e52bc44fabe0be464da54e16bd584534
  Author: Tim Van Holder 
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
M dotnetSdk.groovy

  Log Message:
  ---
  Fix construction of SDK info

Visual Studio info was missing in most cases.


  Commit: 8c70ca36b5d268b050012282a75abacb67bc3209
  
https://github.com/jenkins-infra/crawler/commit/8c70ca36b5d268b050012282a75abacb67bc3209
  Author: Tim Van Holder 
  Date:   2020-06-04 (Thu, 04 Jun 2020)

  Changed paths:
M dotnetSdk.groovy

  Log Message:
  ---
  Extend download metadata

This adds the file hash to SDK packages, and the release notes link to
releases.


  Commit: 35f2680dd3228b844d4f32eceaf6f2ed670b6136
  
https://github.com/jenkins-infra/crawler/commit/35f2680dd3228b844d4f32eceaf6f2ed670b6136
  Author: Tim Van Holder 
  Date:   2020-06-04 (Thu, 04 Jun 2020)

  Changed paths:
M dotnetSdk.groovy

  Log Message:
  ---
  Drop the hash property for SDK packages.


  Commit: 2915d682dc54a5b2f3d41b930d099543578d44ed
  
https://github.com/jenkins-infra/crawler/commit/2915d682dc54a5b2f3d41b930d099543578d44ed
  Author: Tim Van Holder 
  Date:   2020-06-04 (Thu, 04 Jun 2020)

  Changed paths:
M dotnetSdk.groovy

  Log Message:
  ---
  Corrected the class name for the SDK downloads file.


  Commit: cf6a7ada201bdabe1debbb3a647d91ffeed28e75
  
https://github.com/jenkins-infra/crawler/commit/cf6a7ada201bdabe1debbb3a647d91ffeed28e75
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
A dotnetSdk.groovy

  Log Message:
  ---
  Merge pull request #88 from Zastai/master

Add script for dotnet-sdk-plugin downloadables


Compare: 
https://github.com/jenkins-infra/crawler/compare/bd362591ad9f...cf6a7ada201b

-- 
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/bd3625-cf6a7a%40github.com.


[jenkins-infra/crawler] 4cd7b5: Bump htmlunit from 2.36 to 2.37.0

2020-05-21 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/net.sourceforge.htmlunit-htmlunit-2.37.0
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 4cd7b583a3d04b3a5a6200b25e7898e50242a6f3
  
https://github.com/jenkins-infra/crawler/commit/4cd7b583a3d04b3a5a6200b25e7898e50242a6f3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump htmlunit from 2.36 to 2.37.0

Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.36 to 2.37.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/2.36.0...2.37.0)

Signed-off-by: dependabot[bot] 


-- 
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/dependabot/maven/net.sourceforge.htmlunit-htmlunit-2.37.0/00-4cd7b5%40github.com.


[jenkins-infra/crawler] 7ed026: JENKINS-60228 - Added support for OpenJDK 13

2019-12-09 Thread Olblak
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 7ed0264016aaa0ab520868dc8e2e7a0768bacafd
  
https://github.com/jenkins-infra/crawler/commit/7ed0264016aaa0ab520868dc8e2e7a0768bacafd
  Author: Mads Mohr Christensen 
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
M adoptopenjdk.groovy

  Log Message:
  ---
  JENKINS-60228 - Added support for OpenJDK 13


  Commit: 35cd3cbb928cccafa29c61f40fb86cff5b0d3763
  
https://github.com/jenkins-infra/crawler/commit/35cd3cbb928cccafa29c61f40fb86cff5b0d3763
  Author: Mads Mohr Christensen 
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
M ant.groovy
M cmake.groovy
M consul.groovy
M flyway.groovy
M golang.groovy
M gradle.groovy
M groovy.groovy
M jdk.groovy
A jdk.hack.json
M leiningen.groovy
M lib/init.groovy
M maven.groovy
M mongodb.groovy
M nodejs.groovy
M packer.groovy
R perl.groovy
M play.groovy
M pom.xml
M scala.groovy
M sonarqubescanner.groovy
M terraform.groovy

  Log Message:
  ---
  Merge branch 'master' into JENKINS-60228


  Commit: c8adb0f020c027f089f66dfe3d2f77ca38791da4
  
https://github.com/jenkins-infra/crawler/commit/c8adb0f020c027f089f66dfe3d2f77ca38791da4
  Author: Mads Mohr Christensen 
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
M adoptopenjdk.groovy

  Log Message:
  ---
  Get list of supported versions from config to provide future support for new 
versions


  Commit: bd362591ad9ff97b4a5e8c34673dc64d816db4a4
  
https://github.com/jenkins-infra/crawler/commit/bd362591ad9ff97b4a5e8c34673dc64d816db4a4
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
M adoptopenjdk.groovy

  Log Message:
  ---
  Merge pull request #84 from hrmohr/JENKINS-60228

JENKINS-60228 - Added support for AdoptOpenJDK 13


Compare: 
https://github.com/jenkins-infra/crawler/compare/27620816cf86...bd362591ad9f

-- 
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/276208-bd3625%40github.com.


[jenkins-infra/crawler] 098121: Upgrade to latest htmlunit, to fix/silent javascr...

2019-11-24 Thread Olblak
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 098121198dd1fe6ac1d9e7b321cddfae5c806d9f
  
https://github.com/jenkins-infra/crawler/commit/098121198dd1fe6ac1d9e7b321cddfae5c806d9f
  Author: Gavin Mogan 
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
M ant.groovy
M cmake.groovy
M consul.groovy
M flyway.groovy
M golang.groovy
M gradle.groovy
M groovy.groovy
M jdk.groovy
M leiningen.groovy
M lib/init.groovy
M maven.groovy
M mongodb.groovy
M nodejs.groovy
M packer.groovy
M play.groovy
M pom.xml
M scala.groovy
M sonarqubescanner.groovy
M terraform.groovy

  Log Message:
  ---
  Upgrade to latest htmlunit, to  fix/silent javascript errors.


  Commit: 197c775e52dfaa50d873e0f81324ad73de3c5e28
  
https://github.com/jenkins-infra/crawler/commit/197c775e52dfaa50d873e0f81324ad73de3c5e28
  Author: Gavin Mogan 
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
R perl.groovy

  Log Message:
  ---
  remove perl crawler as it doesn't work, and i never finished the plugin for it


  Commit: 8fc05ecaea207eeaef7e3e151f5220c1b64d44c1
  
https://github.com/jenkins-infra/crawler/commit/8fc05ecaea207eeaef7e3e151f5220c1b64d44c1
  Author: Gavin Mogan 
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
M mongodb.groovy

  Log Message:
  ---
  Remove debugging


  Commit: 27620816cf86727eb9638155e8a1d1392c817d23
  
https://github.com/jenkins-infra/crawler/commit/27620816cf86727eb9638155e8a1d1392c817d23
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
M ant.groovy
M cmake.groovy
M consul.groovy
M flyway.groovy
M golang.groovy
M gradle.groovy
M groovy.groovy
M jdk.groovy
M leiningen.groovy
M lib/init.groovy
M maven.groovy
M mongodb.groovy
M nodejs.groovy
M packer.groovy
R perl.groovy
M play.groovy
M pom.xml
M scala.groovy
M sonarqubescanner.groovy
M terraform.groovy

  Log Message:
  ---
  Merge pull request #85 from halkeye/upgrade-and-fix-crawlers

Upgrade and fix crawlers


Compare: 
https://github.com/jenkins-infra/crawler/compare/2f639557e173...27620816cf86

-- 
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/2f6395-276208%40github.com.


[jenkins-infra/crawler] 2f6395: [INFRA-2345]

2019-11-20 Thread Kohsuke Kawaguchi
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 2f639557e173face4797e648cf0490277fd4cfb1
  
https://github.com/jenkins-infra/crawler/commit/2f639557e173face4797e648cf0490277fd4cfb1
  Author: Kohsuke Kawaguchi 
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
M jdk.groovy
A jdk.hack.json

  Log Message:
  ---
  [INFRA-2345]

JavaScript error is preventing a scraper from retrieving data from this
page (https://gist.github.com/kohsuke/63eeddb3d0c3fce47e8454abe6422654),
but fixing this properly is going to take too much time, and I really
need to go.

In order to unblock users, I'm just putting in a snapshot of this file
from Sep.


-- 
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/b17e1b-2f6395%40github.com.


[jenkins-infra/crawler] f99854: Adding OWASP Dependency-Check

2019-07-04 Thread Daniel Beck
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: f9985410e5e96cff816923d6c4b1d2740afb2171
  
https://github.com/jenkins-infra/crawler/commit/f9985410e5e96cff816923d6c4b1d2740afb2171
  Author: Steve Springett 
  Date:   2019-06-13 (Thu, 13 Jun 2019)

  Changed paths:
A dependencycheck.groovy

  Log Message:
  ---
  Adding OWASP Dependency-Check


  Commit: b17e1b49b8d7f9ef129b7f2456c141a3c99f1b4b
  
https://github.com/jenkins-infra/crawler/commit/b17e1b49b8d7f9ef129b7f2456c141a3c99f1b4b
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2019-07-04 (Thu, 04 Jul 2019)

  Changed paths:
A dependencycheck.groovy

  Log Message:
  ---
  Merge pull request #83 from stevespringett/patch-1

Adding OWASP Dependency-Check


Compare: 
https://github.com/jenkins-infra/crawler/compare/38d6ffcd5672...b17e1b49b8d7

-- 
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/38d6ff-b17e1b%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] 45c6af: Added crawler for adoptopenjdk.net

2019-05-27 Thread Olblak
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 45c6af384ff5030f361c23ad38abe8af4cdc5b33
  
https://github.com/jenkins-infra/crawler/commit/45c6af384ff5030f361c23ad38abe8af4cdc5b33
  Author: Mads Mohr Christensen 
  Date:   2019-05-03 (Fri, 03 May 2019)

  Changed paths:
A adoptopenjdk.groovy

  Log Message:
  ---
  Added crawler for adoptopenjdk.net


  Commit: c3a1d1c5e883c64b74e55d455cb955afb9733609
  
https://github.com/jenkins-infra/crawler/commit/c3a1d1c5e883c64b74e55d455cb955afb9733609
  Author: Mads Mohr Christensen 
  Date:   2019-05-14 (Tue, 14 May 2019)

  Changed paths:
M jdk.groovy

  Log Message:
  ---
  Firefox is better at handling the javascript errors on 
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html


  Commit: 38d6ffcd5672e67ad78a25ecc82fd0211cbadde7
  
https://github.com/jenkins-infra/crawler/commit/38d6ffcd5672e67ad78a25ecc82fd0211cbadde7
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2019-05-27 (Mon, 27 May 2019)

  Changed paths:
A adoptopenjdk.groovy
M jdk.groovy

  Log Message:
  ---
  Merge pull request #81 from hrmohr/adoptopenjdk

Added crawler for adoptopenjdk.net


Compare: 
https://github.com/jenkins-infra/crawler/compare/7b3450da089a...38d6ffcd5672

-- 
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/7b3450-38d6ff%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] c23a34: Do not start further builds while others are running

2019-04-24 Thread Daniel Beck
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: c23a34e4a439f62c4be1649ce749dfbec33a9329
  
https://github.com/jenkins-infra/crawler/commit/c23a34e4a439f62c4be1649ce749dfbec33a9329
  Author: Daniel Beck 
  Date:   2019-04-23 (Tue, 23 Apr 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Do not start further builds while others are running


  Commit: 7b3450da089aa8ace1543eac6df2ce561be870ca
  
https://github.com/jenkins-infra/crawler/commit/7b3450da089aa8ace1543eac6df2ce561be870ca
  Author: Daniel Beck 
  Date:   2019-04-24 (Wed, 24 Apr 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #80 from daniel-beck/disableConcurrentBuilds

Do not start further builds while others are running


Compare: 
https://github.com/jenkins-infra/crawler/compare/7c70908f82a6...7b3450da089a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] 169840: Restore JDK runner

2018-12-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 1698405502d1a7a35bd31deb45114951943b0729
  
https://github.com/jenkins-infra/crawler/commit/1698405502d1a7a35bd31deb45114951943b0729
  Author: Daniel Beck 
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
M jdk.groovy

  Log Message:
  ---
  Restore JDK runner

Will lose JDK 10 but, as Oracle helpfully informs us,
"Java SE 10 has reached end of support. Users of Java SE 10 should switch to 
Java SE 11."


  Commit: 7c70908f82a65b2e902272f2b7ec6cf7649c4620
  
https://github.com/jenkins-infra/crawler/commit/7c70908f82a65b2e902272f2b7ec6cf7649c4620
  Author: Daniel Beck 
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
M jdk.groovy

  Log Message:
  ---
  Merge pull request #79 from daniel-beck/restore-jdk-runner

Restore JDK runner


Compare: 
https://github.com/jenkins-infra/crawler/compare/545de0dd9754...7c70908f82a6
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] 035a26: update allure location

2018-12-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 035a267235458bad83597fc02c49ba42d32cdeb7
  
https://github.com/jenkins-infra/crawler/commit/035a267235458bad83597fc02c49ba42d32cdeb7
  Author: Artem Eroshenko 
  Date:   2018-11-05 (Mon, 05 Nov 2018)

  Changed paths:
M allure.groovy

  Log Message:
  ---
  update allure location


  Commit: 5ce397a5e37d52ae68adfb5b1ff650104884a38f
  
https://github.com/jenkins-infra/crawler/commit/5ce397a5e37d52ae68adfb5b1ff650104884a38f
  Author: Artem Eroshenko 
  Date:   2018-11-11 (Sun, 11 Nov 2018)

  Changed paths:
M allure.groovy

  Log Message:
  ---
  migrate to maven central


  Commit: 6d858bacbc0f76deb307cda466f7c95410195cf3
  
https://github.com/jenkins-infra/crawler/commit/6d858bacbc0f76deb307cda466f7c95410195cf3
  Author: Artem Eroshenko 
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
M allure.groovy

  Log Message:
  ---
  migrate to jenkins mirrow


  Commit: 545de0dd9754be6bec579bc6104e0e05e85870f3
  
https://github.com/jenkins-infra/crawler/commit/545de0dd9754be6bec579bc6104e0e05e85870f3
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2018-12-16 (Sun, 16 Dec 2018)

  Changed paths:
M allure.groovy

  Log Message:
  ---
  Merge pull request #78 from eroshenkoam/update-allure

Update allure location


Compare: 
https://github.com/jenkins-infra/crawler/compare/d2d6297eb021...545de0dd9754
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] 719d41: JDK 9 is no longer current

2018-04-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 719d41058c4f7987858293bc2a9821208cfa6380
  
https://github.com/jenkins-infra/crawler/commit/719d41058c4f7987858293bc2a9821208cfa6380
  Author: kiy0taka <kiy0taka...@gmail.com>
  Date:   2018-04-24 (Tue, 24 Apr 2018)

  Changed paths:
M jdk.groovy

  Log Message:
  ---
  JDK 9 is no longer current


  Commit: 42bbe011f232a2717533eaf979e1845ae6e415a5
  
https://github.com/jenkins-infra/crawler/commit/42bbe011f232a2717533eaf979e1845ae6e415a5
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-04-24 (Tue, 24 Apr 2018)

  Changed paths:
M jdk.groovy

  Log Message:
  ---
  Merge pull request #74 from kiy0taka/fix/jdk9-eol

Java SE 9 has reached end of support.


Compare: 
https://github.com/jenkins-infra/crawler/compare/b28d01a01169...42bbe011f232

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] 3d510f: Ignore JavaScript errors.

2018-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 3d510f5873ce387d3ac3da32f5df088b53a2b917
  
https://github.com/jenkins-infra/crawler/commit/3d510f5873ce387d3ac3da32f5df088b53a2b917
  Author: kiy0taka <kiy0taka...@gmail.com>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M gradle.groovy

  Log Message:
  ---
  Ignore JavaScript errors.


  Commit: b28d01a0116996cd51e2a5b4f50a52fc92c0d482
  
https://github.com/jenkins-infra/crawler/commit/b28d01a0116996cd51e2a5b4f50a52fc92c0d482
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M gradle.groovy

  Log Message:
  ---
  Merge pull request #72 from kiy0taka/fix/gradle-js-error

Ignore JavaScript error in Gradle crawler.


Compare: 
https://github.com/jenkins-infra/crawler/compare/3e7f2d71a8df...b28d01a01169

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] 20efbe: INFRA-1552: Add Java 10 installer

2018-03-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 20efbe5b1c1a63d268b04ec5fdd776a55c5eb093
  
https://github.com/jenkins-infra/crawler/commit/20efbe5b1c1a63d268b04ec5fdd776a55c5eb093
  Author: Arnaud HERITIER <aherit...@apache.org>
  Date:   2018-03-21 (Wed, 21 Mar 2018)

  Changed paths:
M jdk.groovy

  Log Message:
  ---
  INFRA-1552: Add Java 10 installer


  Commit: 3e7f2d71a8df2da83f3f0589af5b57cc29457592
  
https://github.com/jenkins-infra/crawler/commit/3e7f2d71a8df2da83f3f0589af5b57cc29457592
  Author: Olblak <2360224+olb...@users.noreply.github.com>
  Date:   2018-03-21 (Wed, 21 Mar 2018)

  Changed paths:
M jdk.groovy

  Log Message:
  ---
  Merge pull request #71 from aheritier/INFRA-1552

INFRA-1552: Add Oracle JDK 10 installer


Compare: 
https://github.com/jenkins-infra/crawler/compare/4dc299a96e0f...3e7f2d71a8df

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

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

  Changed paths:
M sonarqubescannermsbuild.groovy

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


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

  Changed paths:
M sonarqubescannermsbuild.groovy

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

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


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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] f2c3e3: golang: Fix regex to match double-digit versions, ...

2018-02-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: f2c3e3e6a6e9ae664cc695f8f2c5c5262009acd8
  
https://github.com/jenkins-infra/crawler/commit/f2c3e3e6a6e9ae664cc695f8f2c5c5262009acd8
  Author: Christopher Orr <ch...@orr.me.uk>
  Date:   2018-02-20 (Tue, 20 Feb 2018)

  Changed paths:
M golang.groovy

  Log Message:
  ---
  golang: Fix regex to match double-digit versions, e.g. Go 1.10.


  Commit: 2d0a84a6fc15e9a026bb6e5a4f86b6cea63c1bb9
  
https://github.com/jenkins-infra/crawler/commit/2d0a84a6fc15e9a026bb6e5a4f86b6cea63c1bb9
  Author: Christopher Orr <ch...@orr.me.uk>
  Date:   2018-02-20 (Tue, 20 Feb 2018)

  Changed paths:
M golang.groovy

  Log Message:
  ---
  golang: Don't match "bootstrap" versions.

Currently, "go1.4-bootstrap-20170518.tar.gz" is listed under the "go1"
section on the download web page, which actually seems to be some sort
of error when the page was built. But it ends up in the JSON, so now
we ignore such entries.


  Commit: 654bc74bafebccbedb310c134b3b29bb7bcb63dc
  
https://github.com/jenkins-infra/crawler/commit/654bc74bafebccbedb310c134b3b29bb7bcb63dc
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-02-20 (Tue, 20 Feb 2018)

  Changed paths:
M golang.groovy

  Log Message:
  ---
  Merge pull request #69 from orrc/fix-golang-version

[FIXED JENKINS-24329] Fix golang crawler for double-digit versions


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

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] 4b312a: sbt: download 1.x artifacts from github, but sourc...

2018-01-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 4b312ae3aaed27cda0aee08da03752c9b34c4948
  
https://github.com/jenkins-infra/crawler/commit/4b312ae3aaed27cda0aee08da03752c9b34c4948
  Author: Adam Shannon <adamkshan...@gmail.com>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
M sbt.groovy

  Log Message:
  ---
  sbt: download 1.x artifacts from github, but source versions from maven


  Commit: f9dd1e35052662cea39101b2dbda2095565091c1
  
https://github.com/jenkins-infra/crawler/commit/f9dd1e35052662cea39101b2dbda2095565091c1
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
M sbt.groovy

  Log Message:
  ---
  Merge pull request #68 from Banno/sbt-1.0-download-from-github

sbt: download 1.x artifacts from github, but source versions from maven


Compare: 
https://github.com/jenkins-infra/crawler/compare/b6f0decf9d5e...f9dd1e350526

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] 94b21d: crawl new sbt download site for 1.x

2018-01-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 94b21d4f5d2df381801a24098294a2a472594b29
  
https://github.com/jenkins-infra/crawler/commit/94b21d4f5d2df381801a24098294a2a472594b29
  Author: Adam Shannon <adamkshan...@gmail.com>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
M sbt.groovy

  Log Message:
  ---
  crawl new sbt download site for 1.x


  Commit: b6f0decf9d5e2407825406e3f0a509bbf0c700da
  
https://github.com/jenkins-infra/crawler/commit/b6f0decf9d5e2407825406e3f0a509bbf0c700da
  Author: R. Tyler Croy <ty...@monkeypox.org>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
M sbt.groovy

  Log Message:
  ---
  Merge pull request #67 from Banno/sbt-1.0

crawl new sbt download site for 1.x


Compare: 
https://github.com/jenkins-infra/crawler/compare/8f146bd162e2...b6f0decf9d5e

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] 4bc674: INFRA-1366 Add JDK 9 archives

2017-10-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 4bc6748ec2fc1cfb92d16ef13343b4c45604bba0
  
https://github.com/jenkins-infra/crawler/commit/4bc6748ec2fc1cfb92d16ef13343b4c45604bba0
  Author: Arnaud HERITIER <aherit...@apache.org>
  Date:   2017-10-18 (Wed, 18 Oct 2017)

  Changed paths:
M jdk.groovy

  Log Message:
  ---
  INFRA-1366 Add JDK 9 archives


  Commit: 8f146bd162e258899b4cc1d10f9b6d0f61577c65
  
https://github.com/jenkins-infra/crawler/commit/8f146bd162e258899b4cc1d10f9b6d0f61577c65
  Author: R. Tyler Croy <ty...@monkeypox.org>
  Date:   2017-10-18 (Wed, 18 Oct 2017)

  Changed paths:
M jdk.groovy

  Log Message:
  ---
  Merge pull request #66 from aheritier/INFRA-1366

INFRA-1366 Add JDK 9 archives


Compare: 
https://github.com/jenkins-infra/crawler/compare/31ff7a94dea4...8f146bd162e2

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] 6edc40: INFRA-1353 - Add JDK9 in JDKInstaller (not archive...

2017-10-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 6edc40216435ddec4e413b5534ca06a776fc6f59
  
https://github.com/jenkins-infra/crawler/commit/6edc40216435ddec4e413b5534ca06a776fc6f59
  Author: Arnaud HERITIER <aherit...@apache.org>
  Date:   2017-10-03 (Tue, 03 Oct 2017)

  Changed paths:
M jdk.groovy

  Log Message:
  ---
  INFRA-1353 - Add JDK9 in JDKInstaller (not archives yet)


  Commit: 31ff7a94dea4061e6424717f3e8f88b7cc9c9444
  
https://github.com/jenkins-infra/crawler/commit/31ff7a94dea4061e6424717f3e8f88b7cc9c9444
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2017-10-06 (Fri, 06 Oct 2017)

  Changed paths:
M jdk.groovy

  Log Message:
  ---
  Merge pull request #65 from aheritier/INFRA-1353

INFRA-1353 - Add JDK9 in JDKInstaller (not archives yet)


Compare: 
https://github.com/jenkins-infra/crawler/compare/14746d1d0e8e...31ff7a94dea4

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] 14746d: Properly quote all the silly variables for the tru...

2017-06-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 14746d1d0e8e7adf32fa0964ac93f0490e3f53ec
  
https://github.com/jenkins-infra/crawler/commit/14746d1d0e8e7adf32fa0964ac93f0490e3f53ec
  Author: R. Tyler Croy <ty...@monkeypox.org>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M .gitignore
M Jenkinsfile

  Log Message:
  ---
  Properly quote all the silly variables for the trusted infra to use properly


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] fba212: Add more special quotes handling

2017-06-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: fba212dcb0b2c3c1e5226085a9c76a944c681910
  
https://github.com/jenkins-infra/crawler/commit/fba212dcb0b2c3c1e5226085a9c76a944c681910
  Author: R. Tyler Croy <ty...@monkeypox.org>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Add more special quotes handling

quotes are hard, let's go shopping


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] 147631: Convert this freestyle job into a properly Pipelin...

2017-06-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/crawler
  Commit: 147631d9d38272e656b4b5b4a6e49333b91925b6
  
https://github.com/jenkins-infra/crawler/commit/147631d9d38272e656b4b5b4a6e49333b91925b6
  Author: R. Tyler Croy <ty...@monkeypox.org>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M Jenkinsfile
R ci.sh

  Log Message:
  ---
  Convert this freestyle job into a properly Pipeline for trusted.ci and ci.j.io


  Commit: f19aaf7d21200286fea1a550e7a67431c44e36a4
  
https://github.com/jenkins-infra/crawler/commit/f19aaf7d21200286fea1a550e7a67431c44e36a4
  Author: R. Tyler Croy <ty...@monkeypox.org>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  We'll need maven too won't we


  Commit: df23c87ec1d979a6e300d5221e13ea472f77b138
  
https://github.com/jenkins-infra/crawler/commit/df23c87ec1d979a6e300d5221e13ea472f77b138
  Author: R. Tyler Croy <ty...@monkeypox.org>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Ensure we're polling every four hours in trusted.ci


  Commit: fc32c87d72ba5a626c862d28d36f94e0c9345f9c
  
https://github.com/jenkins-infra/crawler/commit/fc32c87d72ba5a626c862d28d36f94e0c9345f9c
  Author: R. Tyler Croy <ty...@monkeypox.org>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M Jenkinsfile
R ci.sh

  Log Message:
  ---
  Merge pull request #64 from jenkins-infra/pipeline-crawler

Pipeline crawler


Compare: 
https://github.com/jenkins-infra/crawler/compare/c6b9d2e73b10...fc32c87d72ba

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler]

2017-06-29 Thread GitHub
  Branch: refs/heads/pipeline-crawler
  Home:   https://github.com/jenkins-infra/crawler

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] df23c8: Ensure we're polling every four hours in trusted.c...

2017-06-29 Thread GitHub
  Branch: refs/heads/pipeline-crawler
  Home:   https://github.com/jenkins-infra/crawler
  Commit: df23c87ec1d979a6e300d5221e13ea472f77b138
  
https://github.com/jenkins-infra/crawler/commit/df23c87ec1d979a6e300d5221e13ea472f77b138
  Author: R. Tyler Croy <ty...@monkeypox.org>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Ensure we're polling every four hours in trusted.ci


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] f6eb3c: Ensure we're polling every four hours in trusted.c...

2017-06-29 Thread GitHub
  Branch: refs/heads/pipeline-crawler
  Home:   https://github.com/jenkins-infra/crawler
  Commit: f6eb3c0824eb94f7f6b53f559212fe52ce72ed3e
  
https://github.com/jenkins-infra/crawler/commit/f6eb3c0824eb94f7f6b53f559212fe52ce72ed3e
  Author: R. Tyler Croy <ty...@monkeypox.org>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Ensure we're polling every four hours in trusted.ci


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkins-infra/crawler] f19aaf: We'll need maven too won't we

2017-06-29 Thread GitHub
  Branch: refs/heads/pipeline-crawler
  Home:   https://github.com/jenkins-infra/crawler
  Commit: f19aaf7d21200286fea1a550e7a67431c44e36a4
  
https://github.com/jenkins-infra/crawler/commit/f19aaf7d21200286fea1a550e7a67431c44e36a4
  Author: R. Tyler Croy <ty...@monkeypox.org>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  We'll need maven too won't we


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   >