Jenkins Build periodically not working

2013-12-18 Thread sumesh
Hi, I have scheduled job using build periodically(45 17 * * *). But its not scheduling at 5:45 pm.. Please help -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Jenkins-Build-periodically-not-working-tp4684694.html Sent from the Jenkins issues mailing list

scheduled time vs actual time

2013-12-17 Thread sumesh
Hi, I am facing the problem with scheduled build with build periodically settings. I have scheduled the build at */1 * * * * for every minute (testing purpose). But job not executing after one min, its taking different time intervals to execute like this. Success Console Output #14

PSCP is not working in jenkins

2013-01-24 Thread sumesh
Hello friends, I am trying to execute pscp.exe using nant in Jenkins to file transfer.. But its not working. Can anyone help me.. Thanks in advance -- View this message in context: http://jenkins.361315.n4.nabble.com/PSCP-is-not-working-in-jenkins-tp4652856.html Sent from the Jenkins issues

How to execute external .exe file from jenkins

2013-01-11 Thread sumesh
Hi, How to execute external .exe (db converter) from jenkins using Nant I have tried to execute like exec program=MyConverter.exe basedir=${MyConverter_dir} commandline= /Session:quot;${name}quot; failonerror=False/ but getting return code -1.. Its not working.. Please advise me, thanks