From 135afc6566bb9c6084196b61b5b589f1d9bd1c4f Mon Sep 17 00:00:00 2001 From: nhyatt Date: Mon, 26 Sep 2022 16:59:12 -0500 Subject: [PATCH] try chown on /root/.npm --- build-k8s-lenz.jenkins | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-k8s-lenz.jenkins b/build-k8s-lenz.jenkins index 692aa32..d23f7f0 100644 --- a/build-k8s-lenz.jenkins +++ b/build-k8s-lenz.jenkins @@ -142,6 +142,8 @@ pipeline { sh """ apt-get update apt-get install -y rpm + mkdir /root/.npm + chown -R 1000:1000 "/root/.npm" su - node cd "${workspace}/lens" make build