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 */