Benjamin Kornblum пре 8 месеци
родитељ
комит
d44cb181e9
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      Jenkinsfile

+ 2 - 1
Jenkinsfile

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