Re: Error running Windows batch file via build step

2018-02-14 Thread Sai Krishna
On Thursday, April 19, 2012 at 5:13:30 PM UTC+5:30, Lee Winder wrote: > > I have a single batch file which calls a number of executables which > builds various assets for our application. When I run the batch file > manually it works perfectly (the command prompt opens, the assets are built

Re: Setting jenkins timezone

2019-11-05 Thread Sai krishna reddy karri
did you tried changing the timezone in jenkins UI within manage jenkins - > configure system, there is an option to update it. On Tue, Nov 5, 2019 at 10:51 PM Bruno Warmling wrote: > Hello everybody, > > I'm new here, but this forum looks awesome and maybe someone here can help > me. > > This

Re: Issue with docker executors in Jenkins

2019-11-01 Thread Sai krishna reddy karri
so first have you updated the docker host uri option within docker file under /etc/default/docker ? that looks something like this -H tcp://127.0.0.1:2376 -H . after adding this in the end line try restarting docker and then check On Wednesday, October 30, 2019 at 7:42:56 AM UTC+5:30, Mus K

Re: jenkins slave it is showing offline mode

2019-11-16 Thread Sai krishna reddy karri
try changing the Jenkins JNLP port to fixed within manage Jenkins -> config global security, and then restart the server and try again, I suspect the port that JNLP was taking which was occupied with some other process, but just give this a try !! On Fri, Nov 15, 2019 at 11:33 PM siva devops