try chown on /root/.npm
This commit is contained in:
parent
7d7953a2b6
commit
135afc6566
@ -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
|
||||
|
Reference in New Issue
Block a user