Hi,
I'm using Jenkins to build the war file.
I have configured everything like a number of build or number or artifacts etc.
I have multiple customers, So I have written a script to build the war file for a specific one.
With the log, it showing that Jenkins building the war for only one customer, but inside the artifact (target folder). Jenkins Keeps all the war file for all the customers.
How is it possible?
With the log, it showing that Jenkins building the war for only one customer, but inside the artifact (target folder). Jenkins Keeps all the war file for all the customers.
If I delete the artifact the target folder is deleted.
But whenever I run the script to build the war file for some customer and check the target folder.
It is again showing all the war file
Please help me to resolve this problem
Thanks in advance