Re: Did the Jenkins version numbers just change?

2016-10-05 Thread Baptiste Mathus
For future reference, also https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line Le 5 oct. 2016 10:34 PM, "Sunil Shah" a écrit : > Ah thanks, that makes sense! > > On Wednesday, October 5, 2016 at 12:17:32 PM UTC-7, Stephen Connolly wrote: >> >> Perfectly normal. >> >> LTS versions are ba

Re: special Characters significance

2016-10-05 Thread Baptiste Mathus
Where? Le 5 oct. 2016 6:06 AM, "amol malokar" a écrit : > TEMPFOLDER=\\TEST\DATA\AD > > was interpreted to: > > \TESTDATAAD > > > Updated the Jenkins and Saw this change was happening. > > -- > Regards, > Amol > > -- > You received this message because you are subscribed to the Google Groups > "

Re: Secure Jenkins and mutlibranch github pipeline trigger

2016-10-05 Thread Corey Wei
Hi Lionel, I just tested this on Jenkins 2.19.1. Looks like "Re-register hooks for all jobs" is not working for my multibranch job. Is there anything I am missing? Thanks On Monday, May 9, 2016 at 9:08:52 PM UTC+8, Lionel Orellana wrote: > > > Apologies for my rather disorganised thought proce

Config.xml of the job gets lost/deleted randomnly on jenkins restart or saving the configuration after changing it

2016-10-05 Thread touseef yousuf
Im currently facing an issue where the config.xml of my created jobs gets deleted randomly on Jenkins restart and the job is no longer available on the view,even the job folder is present on file system *but without config.xml *.I have no idea what leads to this randomn disappearance of the con

triggering jenkins downstream project as per my parameter selection

2016-10-05 Thread sundar rajan
Greetings All , I have project EG : master & individual project A , B ,C >From master --> i need to have multiple choice option --> A B C If i select A & B --> In my down stream A & B prject has to run . Conclusion : User have to select the multiple downstream project from the upstream proj

Re: Updating jenkins version in docker image cause exit 143

2016-10-05 Thread YusufSalahAdDin
Ok, i run it with parameter *-d *and i have this: salahaddin@TulipanROG  ~/Proyectos/uzmantech/jenkins   master ●  docker-compose up -d  ✓  4169  18:55:31 Starting jenkins_data_1 Starting jenkins_slave_1 Startin

Re: Updating jenkins version in docker image cause exit 143

2016-10-05 Thread YusufSalahAdDin
I have this in bash: docker-compose > up > >  1 ↵  4159  18:11:07 > Creating jenkins_slave_1 > Creating jenkins_data_1 > Creating jenkins_master_1 > Creating jenkins_nginx_1 > Attaching to jenkins_slave_1, jenkins

AWS CodeDeploy Plugin Credentials Access Key/Secret Key set to Jenkins Admin U/P

2016-10-05 Thread Go Mezant
Hello, Trying to set up Jenkins on an EC2 with Code Pipeline. Using Jenkins v2.24 The Plugin has a captions that says: *If keys are not specified, *the plugin will use the default credentials providers and pull from one of: Environment variables, credentials profile, or IAM instance role. The

Update jenkins version in a docker container

2016-10-05 Thread YusufSalahAdDin
Hi guys I'm new in jenkins with docker, so, i thanks any help to me. I want to know: How can we update jenkins in a existed docker container? You know, i don't want lose my configuration, projects, build reports and etc., but i don't know how update jenkins in docker. Thanks! -- You received

Re: Updating jenkins version in docker image cause exit 143

2016-10-05 Thread YusufSalahAdDin
No, nothing, but the problem persist, i deleted all container and compose up again, and doesn't works, now i'm trying killing the docker machine and create again. El miércoles, 5 de octubre de 2016, 16:02:44 (UTC-5), Daniel Beck escribió: > > Anything interesting getting logged during startup?

Re: Updating jenkins version in docker image cause exit 143

2016-10-05 Thread Daniel Beck
Anything interesting getting logged during startup? > On 05.10.2016, at 22:55, YusufSalahAdDin wrote: > > Hi guys! > > I have the next problem: > > I built an image with Jenkins 2.23 and run it, all is well. > > Today i want update jenkins to 2.24, so, i change some lines in the docker > fil

Updating jenkins version in docker image cause exit 143

2016-10-05 Thread YusufSalahAdDin
Hi guys! I have the next problem: I built an image with Jenkins 2.23 and run it, all is well. Today i want update jenkins to 2.24, so, i change some lines in the docker file, change version to 2.24 and update sha. I built it, all is well, but when i up the machine, well, i have an error 143:

Re: Did the Jenkins version numbers just change?

2016-10-05 Thread Sunil Shah
Ah thanks, that makes sense! On Wednesday, October 5, 2016 at 12:17:32 PM UTC-7, Stephen Connolly wrote: > > Perfectly normal. > > LTS versions are based on weekly releases. > > After 3 LTS releases, the next weekly is selected. > > (There was a critical issue in 2.7.3 hence a 2.7.4 shortly follow

Re: Git plugin polling

2016-10-05 Thread Mark Waite
On Wed, Oct 5, 2016 at 9:29 AM wrote: > Our git server is set up to notify our jenkins instance whenever a commit > was received by using cURL by saying checking poll SCM for changes and > adding an empty schedule. As our developer count has grown we've noticed a > slow increase in backlog, and i

Git plugin polling

2016-10-05 Thread prose
Our git server is set up to notify our jenkins instance whenever a commit was received by using cURL by saying checking poll SCM for changes and adding an empty schedule. As our developer count has grown we've noticed a slow increase in backlog, and it seems to be that while there is a build th

Re: How to limited user to certain jobs

2016-10-05 Thread Mark Bidewell
The Role Strategy plugin might be more what you are looking for for Access Control https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin On Wednesday, October 5, 2016 at 5:27:43 AM UTC-4, stanle...@servicemax.com wrote: > > Hello, all > > I am trying to limited some user to access c

Re: How to limited user to certain jobs

2016-10-05 Thread Indra Gunawan (ingunawa)
Try this ownership plugin : https://wiki.jenkins-ci.org/display/JENKINS/Ownership+Plugin From: mailto:jenkinsci-users@googlegroups.com>> on behalf of "stanley.s...@servicemax.com" mailto:stanley.s...@servicemax.com>> Reply-To: "jenkinsci-users@googlegroup

Re: Creating groovy script to configure slave node properties >> "Restrict jobs execution at node"

2016-10-05 Thread Amit Ghatwal
Hi Indra, Got it working with the below changes to my groovy script . Copying the updated script for benefit of others import jenkins.model.* import hudson.model.* import hudson.slaves.* import hudson.plugins.sshslaves.* import com.synopsys.arc.jenkinsci.plugins.jobrestrictions.nodes. JobRestri

How to limited user to certain jobs

2016-10-05 Thread stanley . shen
Hello, all I am trying to limited some user to access certain jobs, and cannot see other jobs which are not related to them. I am using the "Project-based Matrix Authorization Strategy" to access control, and it seems I cannot get what I want by this. Also I try to create user view, but which i

Passwordless SSH using LSF-cloud

2016-10-05 Thread Thomas Dack
So we recently set up a new Jenkins instance implemented onto our LSF batch system, and we are currently trying to set it up so that it can submit jobs to the queue. As Jenkins exists within the batch system itself we'd ideally like to do this without giving the Jenkins user a password, as it on