Skip to content

Commit

Permalink
Update meta reference in trigger jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Nov 19, 2024
1 parent 2d86436 commit c355ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.trigger
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ properties([
disableResume(),
durabilityHint('PERFORMANCE_OPTIMIZED'),
pipelineTriggers([
upstream(threshold: 'UNSTABLE', upstreamProjects: 'meta'),
upstream(threshold: 'UNSTABLE', upstreamProjects: '../meta'),
]),
])

Expand Down

0 comments on commit c355ead

Please sign in to comment.