Skip to content

Commit

Permalink
#328: reverted regexpFilterText change for on pull request jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelendik committed Mar 5, 2024
1 parent 42dac7d commit e861674
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class PullRequestJobFactory extends PipelineFactory {
printContributedVariables(isLogLevelActive(Logger.LogLevel.DEBUG))
printPostContent(isLogLevelActive(Logger.LogLevel.DEBUG))
silentResponse(false)
regexpFilterText(String.format(webHookArgs.prFilterText, this.repoUrl))
regexpFilterText(String.format(webHookArgs.prFilterText, resolveUrl(this.repoUrl)))
regexpFilterExpression(String.format(webHookArgs.prFilterExpression, this.repoUrl))
}
}
Expand Down

0 comments on commit e861674

Please sign in to comment.