Explorar el Código

add Jenkinsfile

Benjamin Kornblum hace 9 meses
padre
commit
e62bc343e4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 */