pipeline { agent any stages { stage('') { steps { sh 'npm install && npm run build:pord' } } } }