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: README.adoc
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,18 +152,8 @@ More information in https://github.com/jenkins-infra/release/blob/master/utils/g
152
152
|
153
153
| x
154
154
155
-
| `PKGSERVER`
156
-
| Defines where the different packages will be published.
157
-
|
158
-
| x
159
-
160
-
| `PKGSERVER_SSH_OPTS`
161
-
| Defines custom ssh options used to connect to `PKGSERVER`.
162
-
|
163
-
| x
164
-
165
155
| `PROMOTE_STAGING_MAVEN_ARTIFACTS_ARGS`
166
-
| Defines parameters used by `promoteMavenArtifacts.py`.
156
+
| Defines parameters used by `promoteMavenArtifacts.py`.
167
157
168
158
Default value is set to `item --mode copy --source $MAVEN_REPOSITORY_NAME --destination $MAVEN_REPOSITORY_PRODUCTION_NAME --url $MAVEN_REPOSITORY_URL --username $MAVEN_REPOSITORY_USERNAME --password $MAVEN_REPOSITORY_PASSWORD --search '/org/jenkins-ci/main' $(./utils/getJenkinsVersion.py --version)}"`
169
159
@@ -435,16 +425,16 @@ Show certificate information
435
425
openssl x509 -in jenkins-release.crt -text -noout
436
426
437
427
Convert p7b to pkcs12
438
-
428
+
439
429
# Based from https://knowledge.digicert.com/solution/SO26449.html and https://github.com/jenkins-infra/release/blob/7a03f98eff839d4fed75ea96cf7bebbc963e3a91/README.adoc#certificate
0 commit comments