Re: maven.jenkins-ci.org not reachable ? - can't release a plugin ...

2016-10-08 Thread Baptiste Mathus
Hey, better use the dev list fot that question next time. Wipe out the following lines from your pom to inherit the right ones: https://github.com/jenkinsci/tikal-multijob-plugin/blob/master/pom.xml#L17L22 That address has long been deprecated in favor of repo.j.o. And in general it's better to j

Re: Initial steps with Jenkins

2016-10-08 Thread Baptiste Mathus
I guess you're using a freestyle job. What config did you put under the "Gerrit event" checkbox? Le 7 oct. 2016 11:06 AM, a écrit : > Hi! > I apologize for asking this extremely stupid newbie question, but > currently I'm a bit stuck. > I've been looking on the Internet for an answer, but either

maven.jenkins-ci.org not reachable ? - can't release a plugin ...

2016-10-08 Thread hagzag
Hi all, Did any of you encounter unavailability of maven.jenkins-ci.org ? "http://maven.jenkins-ci.org/content/repositories/releases"; doesn't load in browser either ... I am getting this during release: Uploading: http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/pl

Re: Updating jenkins version in docker image cause exit 143

2016-10-08 Thread Baptiste Mathus
docker logs container_id The Jenkins one I guess. Also curious why you're running nginx for that test. Le 7 oct. 2016 9:41 AM, "YusufSalahAdDin" a écrit : > Where can i found these login, because in bash docker doesn't show me any > log, and, when i get in container, all jekins logs are fine. >

Re: Jenkins 2.7.4 seems to leave behind a Java TestNG process (on Windows slave) if the build is aborted/slave loses connection

2016-10-08 Thread Baptiste Mathus
We worked around a similar issue in the past with selenium with a job that would leave the webdriver process behind sometimes. The idea for you is to find the right command for finding then killing processes under Windows (or do whatever cleanup is required). Then just call that before or after eac

Re: Modify the number of jobs that can run in parallel for a project

2016-10-08 Thread Mark Sinclair
I must have been mistaken - Thanks for the info!! > On Oct 8, 2016, at 9:31 AM, Victor Martinez > wrote: > > As far as I see that method is public as you can see in the javadoc: > > - http://javadoc.jenkins-ci.org/hudson/model/Slave.html#setNumExecutors(int) > > You might need to execute save

Re: How can I view the changes made to a webpage made from commandline in Jenkins?

2016-10-08 Thread Mark Waite
If you're truly sending data but receiving no indication of the actions resulting from sending that data, it will be hard to decide the health of an operation. However, since you're sending keystrokes to a web application, you might try sending keystrokes which tell the web application to save the

Re: Secure Jenkins and mutlibranch github pipeline trigger

2016-10-08 Thread Corey Wei
Hi Lionel, It's working once I added the following to Jenkinsfile : properties([pipelineTriggers([[$class: 'GitHubPushTrigger']])]) Thanks On Thursday, October 6, 2016 at 5:46:52 PM UTC+8, Lionel Orellana wrote: > > Hi Corey > > Unfortunately I don't have this server running anymore. I was just

Re: Modify the number of jobs that can run in parallel for a project

2016-10-08 Thread Victor Martinez
As far as I see that method is public as you can see in the javadoc: - http://javadoc.jenkins-ci.org/hudson/model/Slave.html#setNumExecutors(int) You might need to execute save afterwards: - http://javadoc.jenkins-ci.org/hudson/model/Node.html#save() Cheers -- You received this message becaus

Re: Upgrade manually doesn't works

2016-10-08 Thread Baptiste Mathus
What do you mean? Would you be able to push your image somewhere in public on GitHub, or a simplified version? docker build --no-cache . to disable the build cache. Not sure that is what you mean, though. 2016-10-08 7:45 GMT+02:00 YusufSalahAdDin : > There is a way to delete cache in docker an

Re: New Pipeline plugin: Pipeline Model Definition

2016-10-08 Thread Andrew Bayer
It's *definitely* not supposed to do that! The declarative model should only kick in if you're using the "pipeline { ... }" step. Can you open a ticket on issues.jenkins-ci.org with the errors you're getting? Thanks! A. On Saturday, October 8, 2016, Matthew Grose wrote: > Apologies if this isn'