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
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
The bug I experienced is around receiving parameters between 2 jobs.
Both jobs are Github Organization jobs, it means the 1st one is invoked by a GitHub webhook invocation. The 2nd one is created using Github webhooks but invoked by the 1st one.
Both jobs are pipeline declarative jobs with a shared library.
The invocation of the 2nd job code looks like this:
Hi @morficus,
The bug I experienced is around receiving parameters between 2 jobs.
Both jobs are Github Organization jobs, it means the 1st one is invoked by a GitHub webhook invocation. The 2nd one is created using Github webhooks but invoked by the 1st one.
Both jobs are pipeline declarative jobs with a shared library.
The invocation of the 2nd job code looks like this:
The invoked job (2nd Jenkins) looks like this
Output on 2nd job is
I believe that most of the problem is about the way Jenkins pipelines are created. Since this problem usually happens on new branches 1st build.
Is there a way to workaround this issue ?
The text was updated successfully, but these errors were encountered: