try to use different cache dirextory in container
This commit is contained in:
parent
96e1e85fec
commit
403702d981
@ -141,6 +141,10 @@ pipeline {
|
||||
sh """
|
||||
apt-get update
|
||||
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install --no-install-recommends -y rpm
|
||||
su - node
|
||||
mkdir "${workspace}/lens/.npm-cache"
|
||||
npm config set cache "${workspace}/lens/.npm-cache" --global
|
||||
npm --global cache verify
|
||||
cd "${workspace}/lens"
|
||||
make build
|
||||
"""
|
||||
|
Reference in New Issue
Block a user