Maven configuration in Jenkins | Manage Jenkins -> Global Tool Configuration -> Maven Configuration

2017-03-31 Thread Deb
Manage Jenkins -> Global Tool Configuration -> Maven Configuration gives me these two options: Default settings provider Default global settings provider Both the above options ask for using default Maven settings or using settings file in file system. Can anyone help me to understand the

Re: Jenkins kubernetes Client

2017-03-31 Thread Sudha Subramanian
This is the core part of my jenkins.yml file > containers: > > - name: jenkins-tnrp-master > > image: tnrp/jenkins:2.32.3 > > ports: > > - containerPort: 8080 > > - containerPort: 5 > > resources: > > limits: { cpu: "10", memory: "20Gi" } > >

Re: Pipelines, Blue Ocean & SVN

2017-03-31 Thread James Dumay
Hi Daniel, We certainly want to support using your existing SVN based jobs in Blue Ocean. I suspect that JENKINS-41644 is the ticket we should be tracking. Could you please login to JIRA, watch the ticket and leave us a comment there with

Opportunity for MS SQL Server Database Consultant @ Washington, DC.

2017-03-31 Thread peter
Dear Associate: We have the below job opportunity with one of our clients. Let me know if you are interested or you can refer your consultants who might be interested for the below job opportunity. Job Title : MS SQL Server Database Consultant Level II Location

Opportunity for Web Application Developer @ Palo Alto, CA.

2017-03-31 Thread peter
Dear Associate: We have a job opportunity with one of our clients. Let me know if you are interested or any of your referrals who might be interested for the below job opportunity. Job Title : Web Application Developer Location : Palo Alto, CA

Opportunity for Apigee API Developer @ Oaks, PA.

2017-03-31 Thread peter
Dear Associate: We have the below job opportunity with one of our clients. Let me know if you are interested or you can refer your consultants who might be interested for the below job opportunity. *Req-1* Job Title: Apigee API Developer Location: Oaks, PA Duration

How do I enforce this ordering logic - pipelines.

2017-03-31 Thread Sam Sieber
Is there a way to make sure that concurrent runs of a pipeline enter a stage in the order they were executed, without aborting any? I'm putting our unit tests into pipelines. I'd like to wait to calculate the junit report until the previous runs have had their tests calculated. Example: A,

Re: Issues with SSH Host Key Verification

2017-03-31 Thread Brian Wilson
I logged in to the Master server in a command line shell and sudo'd (sudo -su ) to the user running the Jenkins war file. I ran the ssh command to connect to each of the Jenkins Agent machines and had no issue connecting. I did this with both the machine name and the fully qualified domain

Analytics for Jenkins CI/CD

2017-03-31 Thread Naresh Aravindh
CloudMunch (www.cloudmunch.com) will be launching a new product “Analytics for Jenkins CI/CD” in the coming weeks. This product is useful for Release Managers and DevOps admins who are using Jenkins as a part of their application delivery pipeline. Metrics will be collected from Jenkins and

Re: Issues with SSH Host Key Verification

2017-03-31 Thread Brian Wilson
I logged in to the Master server and sudo (sudo -su ) to the user running the Jenkins war file. I ran the ssh command to connect to each of the Jenkins Agent machines and had no issue connecting. I did this with both the machine name and the fully qualified domain name (e.g. machine1, and

scp files located outside of workspace

2017-03-31 Thread t3knoid
Is it possible to scp files located outside of a workspace simply using existing Jenkins plugins? I am currently using a Python script to this currently by calling the scp command-line. The SCP plugin nor Publish over SSH does not appear to support this. Maybe in conjunction with another

Wiki downtime/maintenance window scheduled for 2017-04-01 16-18:00 UTC

2017-03-31 Thread R. Tyler Croy
As promised/threatened a while ago, I am planning to ugprade Confluence on April 1st (no joke!). In the process of upgrading Confluence, we will also be re-sizing the VM it currently lives on for better performance. As such, please do not expect wiki.jenkins-ci.org to be servicing requests from

Re: Jira/Jenkins integration Plugins

2017-03-31 Thread Victor Martinez
Socket timeout sounds the issue therefore: - check the connectivity between Jenkins and jira - check whether the api access is enabled in jira via SOAP or RestApi There are further details in the below wiki page: https://wiki.jenkins-ci.org/display/JENKINS/JIRA+Plugin Cheers -- You received

Re: Declarative pipeline Mailer sendToIndividuals does not appear to work

2017-03-31 Thread Jon Dufresne
I guess this seems like a bug. Filed: https://issues.jenkins-ci.org/browse/JENKINS-43202 On Fri, Mar 24, 2017 at 1:11 PM, Jon Dufresne wrote: > I'm using a Jenkinsfile using the declarative syntax. In it is the blurb: > > > post { > failure { > step([$class:

Is there a jenkins parameter plugin that can show parameter options base on current login user?

2017-03-31 Thread kmter . com
For example, assume there is a choice parameter *project* and 7 options(opt1,2..7), userA have the 3 options(opt1, opt2, opt3) to pick, userB have 5 options(opt2, opt3, opt4, opt5, opt7) and userC have all 7 options. And the options can be configure in a matrix like below: option\user userA

Re: Jira/Jenkins integration Plugins

2017-03-31 Thread Ramanathan Muthaiah
Hi Marlene, I have not used JIRA plugin in Jenkins but aware of Python library that allows CLI interaction to JIRA. My experience with jira-python module is pretty limited but it looks interesting. /Ram On Tuesday, March 28, 2017 at 1:11:48 AM UTC+5:30, Marlene Cote wrote: > > I have

Re: is there a way to get all the enabled jobs on a jenkins CI System

2017-03-31 Thread Ramanathan Muthaiah
Raj, I would like to know if there is a way to use jenkins cli jar file and find > out if a given job is enabled or currently disabled. > i have about 700 jobs on the server and would like to know the list of > enabled and disabled jobs > Another way to get this done (if you have done prior

Re: missing group in pipelines run leads to docker failure

2017-03-31 Thread Ramanathan Muthaiah
Nathan, > > > so I get: `Got permission denied while trying to connect to the Docker > daemon socket at unix:///var/run/docker.sock` via the jenkins pipeline run, > but docker is fine when run as the jenkins user locally on the box... > http://nknu.net/how-to-configure-docker-on-ubuntu-15-04/

Re: Plugin for delete last month data.

2017-03-31 Thread Sandeep Grandham
Hi... i found one plugin for Build trend graphs, its helpful for me. i.e : *Hudson global buildstats.* On Wednesday, March 29, 2017 at 7:06:19 PM UTC+5:30, Sandeep Grandham wrote: > > Hi.. > > Is there any plugin is there for to show all the selected Projects *Build > Time Trend* graphs in same

Re: Moving jobs from Bamboo to Jenkins

2017-03-31 Thread Kevin Burnett
type faster? :) ... :( i don't think you're going to find much help in terms of an existing script to perform the whole migration. http://stackoverflow.com/questions/38910932/bamboo-to-jenkins-migration. what i have found is that declarative pipelines facilitate migration quite well,

Moving jobs from Bamboo to Jenkins

2017-03-31 Thread DevOps_PS
*My company has decided to move from Bamboo to Jenkins. We have several jobs already in Bamboo. Can someone help me with a solution on moving all jobs from Bamboo to Jenkins swiftly ?* -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: Jenkins kubernetes Client

2017-03-31 Thread Knurek
I recently setup jenkins using the `kubernetes-plugin` and didn't have any issues like this. Where/when do you get this error? what's your kubernetes yaml file look like? On Thursday, March 30, 2017 at 6:30:52 AM UTC+2, Sudha Subramanian wrote: > > Hi, > > I'm trying to run Jenkins in