change user to node user to build
This commit is contained in:
parent
bc1256d69a
commit
01e3c17341
@ -142,7 +142,8 @@ pipeline {
|
|||||||
sh """
|
sh """
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y rpm
|
apt-get install -y rpm
|
||||||
cd lens
|
su - node
|
||||||
|
cd /lens
|
||||||
make build
|
make build
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user