Explorar el Código

add Jenkinsfile

Benjamin Kornblum hace 8 meses
padre
commit
d44cb181e9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

@@ -1,4 +1,5 @@
-node {
+pipeline {
+    agent any
     def app
 
     stage('Clone repository') {