try chown on /root/.npm
This commit is contained in:
parent
7d7953a2b6
commit
135afc6566
@ -142,6 +142,8 @@ pipeline {
|
|||||||
sh """
|
sh """
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y rpm
|
apt-get install -y rpm
|
||||||
|
mkdir /root/.npm
|
||||||
|
chown -R 1000:1000 "/root/.npm"
|
||||||
su - node
|
su - node
|
||||||
cd "${workspace}/lens"
|
cd "${workspace}/lens"
|
||||||
make build
|
make build
|
||||||
|
Reference in New Issue
Block a user