Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
We need to create 40 tasks in TAC Job conductor. Instead of manually doing it, I see the TAC metaservlet commands where I can create the tasks in TAC using script or API call. But a artifact task is not being created. Is there anyway to create the artifact tasks using Metaservlet commands or any other approach instead of manually creating the tasks in job conductor.
It appears that associatePreGeneratedJob is what you'll want to use.
TAC , Metaservlet API are the only ways to create items in TAC. What is the error you are facing in MetaServlet API Call.
Share the commandline and the logs which you tried out.
I have used associatePreGeneratedJob for creating the task . However, the GUI looks like the normal task. its not looking like the artifact task. can you please suggest me here.
Associate pregenerate job is the WORST one can do.
What it is doing is it downloads a ZIP file from nexus, places it on TAC.
It doesn't store where it came from. You can't update it. You'd have to browse it again if there are any changes made.
and if someone wipes the folder where these were stored you've lost everything.
What I'd like to see is a way to create Artifact tasks through metaServlet just like I do through the GUI. I don't see that option in the metaservlet tho.
Welp, so much for that idea, then.