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
Is your feature request related to a problem? Please describe.
Since the standard Jenkinsfile doesn't require an explicit clone, pipeline as yaml shouldn't either.
Describe the solution you'd like
When it is yaml from SCM it should automatically have the code cloned (as per the configuration) to be consistent with what happens for Jenkinsfile from SCM.
The issue is with pipeline project when selecting "Pipeline As Yaml from SCM", it won't automatically do the checkout. I've just tested on multi-branch and it seems to be fine.
Is your feature request related to a problem? Please describe.
Since the standard Jenkinsfile doesn't require an explicit clone, pipeline as yaml shouldn't either.
Describe the solution you'd like
When it is yaml from SCM it should automatically have the code cloned (as per the configuration) to be consistent with what happens for Jenkinsfile from SCM.
Describe alternatives you've considered
The workaround is to add an explicit checkout
This works..
But this doesn't
Unless you add a clone step before the maven build
The text was updated successfully, but these errors were encountered: