Parcourir la source

test jenkins file

amenpunk il y a 3 ans
Parent
commit
703b0a8b5e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -1,7 +1,7 @@
 pipeline {
     agent {
         node {
-            label 'ClubDit'
+            label 'master'
         }
     }
     stages {