You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warn user when on-cel-expression is used with on-target-branch/on-event
This patch warns users in both the `user events namespaces`
and `controller logs`when using `on-event` and `on-target-branch`
annotations along side `on-cel-expression`
Hence warning users would avoid further confusion
Fixes: openshift-pipelines#1974
Signed-off-by: PuneetPunamiya <[email protected]>
msg:=fmt.Sprintf("Warning: The Pipelinerun '%s' has 'on-cel-expression' defined along with [%s] annotation(s). The `on-cel-expression` will take precedence and these annotations will be ignored", prun.Name, ignoredAnnotations)
0 commit comments