Hudson plugins provide extensions to Hudson's basic capabilities. These include source code access, display, process control, and many others.
Questions tagged [hudson-plugins]
317 questions
-1
votes
1 answer
Hudson -- Windows execute windows batch command
I currently running the following commands on a hudson slave deployed on a windows machine.
dir
cmd
mvn clean install
I get the following return on the build.
mvn' is not recognized as an internal or external command,
operable program or batch…

Mahdi Yusuf
- 19,931
- 26
- 72
- 101
-1
votes
1 answer
Gradle Task Sudden Termination
I will briefly explain the issue:
I am executing a gradle task through Hudson. The gradle task executes some groovy code.
If I cancel the Hudson job, executing the gradle task, then the gradle task ends abruptly, without completely executing the…

user1470220
- 123
- 2
- 15