Răsfoiți Sursa

add Jenkinsfile

Benjamin Kornblum 9 luni în urmă
părinte
comite
e62bc343e4
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -1,5 +1,5 @@
-node {
-    def app
+pipeline {
+    agent any
 
     stage('Clone repository') {
         /* Let's make sure we have the repository cloned to our workspace */