Benjamin Kornblum преди 9 месеца
родител
ревизия
e62bc343e4
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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 */