Explorar o código

add jenkinsfile

huqi %!s(int64=5) %!d(string=hai) anos
pai
achega
72a21357e9
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      jenkinsfile

+ 10 - 0
jenkinsfile

@@ -0,0 +1,10 @@
+pipeline {
+    agent {label: "132"}
+    stages {
+        stage('build') {
+            steps {
+                bat 'npm --v'
+            }
+        }
+    }
+}