From 7bfa47321327f3b8f9042b128d5b93a0ea78e77c Mon Sep 17 00:00:00 2001 From: Anatoliy Shevchuk <73828434+ashevchuk123@users.noreply.github.com> Date: Wed, 7 Jun 2023 22:44:22 +0300 Subject: [PATCH] Update Jenkinsfile --- devops/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/Jenkinsfile b/devops/Jenkinsfile index 1806ed86ec697..0ad51a290c6f0 100644 --- a/devops/Jenkinsfile +++ b/devops/Jenkinsfile @@ -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}