|
I have done simply test project for a build where only activity is to execute command line command "echo **test**", but it fails (command is not executed).
Console output:
Started by user anonymous
Building in workspace C:\Jenkins\jobs\Test_Complete_test_oo_own_laptop\workspace
[workspace] $ sh -xe C:\windows\TEMP\hudson3329057452838949909.sh
Build step 'Execute shell' marked build as failure
Finished: FAILURE
Jenkins is normal installation and istalled as service.
Java test is ok. and version is:
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
I updated previous version to current, but I had same problem there.
There is Jenkins.war file running in my Windows 7 in 64 bit machine..
|