filtered-output #2

Merged
roberto.cirillo merged 4 commits from filtered-output into master 2021-02-04 17:08:39 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a58a6ca6a4 - Show all commits

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>