@@ -1,9 +1,9 @@
pipeline {
agent any
stages {
- stage('') {
+ stage('error') {
steps {
- sh 'npm install && npm run build:pord'
+ sh 'npm -v'
}