Ver Fonte

add Jenkinsfile

Benjamin Kornblum há 9 meses atrás
pai
commit
e62bc343e4
1 ficheiros alterados com 2 adições e 2 exclusões
  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 */