We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
downloadJenkinsWar
1 parent fc0f0c0 commit 22aa6dfCopy full SHA for 22aa6df
utils/release.bash
@@ -125,7 +125,7 @@ function downloadJenkinsWar() {
125
126
# Download WAR from Artifactory. Note: the expected filename is "jenkins.war".
127
warUrl="https://repo.jenkins-ci.org/${MAVEN_REPOSITORY_NAME}/org/jenkins-ci/main/jenkins-war/${jenkinsVersion}/jenkins-war-${jenkinsVersion}.war"
128
- curl --fail --silent --show-error --location --output "${WAR}" \
+ curl --fail --silent --show-error --location --user "${MAVEN_REPOSITORY_USERNAME}:${MAVEN_REPOSITORY_PASSWORD}" --output "${WAR}" \
129
"${warUrl}"
130
131
# Download signature from Artifactory (signed by Maven during the release process). Note: the expected filename is "jenkins.war.asc".
0 commit comments