Re: include regions and exclude regions in jenkins

2016-07-26 Thread Mark Waite
You'll need to provide much more detail before effective help can be given. For example, answers to the following questions will probably be needed: 1. Which SCM system are you using? 2. What include regions have you defined? 3. What changes did you make which caused a build to be

include regions and exclude regions in jenkins

2016-07-26 Thread Vish0007
Hi, I have include regions configured in jenkins project. I intend to build only if changes are on certain file paths. The include regions is not working and build is triggered for every change across different paths. Any ideas what could be wrong and how can I fix it? Thanks -- You

accounts.jenkins.io problems not able to reset password or sign up

2016-07-26 Thread Narahari 'n' Savitha
Hello: I tried to reset the password on the accounts.jenkins.io site and here is what I see. *HTTP ERROR 500* Problem accessing /doPasswordReset. Reason: Server Error *Caused by:* javax.servlet.ServletException: javax.naming.NamingException: [LDAP: error code 28 - entry update failed];

Re: Is `concurrency: 1` on a stage in multibranch pipeline build supposed to apply to all branches for that build?

2016-07-26 Thread David
I never found a good solution, but I am using the lockable resources plugin (https://wiki.jenkins-ci.org/display/JENKINS/Lockable+Resources+Plugin). I didn't need to define each resource manually: When the lock step is used in a Pipeline, if the resource to be locked > isn't already defined in

Re: Jenkins 2.x Pipeline - parametrized build, parameters are not evaluated in Git

2016-07-26 Thread Greg Smith
We are currently using the multibranch plugin to rebuild old versions of our code using Jenkins 2.X pipeline style. Our main branch just uses "checkout scm". That builds and builds. If we need to rebuild an old release, from a specific version, we create a branch from that version: git

Re: Is `concurrency: 1` on a stage in multibranch pipeline build supposed to apply to all branches for that build?

2016-07-26 Thread Greg Smith
Hi David, Did you ever find a nice solution to this problem? I would also like to lock builds for projects with multiple branches / PRs, but don't want to mess with using lockable resources (which seems to be the only solution right now that works with pipeline code, but it requires you

Re: Jenkins 2.x Pipeline - parametrized build, parameters are not evaluated in Git

2016-07-26 Thread Francois Marot
Has anyone any update or workaround on it ? I'd like to move the team to Jenkins 2 and use Jenkinsfile but not being able to run a build against a specific branch or a specific commit is a blocker in my case... I need to be able to build again old versions of my software. I tried yesterday on

RE: start jenkins sub jobs parallelly

2016-07-26 Thread pb60704
I tried the below code, but that doesn't ensure the parallel run. #!groovy stage "preparation" node { parallel ( phase1: { echo "phase1" }, phase2: { echo "phase2" } ) } stage "do the build"

Cannot swithc off Jenkins Authentication

2016-07-26 Thread steerpike1001
Can anyone please help with this issue? http://stackoverflow.com/questions/38543700/disable-authentication-for-jenkins-when-running-from-command-line -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Cannot-swithc-off-Jenkins-Authentication-tp4829572.html Sent from the

[no subject]

2016-07-26 Thread nanda kishore
Hi professional, This is Kishore 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, salary compensation and contact details ASAP * Title : Groovy on Grails Tech

Permissions required to see Pipeline documentation and Snippet Generator?

2016-07-26 Thread Greg Smith
Hi, I am using github organization to manage our transition to Jenkins' new Pipeline build model. I would like for my users to be able to see the Pipeline documentation, and to use the snippet generator. The problem is, I can't seem to figure out how to do that without making users an

Re: Blue Ocean Alpha Plugin - HTTP error of HTTPS

2016-07-26 Thread Daniel Beck
What URL is configured in Manage Jenkins » Configure Jenkins » Jenkins Location? Should be HTTPS if you access Jenkins that way. > On 26.07.2016, at 17:37, Dan QAmbox wrote: > > Hi there. > > I just installed the alpha version of the Blue Ocean plugin. I see the blue >

Blue Ocean Alpha Plugin - HTTP error of HTTPS

2016-07-26 Thread Dan QAmbox
Hi there. I just installed the alpha version of the Blue Ocean plugin. I see the blue "Try Blue Ocean" button at the top of the page. However, when I try to get to the page I get an error in the console: Mixed Content: The page at 'https://a.b.com/blue/' was loaded over HTTPS, but requested

Re: Exact permissions required for Github Organization plugin?

2016-07-26 Thread Greg Smith
Thanks! Yes, just what I was looking for. On Monday, July 25, 2016 at 6:14:22 PM UTC-4, Mark Waite wrote: > > Step 5 at https://hub.docker.com/r/jenkinsci/pipeline-as-code-github-demo/ > says > "Configure a personal access token with these scopes: repo:status and > public_rep" > > Is that

Plugin that runs a job on a specific slave, based on it's CPU usage

2016-07-26 Thread Mihai Dinu
Hi there Jenkins fans, I got this problem that i'm trying to figure out and I was hoping someone could help me with it. I have a job that i want to start on a specific jenkins slave. This slave would be selected from a list of available slaves passed by me as parameter (e.g. [$slave1,

Re: Jenkins get wrong workspace

2016-07-26 Thread Summer nguyen
Hello, Sorry I miss some useful information . I use : Jenkins ver. 1.651.2 I use the the "promoted builds plugin" , and the Execute the shell is in the "Promoted Build When" . Thank you very much . Vào 17:40:47 UTC+7 Thứ Ba, ngày 26 tháng 7 năm 2016, Summer nguyen

Jenkins get wrong workspace

2016-07-26 Thread Summer nguyen
Hello, I am using Jenkins for deploying my web system . Jenkins meet my requirements . But I got some error while deployin the system. In the Project configuration, I configure the build to Execute the Shell : /usr/local/jenkins_deploy/deploy.sh $WORKSPACE/ . In the time I use it to

Re: Private message regarding: jenkins 2.7.1 missing Maven plugin and JDK

2016-07-26 Thread Arnaud Héritier
Hi, I used more GitHub than BitBucket but globally both of them should have a similar support nowadays Best regards Note: I moved your conversation to the users list where you'll have more visibility / feedbacks On Tue, Jul 26, 2016 at 1:52 AM, GBANE FETIGUE wrote: >