Wrong user of running pipeline
I have currently Pipeline with 4 jobs on it. Pipeline is triggering only manual.
I faced with an issue, that user of each pipeline after 1st one is always user who made a commit.
- COMMIT1 arrived. Commit create by USER1
- USER2 is going into Gitlab and trigger pipeline.
- First Job: "triggered 21 minutes ago by USER2
- But Second and Third Jobs: "triggered 23 minutes ago by USER1
Why user changed when 2nd Job started?
Any idea how I can control this.
Thanks a lot!