Checking in files from the build
Hi,
I have a build script which is used to build a qa componente. We need to update the client jar files every other day, I've created a way to copy those files over to the build machine when we run the build I wan't to know if it is possible to check in those files and deliver to the repository when we build?
Regards,
Rick Gomes
I have a build script which is used to build a qa componente. We need to update the client jar files every other day, I've created a way to copy those files over to the build machine when we run the build I wan't to know if it is possible to check in those files and deliver to the repository when we build?
Regards,
Rick Gomes
One answer
Hello,
I didn't find a way using the jbe ant tasks but you can use the scm tool to check files in from the command line.
I didn't find a way using the jbe ant tasks but you can use the scm tool to check files in from the command line.
Hi,
I have a build script which is used to build a qa componente. We need to update the client jar files every other day, I've created a way to copy those files over to the build machine when we run the build I wan't to know if it is possible to check in those files and deliver to the repository when we build?
Regards,
Rick Gomes