Questions tagged [hudson-plugin-batch-task]
8 questions
2
votes
1 answer
batch tasks plugin setting permissions on jenkins
We're using the batch task plugin(here) on our jenkins server
i would like to restrict access/set permissions for certain tasks for individual users
For example:
User A can see tasks=> Push to production, Push to Dev
User B can only see task=> Push…

Tom Ly
- 155
- 2
- 8
1
vote
1 answer
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 required DLLs and *.xml files, and the default…

David W.
- 105,218
- 39
- 216
- 337
0
votes
2 answers
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 (i.e. "Locks" option is not ticked). How do I…
gavin
0
votes
1 answer
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 http://hudsonserver/job/TheJob/polling
I don't want to…

San
- 868
- 1
- 9
- 18
0
votes
1 answer
How to run tasks/promotions on jenkins pipeline builds?
Does anyone have a mechanism to simulate what the promoted builds plugin does or the batch tasks plugin does, but for pipeline builds?
I want to be able to for example, run the maven release plugin after a build, or as the promoted plugin allows,…

Michael Wiles
- 20,902
- 18
- 71
- 101
0
votes
1 answer
MSBuild 3.5 from Hudson
I am trying to set up MSBuild to compile a MS visual studio C++ project and running to some problem with include path. If I run MSBuild from command line, it builds successfully, but from within Hudson, the build failed because it can't find some…

ALI
- 125
- 1
- 10
0
votes
1 answer
How to configure Post build tasks in Hudson?
Hi I am using Hudson for source code management. I am able to correctly download the required code from my feature branch and successfully build it.
But I also require to trigger an .exe file once my build has been successful which I am unable to…

nerdinator123
- 1
- 1
0
votes
1 answer
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. I'd like to be able to include the current…

Ben
- 6,567
- 10
- 42
- 64