change user to node user to build

This commit is contained in:
Hyatt 2022-09-26 16:33:49 -05:00
parent bc1256d69a
commit 01e3c17341
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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
""" """
} }