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