Explorar el Código

feat(jenkins): upd

zengzhixiang hace 2 años
padre
commit
47147b849c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -24,8 +24,8 @@ pipeline {
      printContributedVariables: true,
 
 
-     regexpFilterExpression: 'refs/heads/' + env.BRANCH_NAME
-     regexpFilterText: '$ref',
+     regexpFilterExpression: 'refs/heads/' + env.BRANCH_NAME,
+     regexpFilterText: '$ref'
     )
   }