Explorar o código

initial commit

Bulat Yusupov %!s(int64=5) %!d(string=hai) anos
pai
achega
9f653d471c
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      Jenkinsfile

+ 12 - 0
Jenkinsfile

@@ -0,0 +1,12 @@
+pipeline {
+
+    agent any
+
+    stages {
+        stage('Test') {
+            steps {
+                echo 'Test...'
+            }
+        }
+    }
+}