Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I've made a reference project and common code being used across several projects such as (joblets, metadata connections, context variables) and published into Nexus and then scheduled in TAC.
Now, I had to make some changes to common code in Reference Project i.e. metadata connection which is being used in several jobs running in TAC.
As far as I know, make changes to Reference project and re-publish all the jobs into Nexus to reflect the changes which is tedious. Is there any simple mechanism w/o re-publish each and every job?
Appreciate your HELP on this/
Thanks
Hari
You could use CI/CD to automate this for you. If you don't want to set up CI/CD you could install the CommandLine and write a script to do this for you.
Thank you! I'm exploring the process of CI/CD automation.