try to use different cache dirextory in container
This commit is contained in:
parent
96e1e85fec
commit
403702d981
@ -141,6 +141,10 @@ pipeline {
|
|||||||
sh """
|
sh """
|
||||||
apt-get update
|
apt-get update
|
||||||
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install --no-install-recommends -y rpm
|
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"
|
cd "${workspace}/lens"
|
||||||
make build
|
make build
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user