Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ashevchuk123 authored and ekrivokonmapr committed Nov 6, 2023
1 parent ca8d859 commit 7bfa473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ pipeline {
rm -rf ${PROJECT}; git clone git@github.com:mapr/private-pkg.git ${PROJECT}; \
cd ${PROJECT}; \
git checkout MEP-9.1.1 ; \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 ; \
add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/'
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 51716619E084DAB9 ;\
add-apt-repository 'deb [trusted=yes] https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/' ;\
apt update ; \
apt -y install r-base ; \
make ${PROJECT} TIMESTAMP=${ID} ${MAKEFILE_ARGS}
Expand Down

0 comments on commit 7bfa473

Please sign in to comment.