Re: Problem with zip-compressing files remotely running AutoIt scripts

2013-09-11 Thread Mateusz Polański
The slave is started via Java Web Start, not installed as a service, and it was started from the same user. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Problem-with-zip-compressing-files-remotely-running-AutoIt-scripts-tp4677583p4677592.html Sent from the Jenkins use

Problem with zip-compressing files remotely running AutoIt scripts

2013-09-11 Thread Mateusz Polański
I'm doing some GUI-testing using AutoIt. When i run those tests manually, everything works fine, the results are zipped. However, when i run these through a job executed on a windows server 2003 slave, the results are not zipped. The tests are run in an execute batch step. Does anyone encounter sim

RE: Choosing the slave to run the project

2013-09-06 Thread Mateusz Polański
I want to have an upstream build, in which you choose other builds that have to be run, and the slaves on which they need to be performed. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Choosing-the-slave-to-run-the-project-tp4677458p4677463.html Sent from the Jenkins u

Choosing the slave to run the project

2013-09-06 Thread Mateusz Polański
Is there a possibility to choose the slave on which a build can be run using an environmental variable? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Choosing-the-slave-to-run-the-project-tp4677458.html Sent from the Jenkins users mailing list archive at Nabble.com. -

One parameter depending on the other

2013-08-29 Thread Mateusz Polański
Is there any possibility to make one choice parameter be depending on the choice taken in the other? Any plugins, triggered jobs? Or do I have to do this in different jobs? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/One-parameter-depending-on-the-other-tp4677158.htm

Loading the list of choices from file or database

2013-08-28 Thread Mateusz Polański
When I have a parameterized build, how can I load the choice list for the choice parameter from a file or database? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Loading-the-list-of-choices-from-file-or-database-tp4677084.html Sent from the Jenkins users mailing list a

Deploying build artifacts

2013-08-26 Thread Mateusz Polański
I'm trying to copy artifacts from the concrete build being executed to a remote directory. I have tried almost everything to override the basedir, but it still says: "The basedir path '/home/user/.jenkins/jobs/gh/builds/82' from the workspace doesn't exist." I've tried different ways to write the p

ClearTool on shell

2013-08-22 Thread Mateusz Polański
Executing [quote]cleartool setview someexistingview[/quote] in an execute shell action on a Jenkins instance running on a redhat server I get the following in the console output: [quote]stty: standard input: Invalid argument[/quote]. Other cleartool commands like "lsview" or "pwv" are working fine.