Re: Parameterized Trigger Pipeline

2016-08-02 Thread Mrinal Mukherjee
Yes, I agree. But in this case, its not an automated polling system which would be queuing up the builds, but actual SCM triggers queuing them up. If the build pipeline is unable to cope up with the speed of development, we may want to look at ways to speed-up the pipeline. Maybe setting up a

Re: Parameterized Trigger Pipeline

2016-08-02 Thread Mrinal Mukherjee
Yes, I agree. But in this case, its not an automated polling system which would be queuing up the builds, but actual SCM triggers queuing them up. If the build pipeline is unable to cope up with the speed of development, we may want to look at ways to speed-up the pipeline. Maybe setting up a

Re: How to create new user and assign role to it? Inorder to restrict access for some the user

2016-08-02 Thread Mrinal Mukherjee
Short answer - look up role-based access control in Jenkins. On Wed, Aug 3, 2016 at 2:20 AM, Divya Reddy wrote: > We are using normal desktop Jenkins version and till now we have one user > to access it which has all permissions. > Now I want to create multiple users and

How to use EC2 plugin to scale up the cluster

2016-08-02 Thread praveen
We've a job and that job used run currently. Created label for this job(created same label in the Jenkins configuration). Whenever I run the job Jenkins able to spin up the new instance and execute job. However if all executors are busy on the running slave ec2 plugin

Re: Blue Ocean Alpha Plugin - HTTP error of HTTPS

2016-08-02 Thread Dan QAmbox
Finally figured it out. Was looking in the wrong place. The file you need to update is under /etc/ngnix/site-enabled/jenkins.conf. As stated by Dominic above replace: proxy_redirect off; with proxy_redirect http:// https://; then sudo service jenkins restart sudo service ngnix restart

Re: Blue Ocean Alpha Plugin - HTTP error of HTTPS

2016-08-02 Thread Dan QAmbox
Hi there. I tried this but it does not work. I also upgraded to the latest alpha release but that didn't fix the issue either. Would it be possible to for you share you NGNIX config so I can check it against mine to see why its not working. Thank you in advance. On Wednesday, July 27, 2016

Re: Add email extension plugin in jenkins

2016-08-02 Thread rnara
We don't have internet connection on the Linux server, this is the reason why I'm adding the plugin manually. I will setup a proxy server and try to install through plugin manager. Thanks! On Tuesday, August 2, 2016 at 2:31:14 PM UTC-4, slide wrote: > > You should install using the plugin

Re: Add email extension plugin in jenkins

2016-08-02 Thread Slide
You should install using the plugin manager, not by putting the file on the disk. This will handle dependencies and so forth automatically. On Tue, Aug 2, 2016 at 11:10 AM rnara wrote: > Hi, > > I have added the latest "email extension plugin" in the following location

Add email extension plugin in jenkins

2016-08-02 Thread rnara
Hi, I have added the latest "email extension plugin" in the following location on a Linux server in the Jenkins war file and restarted Jenkins, but it doesn't show up in the installed plugins on Jenkins dash board. Please let me know if I'm missing anything. "WEB-INF/plugins/email-ext.hpi"

Re: Where can I drop a jar for it to be generally available to jenkins?

2016-08-02 Thread Chris Price
On Monday, April 11, 2016 at 2:15:58 PM UTC-7, Brian Ray wrote: > > We download jars in the job's workspace after checking out Groovy scripts > and set the classpath env variable prior to running the Groovy build step. > In Freestyle jobs we use the Artifactory plugin >

How to get a node list according to the parameter from the previous pipeline job in Jenkins?

2016-08-02 Thread Jack Andy
I got 2 pipeline jobs. Jenkinsfile in the first one: slave_list = ['test01', 'test02'] build job: 'pipeline-test2', parameters: [[$class: 'NodeParameterValue', name: 'node_list', labels: slave_list, nodeEligibility: [$class: 'AllNodeEligibility']]] Jenkinsfile in the second one,and job

Re: Jenkins AIX version

2016-08-02 Thread Jack Andy
thank you very very very much! Since I changed to jdk1.7, Jenkins worked fine. You are right: the master and slave both install the jdk1.7 or above. On Sunday, July 24, 2016 at 4:34:21 AM UTC+8, Baptiste Mathus wrote: > > 0) since some months, Jenkins requires JDK 7 minimum. So using a JDK6 for

Getting all the jobs assigned to a specific section in a section view

2016-08-02 Thread Alex Brodov
I'm trying to get programmatically (Using Groovy for example) all the jobs assigned to my "hudson.plugins.sectioned_view.ListViewSection" object, which is located in the section array in the hudson.plugins.sectioned_view.SectionedView object. I saw that there's a method "getItems", the thing

Urgent Req : 15 Roles for Core Java Developer's at Mc Lean, VA 12months Contract to Hire

2016-08-02 Thread mike agilees
HI Professional This is MIKE MICHON from Agile Enterprise solutions This is in reference to the following position. * Please find below job description if you feel comfortable please revert with updated resume, Rate and contact details ASAP * Title:Core Java

How to create new user and assign role to it? Inorder to restrict access for some the user

2016-08-02 Thread Divya Reddy
We are using normal desktop Jenkins version and till now we have one user to access it which has all permissions. Now I want to create multiple users and restrict access to all jobs for that user. Can any one help me on this? -- You received this message because you are subscribed to the

Install sbt using sbt-plugin via groovy script

2016-08-02 Thread alessandro cinelli
Hi, I would like to install scala sbt using sbt-plugin via a groovy script, in order to automate a vm installation with ansible. I tried several options but I can't make it work. I was following https://github.com/glenjamin/jenkins-groovy-examples/blob/master/README.md and I was able to get

Email opening problem

2016-08-02 Thread Jack Ass
Hello, I am quality assurance specialist. I am creating automatic tests and today I encountered with a problem related to Jenkins. With Selenium Eclipse I created automatic test for registration to website: opening website, filling register information. After that opening new tab, fill gmail

Jenkins as a Windows Service keeps losing elevated Privileges

2016-08-02 Thread PortMan
We recently tried moving our Windows Jenkins slaves to run as a service instead of just running the slave agent jnlp file. According to the Mercurial Plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Mercurial+Plugin), "The default installation runs windows service with "local system"

Re: Jenkins 2.x - Pipeline(DSL) - Build failed but all stages are green

2016-08-02 Thread Baptiste Mathus
Maybe you could share a gist of your script, showing the issue you're having and what you want/expect? Will probably be more efficient than just speaking about that code? Le 2 août 2016 12:39 PM, a écrit : > I still have the issue with a succeeded pipeline that shows

Re: Parameterized Trigger Pipeline

2016-08-02 Thread Chris Shannon
Unfortunately that will end in the same result. If a new SCM build is queued before the previous pipeline is done (regardless if that is from a poll or a push), then I'm in this situation. On Monday, August 1, 2016 at 5:20:58 PM UTC-5, Mrinal Mukherjee wrote: > > Hi Chris, > > This may not be

Parallel Test Executor Plugin ignores test in chart

2016-08-02 Thread Markus Axelsson
When a pipeline project is viewed in Jenkins with the parallel test executor plugin installed, we are presented with a chart of the test result. The problem is

Re: Jenkins 2.x - Pipeline(DSL) - Build failed but all stages are green

2016-08-02 Thread thomas . lehmann
I still have the issue with a succeeded pipeline that shows red. Even when I say: currentBuild.result = "SUCCESS" ... at the end No trace all steps are executed fine just the state is wrong. Using now Jenkins 2.14 On Thursday, July 21, 2016 at 11:53:41 AM UTC+2, thomas@teamaol.com

Re: Jenkinsfile merge conflicts because difference between branches

2016-08-02 Thread Alan Clucas
How are you building all these branches? If you're using a multibranch pipeline (or anything else where the branch name is part of the job name) then env.JOB_NAME contains a string you can mangle to extract the branch details. On Tuesday, 2 August 2016 07:19:22 UTC+1, Sverre Moe wrote: > > I

Re: workflow - allocate node(s) for user?

2016-08-02 Thread Åsmund Østvold
Les, did you find a solution that worked for you? Do anybody have a working solution they could share? Regards, Asmund On Thu, Jan 8, 2015 at 12:40 AM, Jesse Glick wrote: > On Wednesday, December 24, 2014 1:16:10 PM UTC-5, LesMikesell wrote: >> >> Is there - or could

How to apply build trigger for bitbucket in jenkins jobs from groovy sccript?

2016-08-02 Thread Alok Kumar Singh
I amtrying to automate this work through groovy script. On my jenkins master I have more than 200 jobs where I want to enable bitbucket trigger, How can I do that with groovy script. Please help. I already tried this but it din't work. for(item in Hudson.instance.items){

Jenkinsfile merge conflicts because difference between branches

2016-08-02 Thread Sverre Moe
I am using the variable buildEnvironment to determine which set of nodes the branch should be built on. Each release branch (including git master) has their own list of slave nodes. Jenkinsfile: #!groovy def buildEnvironment = "master" def param2 = null String[] args = [buildEnvironment,

setting build name while job is running using build-name-setter plugin

2016-08-02 Thread sivarajesh jarugula
I have a jenkins page with multiple users running jobs simultaneously the jenkins page can be logged in using LDAP user accounts. while jobs are running from multiple users, I would like to see the username in each build number this helps users does not kill the job IDs of other users (is there