Forráskód Böngészése

更新 'Jenkinsfile'

sifu-gogs 2 éve
szülő
commit
008ccdabc1
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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