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
I also encountered this while using a private repository and therefore added a service account to the pipeline-run.yaml. But this will replace the pipeline service account which is somehow not mentioned in the yaml but is needed.
So there are two solutions for that if this error occurs in context of cloning a private repo at the beginning.
Add authentication credentials secret to the pipeline service account and don't use a SA in the pipeline run
or define the SA exactly to the task in the pipeline-run.yaml
output:
solution update task s2i-java-11, step build, line 177 with securityContect: privileged: true
see https://access.redhat.com/solutions/5163281
Environment: OpenShift 4.7.3, OpenShift Pipelines 1.2.3
The text was updated successfully, but these errors were encountered: