Git plugin: how does it decide to build instead of aborting?

2015-08-01 Thread bl0ck3r
In the big picture, I want to give my users a job where they specify both the source (fork) and destination (upstream) git repository, as well as the source and destination branch names, and I want jenkins to merge the source (repo, branch) into the destination (repo, branch), then build. The so

Re: Use port 80 for Jenkins

2015-08-01 Thread Mark Waite
I would think that running Jenkins as the root user would be a very risky. If one of the users inadvertently defines a Jenkins job that runs the shell command "rm -rf /", your system will self-destruct. It is best to find another way, rather than running the Jenkins process as the root user. Mark

Re: Use port 80 for Jenkins

2015-08-01 Thread Martin
Hey, I was starting the service with a sudo user. So it should be fine in terms of privilege. On Friday, July 31, 2015 at 3:05:29 PM UTC-4, Thomas Fuerer wrote: > > on many systems you need administrative privileges to use a port between > 0 to 1024. normally a apache httpd (or nynx) demon runs

Re: REST API to create Credentials in jenkins

2015-08-01 Thread Naga Rakesh
Creating a new account (username, password) in jenkins credentials section through REST API's, preferably with JAVA. Also please feel free to answer on allowing certain accounts access to jobs, that would be really helpful Thanks! On Sat, Aug 1, 2015 at 10:14 AM, Khai Do wrote: > Could you be

[workflow-plugin] SBT job complete succesfully but the job failed

2015-08-01 Thread Filippo De Luca
Hi, I have written a simple workflow for a sbt based project. The sbt command complete succesfully but the job failed: [info] Tests: succeeded 59, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [info] Passed: Total 59, Failed 0, Errors 0, Passed 59 [success] Total time: 415 s

How do i pass a build number from an upstream job to a downstream job using the build pipeline plugin

2015-08-01 Thread Khai Do
How about save environment variable out to file then use env inject plugin to load it in downstream jenvironment -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email t

REST API to create Credentials in jenkins

2015-08-01 Thread Khai Do
Could you be more specific? Do you mean create a new account? set an account password? Or allow certain accounts access to jobs? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it,