Selaa lähdekoodia

issue: set label propertie on Jenkinsfile

Douglas A 4 vuotta sitten
vanhempi
commit
a931f8e0fe
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      jenkins/Jenkinsfile

+ 1 - 1
jenkins/Jenkinsfile

@@ -1,6 +1,6 @@
 pipeline {
         agent {
-                table 'go' 
+                label 'go' 
         }
         tools {
                 go 'go-1.16'