Hi,
I've read about the BUILD_ID environment variable and how to use it when
starting say a daemon job like a webserver. That's fine and the build
works, and a process gets spawnsed. My question is, what are the best
practices to see if that daemon is running correctly? Do I continuously
ch
Having the exact same problem, were you able to figure out the issue?
On Sunday, August 3, 2014 at 1:20:27 AM UTC-7, Tommy Chan wrote:
>
> I have setup a Jenkins project but the project cannot build after commit.
>
> Here is my setting:
> In Git Source Code Management, Repository URL is
> *g...@g
We run jenkins on tomcat on port 8080 but then use iptables to route port
80 to 8080. Works great. Here is one sample:
http://askubuntu.com/questions/444729/redirect-port-80-to-8080-and-make-it-work-on-local-machine
On Sat, Aug 1, 2015 at 4:44 PM, Mark Waite
wrote:
> I would think that runni
answer is here
https://stackoverflow.com/questions/17716242/creating-user-in-jenkins-via-api
On Saturday, August 1, 2015 at 10:38:08 AM UTC-7, Naga Rakesh wrote:
>
> Creating a new account (username, password) in jenkins credentials section
> through REST API's, preferably with JAVA.
>
> Also