sifu-gogs пре 2 година
родитељ
комит
008ccdabc1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -1,5 +1,5 @@
 pipeline {
-    agent any
+    agent { dockerfile true }
 
     stages {
 		stage('pullCode'){