does jenkins have a post build process such that the build WAR files can be made to be stored particular folder?

有帮助吗?

解决方案

There are a couple of different ways to move built files. The first is through plugins. Which plugin you use depends on where you want to store things. Try looking at these sections of the Jenkins Plugin list:

The second way of moving built files is to brute force the move by creating a Jenkins build step to execute a set of shell commands.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top