Skip to content
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

Plugins folder name "splitepipeline" is wrong #7

Open
PatrickOnGit opened this issue Mar 7, 2023 · 4 comments
Open

Plugins folder name "splitepipeline" is wrong #7

PatrickOnGit opened this issue Mar 7, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@PatrickOnGit
Copy link

The plugins folder containing the module splitpipeline is named wrong, preventing the module to load.

@merddyin
Copy link
Owner

merddyin commented Mar 7, 2023

I will look into this, however the plugin module has been loading correctly for me. The plugins are discovered automatically during the load process by finding a load.ps1 file...so long as that file has the correct sub-path, then the module should regardless of spelling.

@PatrickOnGit
Copy link
Author

Maybe, as the build process did not work and I used the code "as-is", without explicitly building it, it failed. So I fixed the path. After I fixed the build process I actually didn't check if it would work with the wrong path name ;-)

@merddyin merddyin added the bug Something isn't working label Mar 8, 2023
@merddyin merddyin self-assigned this Mar 8, 2023
@merddyin
Copy link
Owner

merddyin commented Mar 8, 2023

So it looks like I fixed this at some point in the past. It really only kicks in as a need when deploying to large environments. The Dev branch, which has v1.4.6 has the corrected path. That said, the orchestration cmdlet (Publish-ADDESAEStructure) hasn't been updated yet to use all the updated cmdlets, so you would not be able to take advantage of the splitpipeline.

If you are currently needing the splitpipeline functionality, due to a large environment, you can either rename the folder in your local copy, or you can update the load.ps1 file in the plugins folder for splitpipeline. Now that I have the latest version up, I have several items on my urgent list...namely a couple of bug fixes and then updating the orchestration cmdlet.

@PatrickOnGit
Copy link
Author

I corrected the path in my copy to make the module load.
The split pipeline process had a couple of issues and are even more tricky to debug which is why, in the end, we didn't use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants