News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

[SOLVED] How to call codebkocks.exe inside Jenkins ?

Started by Suryavarman, November 13, 2013, 09:39:53 PM

Previous topic - Next topic

Suryavarman

Jenkins stay blocked on the launch when i try to call codeblocks.exe with batch command.

It's works directly with the batch file or inside cmd consol.

(I have try to call a python file but it's the same problem. )

Remark see :
http://forums.next.codeblocks.org/index.php/topic,18544.0.html


Suryavarman

My solution :

Jenkins Job batch : BEGIN -> call a TCP client ( script python ) ->  send a message to a application server -> call codeblocks.exe  with CreateProcess -> WaitForSingleObject -> Send( "END process" ) to TCP client -> Jenkins Job batch : END


It's works.