Explorar o código

add Jenkinsfile

Benjamin Kornblum hai 8 meses
pai
achega
d44cb181e9
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

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