IntentArchitect / Support

A repository dedicated to handling issues and support queries
3 stars 0 forks source link

How to add custom modules into the intent cli #16

Closed Tiashka12 closed 1 year ago

Tiashka12 commented 1 year ago

pipeline I have a software factory step in my build pipeline that requires a clean software factory run with no changes before a build can pass, however now ive added some modules locally. if i host these modules, is there a way to tell the cli to also install the modules? here are the steps in my pipeline: image

dandrejvv commented 1 year ago

Hi @Tiashka12 .

Certainly, depending on where the modules are located on the build server you may need to update your Module Repository location.

Also remember to set the context to Current Solution since it will create a config file containing the path that can be committed to source control and which your build server can use to locate those modules.

If the path differs on the build server from your local dev machine, you may need to make a script that updates the intent.repositories.config config file during the build process on your build server to point to the correct path. If you need help in that regard, I'm happy to assist.

dandrejvv commented 1 year ago

Hi @Tiashka12 . As discussed, we're closing this issue but if you do run into any problems again please feel free to re-open or log a new issue.