Benjamin Kornblum 8 mesi fa
parent
commit
d44cb181e9
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

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