Branch: refs/heads/master
Home: https://github.com/jenkinsci/http-request-plugin
Commit: 3da71f111c18d4a20c3d479b1b36cf40137a37a7
https://github.com/jenkinsci/http-request-plugin/commit/3da71f111c18d4a20c3d479b1b36cf40137a37a7
Author: Jozsef Kozell <[email protected]>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M src/main/java/jenkins/plugins/http_request/HttpRequestExecution.java
Log Message:
-----------
JENKINS-69081 Call CredentialsProvider::trackAll to track credential usage
Commit: 91c1b5a9f957f647fea876b6bb9dba11768e7e52
https://github.com/jenkinsci/http-request-plugin/commit/91c1b5a9f957f647fea876b6bb9dba11768e7e52
Author: Mark Waite <[email protected]>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M README.adoc
Log Message:
-----------
Add authenticate example to README
Commit: 2d53632f17f67ebf35cffbfd567d122a8382bc3a
https://github.com/jenkinsci/http-request-plugin/commit/2d53632f17f67ebf35cffbfd567d122a8382bc3a
Author: Mark Waite <[email protected]>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
A
src/test/java/jenkins/plugins/http_request/HttpRequestStepCredentialsTest.java
Log Message:
-----------
Add a credentials tracking test
The test generates null pointer exceptions in the stapler code with
the default Jenkins version used for tests. Whe the plugin requires a
modern Jenkins version like 2.332.4 or 2.346.3 or 2.361.1, it will need
to have a test dependency added for the javax mail api plugin.
Derived from the git plugin credentials tracking test.
Commit: 064f3aa291a0d479903d1a655e7350407ffadfc0
https://github.com/jenkinsci/http-request-plugin/commit/064f3aa291a0d479903d1a655e7350407ffadfc0
Author: Mark Waite <[email protected]>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M
src/test/java/jenkins/plugins/http_request/HttpRequestStepCredentialsTest.java
Log Message:
-----------
Fix a formatting flaw
Commit: 2305571b1e95c4da042975f2d90347377fb2ba2e
https://github.com/jenkinsci/http-request-plugin/commit/2305571b1e95c4da042975f2d90347377fb2ba2e
Author: Mark Waite <[email protected]>
Date: 2022-09-28 (Wed, 28 Sep 2022)
Changed paths:
M README.adoc
M src/main/java/jenkins/plugins/http_request/HttpRequestExecution.java
A
src/test/java/jenkins/plugins/http_request/HttpRequestStepCredentialsTest.java
Log Message:
-----------
Merge pull request #113 from kozell/JENKINS-69081
[JENKINS-69081] Track credential usage
Compare:
https://github.com/jenkinsci/http-request-plugin/compare/e9410f970dd2...2305571b1e95
--
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/http-request-plugin/push/refs/heads/master/e9410f-230557%40github.com.