Skip to content

Commit

Permalink
Building With auth
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaHitachi authored Dec 22, 2023
1 parent 9e0d371 commit ebb4726
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/bootstrap-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ FROM one.hitachivantara.com/docker/jenkins-build/maven/open-jdk/11

ARG VERSION_MERGER=1.0.8
ARG ARTIFACTORY_URL=https://one.hitachivantara.com/artifactory/maven
ARG PENTAHO_CICD_ONE_KEY

RUN curl -L -o version-merger.jar ${ARTIFACTORY_URL}/pentaho/version-merger/${VERSION_MERGER}/version-merger-${VERSION_MERGER}.jar
RUN curl -L -o version-merger.jar ${ARTIFACTORY_URL}/pentaho/version-merger/${VERSION_MERGER}/version-merger-${VERSION_MERGER}.jar -H "Authorization: Bearer $PENTAHO_CICD_ONE_KEY"

RUN curl -fL https://install-cli.jfrog.io | sh

Expand Down

0 comments on commit ebb4726

Please sign in to comment.