Explorar o código

Added Jenkinsfile

ca %!s(int64=3) %!d(string=hai) anos
pai
achega
c156bea9c8
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      Jenkinsfile

+ 11 - 0
Jenkinsfile

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