Branch: refs/heads/master
Home: https://github.com/jenkinsci/credentials-plugin
Commit: a18c003e3b7497a4e5c8d4fd2f42e82fa4f59bed
https://github.com/jenkinsci/credentials-plugin/commit/a18c003e3b7497a4e5c8d4fd2f42e82fa4f59bed
Author: Antonio Muñiz <[email protected]>
Date: 2021-09-01 (Wed, 01 Sep 2021)
Changed paths:
M
src/main/resources/com/cloudbees/plugins/credentials/impl/BaseStandardCredentials/id-and-description.jelly
M
src/test/java/com/cloudbees/plugins/credentials/impl/BaseStandardCredentialsTest.java
Log Message:
-----------
[JENKINS-66514] BaseStandardCredentials ID validation error
See details in JENKINS-66514
The fix is to remove the unnecesary explicit `checkUrl` so the legacy
validation method is nt used. The check URL will be calculated
automatically and the "new" (years old) mechanism kicks in.
The test is checking that the validation error shows up when needed (and
only when needed).
Commit: bbb8f9787e351a700d8226b6805608296e42ec29
https://github.com/jenkinsci/credentials-plugin/commit/bbb8f9787e351a700d8226b6805608296e42ec29
Author: Wadeck Follonier <[email protected]>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M
src/main/resources/com/cloudbees/plugins/credentials/impl/BaseStandardCredentials/id-and-description.jelly
M
src/test/java/com/cloudbees/plugins/credentials/impl/BaseStandardCredentialsTest.java
Log Message:
-----------
Merge pull request #225 from amuniz/JENKINS-66514
[JENKINS-66514] BaseStandardCredentials ID validation error
Compare:
https://github.com/jenkinsci/credentials-plugin/compare/72db2dbd65c8...bbb8f9787e35
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/credentials-plugin/push/refs/heads/master/72db2d-bbb8f9%40github.com.