Tagged Questions
The hudson-plugin-batch-task tag has no wiki summary.
0
votes
0answers
61 views
Anyone seen this PMD error “invalid block type”
I have a Maven 2 job in Hudson/Jenkins that runs PMD. But it is throwing the below error:
[INFO] [pmd:pmd {execution: pmd}]
[INFO] ...
0
votes
1answer
62 views
SVN Call Hudsonserver/Job/TheJob/polling without open Browser
I have a Projekt that's hosted on Subversion. And i use the Jenkins (old Hudson) for Continoues Integration.
Now i make a batch-file as Subversion-PostCommithook thats run this command.
start ...
0
votes
1answer
137 views
Modifying Saved Artifacts On a Particular Jenkins Build for Deployment
We have a .NET Jenkins installation that builds a few .NET apps. These apps include a bunch of *.exe and *.exe.config files. Right now, I save the app as a zipfile containing all of the *.exe, the ...
0
votes
1answer
580 views
Getting the current logged-in user from an Ant task running in Hudson
I'm using the "Hudson batch task plugin" to kick off some ant tasks after a build has run to deploy the build to a remote box.
As a part of the deploy the ant tasks writes a log record to a database. ...
0
votes
2answers
819 views
How to allow multiple Hudson jobs with same name to run
I have a Hudson job with 2 tasks. If I start task A and then start task B while task A is still running, then task B will not start running until task A has finished. I have no locking on this job ...