running a jenkins job against an apache virtualhost

2021-08-19 Thread Don Raikes
Hi, I am just getting started with Jenkins, and my setup is as follows: 1. I am using Jenkins from a docker container the Jenkins/Jenkins container. 2. On the same cloud compute instance, I have apache httpd running with three virtualhost blocks defined. * The server names for the v

Re: Why does my Jenkins not run a .exe file?

2021-08-19 Thread Slide
Does the application try and interact with the desktop? If you are running the agent/jenkins as a Windows service, it will not be able to interact with the desktop by default. You need to search for "services interact desktop windows" to find information on how to enable it. On Thu, Aug 19, 2021 a

Re: Why does my Jenkins not run a .exe file?

2021-08-19 Thread Mahmoud Beltagy
It is important for my build to open this exe, without it the build process will fail, so the issue is not continuing the process. I want jenkins to be able to open an external exe to use it in the build process On Wednesday, August 18, 2021 at 4:01:27 PM UTC+2 ice...@googlemail.com wrote: > m

Jenkins build node remote directory setting not used?

2021-08-19 Thread zil...@gmail.com
I set up a Windows build node, and set its "Remote root directory" to X:\jenkins. However, the jobs keep using C:\jenkins. Why is that? how can I set the jobs to use X:\jenkins if not this way? Thanks, Chris -- You received this message because you are subscribed to the Google Groups "Jenkins