Fix param name.

This commit is contained in:
Manuele Simi 2021-02-03 21:37:41 -05:00
parent 685bee0b2f
commit a58a6ca6a4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -180,7 +180,7 @@ def exec(repo_url, repo_name) {
output = sh(script: bashWrapper, returnStdout: true)?.trim()
}
}
if ((!filter) || (filter_with && output.contains(filter_with))) {
if ((!filter_with) || (filter_with && output.contains(filter_with))) {
def xml_action = """
<action repo="${repo_url}">
<stdout>