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
When I configure a list of simple jobs without parameters, it fails with no job defined in config: jenkins.jobs. Running with -show-config option returns
ah...dejavu. we had the same issue when having jobs without parameters. I remember there are some restrictions or strange behavior inside the mapstruture which does not add empty elements in this case.
We added a dummy key there to make it work as a "temporary fix"...works since 3 years now 🤡
Describe the problem
When I configure a list of simple jobs without parameters, it fails with
no job defined in config: jenkins.jobs
. Running with-show-config
option returnsconfig.yaml
If I add
parameters
ortrigger
field, for example, the jobs are parsed correctly and I'm able to trigger the jobs.I tried something like
But with the same result.
The text was updated successfully, but these errors were encountered: