Fix param name.
This commit is contained in:
parent
685bee0b2f
commit
a58a6ca6a4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue