Commit d814e47
committed
[CI] Extract Jenkins CLI jar from jenkins.war
INFINIOPS-296
What: Get jenkins-cli.jar from the bundled jenkins.war
instead of downloading it from repo.jenkins-ci.org.
How: Unzip WEB-INF/lib/cli-${JENKINS_VERSION}.jar out of
jenkins.war into /opt/jenkins-cli and clean up /tmp.
Why: The previously working repo.jenkins-ci.org URL now
returns HTTP 403, breaking the Jenkins image build.
Signed-off-by: Benny Itkin <bitkin@nvidia.com>1 parent 9da654a commit d814e47
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments