You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_data/changelog.yml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
- date: '2026-03-30'
2
2
updates:
3
+
jenkins_plugin:
4
+
version: 3.3.0
5
+
breaking_changes:
6
+
- text: Requires Jenkins version 2.426.3 or higher.
7
+
issues: [SIGN-8114]
8
+
new_features:
9
+
- text: |-
10
+
The `archiveArtifact` step is not required any more for signing. Instead of the actual artifact, a digest file is now automatically published to the Jenkins server.
11
+
issues: [SIGN-8283]
12
+
- text: |-
13
+
Added the `inputArtifactRetrievalUrl` and `inputArtifactRetrievalHttpHeaders` parameters to allow retrieving an unsigned artifact from a HTTPS URL.
| `inputArtifactRetrievalUrl` | | Can be used to retrieve the unsigned artifact from a HTTPS URL instead of uploading it from the agent. _Note: The file referenced via `inputArtifactPath` must be the same one._
66
+
| `inputArtifactRetrievalHttpHeaders` | | HTTP headers used for retrieving the artifact, as `Map<String, String>` key/value pairs.
75
67
76
68
#### Parameters for the `getSignedArtifact` step
77
69
@@ -134,3 +126,24 @@ Include the `submitSigningRequest` and optionally, the `getSignedArtifact` steps
134
126
}
135
127
}
136
128
```
129
+
130
+
#### Example: Submit a signing request, but download the unsigned artifact from a HTTPS URL
0 commit comments