Explorar el Código

Обновить 'Jenkins/jenkinsfile'

vmshay hace 5 años
padre
commit
5fcc012b8d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkins/jenkinsfile

+ 1 - 1
Jenkins/jenkinsfile

@@ -1,7 +1,7 @@
 #!groovy
 pipeline {
     agent {
-       label 'develop'
+       label 'master'
     }
 
     options {