[hibernate/hibernate-orm] 2a8183: Properly suppress exceptions thrown in finally blo...
by Yoann Rodière
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 2a8183371fe10082580a2f2a17639dbbf87dced2
https://github.com/hibernate/hibernate-orm/commit/2a8183371fe10082580a2f2...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M Jenkinsfile
M nightly.Jenkinsfile
Log Message:
-----------
Properly suppress exceptions thrown in finally blocks in Jenkinsfile
Commit: 3dcaa20c2573cf89b410742c4dd7e9a4ed7fe531
https://github.com/hibernate/hibernate-orm/commit/3dcaa20c2573cf89b410742...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M .github/workflows/contributor-build.yml
Log Message:
-----------
Don't populate Develocity cache in pull requests
That's potentially dangerous.
Commit: 786fbd6b8418b6258da3615e1b22f2f0cf117d25
https://github.com/hibernate/hibernate-orm/commit/786fbd6b8418b6258da3615...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M .github/workflows/contributor-build.yml
Log Message:
-----------
Use an organization secret for Develocity access keys
Commit: e233879fce1c790c413b941f8d445e73d6493404
https://github.com/hibernate/hibernate-orm/commit/e233879fce1c790c413b941...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Require approval for Jenkins builds on PRs from external contributors
Commit: 6863174a8cfc8db6cba5d3962d1ec5d707a3aa8c
https://github.com/hibernate/hibernate-orm/commit/6863174a8cfc8db6cba5d39...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M .github/workflows/contributor-build.yml
M Jenkinsfile
Log Message:
-----------
Safely publish build scans even for pull requests
Commit: 631beeb1fb088bdaa8eb84166ff0561bba0c4727
https://github.com/hibernate/hibernate-orm/commit/631beeb1fb088bdaa8eb841...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M .github/workflows/atlas.yml
Log Message:
-----------
Publish build scans on Atlas builds too
Commit: a10c0311fd87e14db3a7a41a147645ee4b70ddc3
https://github.com/hibernate/hibernate-orm/commit/a10c0311fd87e14db3a7a41...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Disable build scans for pull requests being built on s390x
For some reason, the Develocity Gradle Plugin fails to run
./gradlew buildScanPublishPrevious and spits out errors like this:
```
Publishing build scan...
The Gradle Enterprise server (ge.hibernate.org) rejected the request due to authentication being required.
If you are able to sign in to this server in a web browser, you can authenticate your environment by running the following task:
:provisionGradleEnterpriseAccessKey
Or see https://gradle.com/help/gradle-plugin-auth for additional help with authenticating your build environment.
FAILURE: Build failed with an exception.
```
Compare: https://github.com/hibernate/hibernate-orm/compare/bcbae0055266...a10c031...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 year, 5 months