简体   繁体   中英

Run batch command in jenkins

I'm running jenkins on windows 7 as a service.

I'd like to run a very simple job which will start my firefox. (for example)

I configured a free style project and set up the "Execute windows batch command" option.

Here i have tried to insert couple of command which they all failed.

Commands like "echo hello" or other native command working as expected.

But command like "explorer " - should open the mentioned directory, or "c:\\firefox.lnk" (should open firefox) are not working. The jenkins seems to be running but after while the job fails with an error.

How can i run these actions?

Thanks.

This might be a path issue, check if the System user has 'explorer' in its path. (see http://antagonisticpleiotropy.blogspot.nl/2012/08/running-jenkins-in-windows-with-regular.html )

Additionally: Windows 7 does not allow service processes to create a UI. See this other stackoverflow question: Service starting a process wont show GUI C#

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM