-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing pipeline with jobs that doesn't exist on the target envirement #280
Labels
bug
Something isn't working
Comments
HOW TO TEST: The release : 2.1.4
Then you need to use this build.
Execute this script using this commande :
Bug behavior:
Expected Behavior ( use case that work's fine )
Then everything works fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug behavior: When we export pipeline from v1 without setting the
include_jobs
to true. it will include all the jobs in the export process anyway.Fix behavior: When we export pipeline from v1 without setting the
include_jobs
to true. it will export only the pipeline without the jobs. And in the import process if the jobs from the pipeline version doesn't exist on the target platform then we need to get an error message showing the list of the missing jobs name like shown belowThe text was updated successfully, but these errors were encountered: