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