jenkinsci / generic-webhook-trigger-plugin

Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.
https://plugins.jenkins.io/generic-webhook-trigger
410 stars 162 forks source link

changed_files regexpFilterExpression doesn't work #317

Closed DreamPWJ closed 4 months ago

DreamPWJ commented 4 months ago

Jenkins and plugins versions report

I want to automate the build based on the module name recorded in git commit, But no matter how I write it, it doesn't work regexpFilterText: '_$ref_$git_message_$changed_files', regexpFilterExpression: '^' + '_(refs/heads/' + "${BRANCH_NAME}" + ')' + '_(release)' + '.*' + '_(.*'+ "${(IS_MONO_REPO == true || IS_MAVEN_SINGLE_MODULE == false) ? '\\' + "${PROJECT_NAME}" + '\\' : ''}" + '.*)'

tomasbjerre commented 4 months ago

Impossible to work with this. Read issue template and open new issue.

DreamPWJ commented 4 months ago

“pengbo-park/pengbo-park-app/src/main/java/com/pengbo/park/app/controller/weixn/WeiXinPayController.java” get pengbo-park-app regexp is it not OK