Selaa lähdekoodia

更新 'Jenkinsfile'

sifu-gogs 2 vuotta sitten
vanhempi
commit
008ccdabc1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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