Selaa lähdekoodia

Merge branch 'master' of snppla/cups into 1.0

snppla 6 vuotta sitten
vanhempi
säilyke
17dd24579a
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 { label 'docker' }
 	triggers {
 		pollSCM('H * * * *')
 		cron('H H H * *')