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