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 similar issues and knows how to fix them?



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Problem-with-zip-compressing-files-remotely-running-AutoIt-scripts-tp4677583.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 users mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 users mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 path down, it's always the same.
Does anyone know how to master this issue?



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Deploying-build-artifacts-tp4676969.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.