Script executed. The exit code is 255.

2015-09-30 Thread Nayan Jyoti Gogoi
Hi All, I am executing a shell script using jenkins on a hpux machine. It goes like this. -- set +e set +x #!/bin/sh cd /tmp/ rm -rf bc_env.txt echo "SANDBOX:${sandbox}" >> /tmp/bc_env.txt echo "SERVER:${aquarius}" >>

Re: Building a sample HelloWorld.java using Jenkins

2015-09-30 Thread Nayan Jyoti Gogoi
Hi, As per your query it is seen that you are not using any build tool,first you have install a build tool and accordingly have to set the environment path to that machine,and then you have define required targets there,for example you want to compile your .java program and put class files in