Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: proper usage of step (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Mar 12, 2021
1 parent a01d0a6 commit 70b1d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def generateFunctionalTestStep(Map args = [:]){
}
tags += excludeNightlyTag

if (isPR() || isUpstreamTrigger('PR-')) {
if (isPR() || isUpstreamTrigger(filter: 'PR-')) {
tags += pullRequestFilter
}

Expand Down

0 comments on commit 70b1d3d

Please sign in to comment.