Closed codeimmortal closed 6 months ago
@awesomehimanshu - if I understand your question correctly, then you would need to use Navigator REST call to automate the plugin deployment/configuration. Otherwise, I suggest that you go through the IBM support and open a ticket/case to get help.
Closing this issue as no activity in 60 days.
I am working in IBM content navigator where i am customizing it functionality like menu , grid etc.
What process i follow is this?
I create plugin in java+ant as usual. And then deploy the plugin in IBM content navigator admin Plugin option manually (open application , then going to plugin menu , loading plugin , testing manually). Same i have to do for INT environment, manually take jar and open navigator and deploy plugin. But this is manual task , i want to automate it
I want to automate it by jenkins or other CI/CD tool so no manual task need. I will push my code to git and from there the CI/CD pipeline pick it and deploy.
I have deployed for java , node.js ,database application by this , but i am not getting how to do plugin deployment of IBM content navigator by CI/CD?
Any blog and experience most welcome.