Is there a way to use Apache and Matrix based security together?

2016-10-25 Thread Jonathan Hodgson
Hi, I'm running an Apache server, so it makes sense to use that as a proxy for Jenkins, and since the people on the project already have logins and passwords to access other project related pages, it makes sense to me to use that autorization. But within Jenkins, I'd like to be able to set up

RE: Is there a way to use Apache and Matrix based security together?

2016-10-25 Thread Teichner Peter
It depends how you store your original login details for the users – is it coming from an LDAP server? Perhaps for you it would make sense to use apache as a proxy but let Jenkins do the authentication by connecting to the original provider. From: jenkinsci-users@googlegroups.com [mailto:jenki

Re: Is there a way to use Apache and Matrix based security together?

2016-10-25 Thread Jonathan Hodgson
On Tuesday, October 25, 2016 at 10:48:04 AM UTC+1, Teichner Peter wrote: > > It depends how you store your original login details for the users – is it > coming from an LDAP server? Perhaps for you it would make sense to use > apache as a proxy but let Jenkins do the authentication by connectin

Re: Integrating Jenkins with chef

2016-10-25 Thread Lavanya pujari
Is there any requirement to add certificate to jenkins for fetching nodes from online chef server. As I am using chef sinatra plugin and chef Identity plugin. On Monday, October 24, 2016 at 3:43:36 PM UTC-4, Teichner Peter wrote: > > Which plugin are you using? > > Get Outlook for Android

Question about Pipeline as code vs individual jobs

2016-10-25 Thread Teichner Peter
Hi Everyone, I've been playing with the Jenkins pipeline as code and it made me wonder: Should I do a POC for replacing complete build/test and deployment (to Nexus) individual jobs with one pipeline job which would have all steps inside it? Our build jobs are using mostly maven if that makes a

[Reverse Proxy Auth Plugin] Example of X-Forwarded-Groups usage

2016-10-25 Thread Dmitry Katsubo
Dear Jenkins users, I wonder if somebody hag utilized X-Forwarded-Groups HTTP header to pass the information about the groups to Reverse Proxy Auth Plugin ? In particular, what is th

Jenkins is not executing any tests

2016-10-25 Thread sven . person
Hi, its my first try with getting tests running in jenkins (and writing test automation in general). i've written a Test in Intellij, its running fine there. I have a .pom file and a testng.xml and of course a source file . my problem now is that jenkins builds successfull but no tests get ex

Help required to integrate Jenkins with ClearCase UCM

2016-10-25 Thread Rajeev Iyer
Hello.. Could anyone please help me with the steps to integrate Jenkins with ClearCase UCM ? I have installed the plugin required for the same, however I am looking for help to configure the project in Jenkins. Thanks in advance -- You received this message because you are subscribed to the Goo

Re: Help required to integrate Jenkins with ClearCase UCM

2016-10-25 Thread Slide
You've asked a question that is too open ended. If you would like help, it would be a good idea to try things out, then if you run into issues ask specific questions. A general "please tell me step by step how to do this" will generally not get a good response. Your environment may be different in

Re: Integrating Jenkins with chef

2016-10-25 Thread suresh kumar
Hi Lavanya, Could you explain the full scenario what you are trying to achieve. In that case you may get correct guidance rather than fix for your problem. I foresee you are trying to register a node to chef server and then execute the respective recipes. -Suresh On Tuesday, October 25, 2016 at

Re: Help required to integrate Jenkins with ClearCase UCM

2016-10-25 Thread suresh kumar
Hi Rajeev, You need to find out some articles or webinars which are similar to your requirement. First of all did you got any article or blog to implement what you are looking for. -Suresh On Tuesday, October 25, 2016 at 7:48:15 PM UTC+5:30, Rajeev Iyer wrote: > > Hello.. > Could anyone please

PermGen space

2016-10-25 Thread GBANE FETIGUE
Hi folks, I am running Jenkins on Centos 6.5 base image and even though I have enough memory I am always having that weird error message below. FYI I have set on configuration system "Global maven OPTS this : -Xmx2048m -XX:-UseGCOverheadLimit -XX:MaxPermSize=512m but nothing. any other ideas th

Re: PermGen space

2016-10-25 Thread Michael Lasevich
This error does not appear to be coming from Jenkins (no jenkings classes in the stack trace) - So I would examine the job that is being executed and check if the maven options you set are actually taking effect. I do not see maven classes in the stack trace either, so this may be some tool Mave

Deleting MB generated jobs without server restart?

2016-10-25 Thread Michael Lasevich
Does anyone have a way of manually deleting the MB Pipeline Jobs that does not involve restarting the server? Currently the only way I know to get it done is to delete the directory on the master filesystem and restart the server - which is obviously less than ideal on a busy server. I suspec

Re: Integrating Jenkins with chef

2016-10-25 Thread Irfan Sayed
if you want to execute the chef-client on the set of nodes which are fetched based on certain pattern of cookbook and recipe pattern, then chef sinatra plugin is the better choice. further, chef client runs in parallel on all these nodes so that you can save much time there. please let us know if

Re: concurrency parameter no longer accepted for stage block?

2016-10-25 Thread Brian Ray
Yes, there's a more sophisticated way of doing this now. Here's a good blog post on the technique. On Monday, October 17, 2016 at 10:44:49 AM UTC-7, Kyle Flavin wrote: > > I posted this in the wrong place previously - hope this is correct

Re: Question about Jenkins kubernetes plugin

2016-10-25 Thread Akagi Norio
I noticed that this happens because on my Ubuntu, a subnet of Docker network and one of k8s (which resides on another VPC on AWS) is overlapped. It's now resolved. Thanks! On Monday, October 24, 2016 at 8:52:12 AM UTC-7, Akagi Norio wrote: > > Hi, > > I'm trying to use Jenkins kubernetes plugin

Pipeline development small window

2016-10-25 Thread Sam K
As the pipeline code gets more and more complicated, I find the tiny window to do the coding very painful. So, I've been copying and pasting changes from Notepad+/gvim, hit 'Apply', make sure there are no errors and then run the pipeline. Is there a better way other than checking this into s

Re: Pipeline development small window

2016-10-25 Thread Michael Lasevich
You can/should keep it in Git but you can use the "Replay" function to test your modifications before committing them (modify in IDE, cut-n-paste to Replay window to test, then commit when ready). I am not sure why you would want to keep it out of git log, that is exactly what git log is there

Matrix Axis Labels Not Exposed to JUnit Plugin

2016-10-25 Thread Chris Wozny
All, I am currently running the following setup: Jenkins 2.0 ClearCase Plugin 1.6.2 Multijob Plugin 1.21 JUnit Plugin 1.6 I have a (crude example of a) matrix job in which each axis slave runs a different set of tests as follows: User-defined Axis #1 Name: TYPE Values: Windows Linux User-defin

Matrix Axis Labels Not Exposed to JUnit Plugin

2016-10-25 Thread Chris Wozny
All, I am currently running the following setup: Jenkins 2.0 ClearCase Plugin 1.6.2 Multijob Plugin 1.21 JUnit Plugin 1.6 I have a (crude example of a) matrix job in which each axis slave runs a different set of tests as follows: User-defined Axis #1 Name: TYPE Values: Windows Linux User-defin

Reload configuration from disk

2016-10-25 Thread ELIASSAL
Hi, I clock on Jenkins -- Manage Jenkins-- Reload Configuration from disk, I land on a page indicating please wit while Jenkins is getting ready.. Then I get forwarded to the dashboard, I am not able to reach the reload page, I even restarted Jenkins, rebooted the machine, no way getting t

Jenkins does not load the page "Reload Configuration from Disk"

2016-10-25 Thread ELIASSAL
HI, I am tring to import an xml file for a job, when I click on managing Jenkins --> Reload Configuration from Disk, I get a page indicating Please wait while Jenkins is getting ready to work Your browser will reload automatically when Jenkins is ready then I get forwarded to the dashboard page

Reload job configuration from disk does not work

2016-10-25 Thread ELIASSAL
HI, I am trying since a couple of days to import a job xml definition, each time I go to Manage Jenkins --> Reload configuration from disk, a page displaus indicating "Please wait while Jenkins is getting ready to work, your browser will reload automatically when Jenkins is ready.", then 1

I need help someone who knows about this ...

2016-10-25 Thread Jorge Hernandez
Does anyone have a way to manually remove the MB Pipeline Jobs does not involve restarting the server? Currently, the only way I know to do is delete the directory on the root filesystem and restart the server which is obviously less than ideal on a busy server. I suspect there's a way to do t

bitbucket & Jenkins Integration

2016-10-25 Thread Eddú Meléndez Gonzales
Hi, I am working with Jenkins 2 and Bitbucket Branch Source Plugin and I have followed the following steps: 1. Create a new Item "Bitbucket Team/Project" 2. Set "Scan Credentials" (this credential is from one team member - Username and Password) 3. Enable "Auto-register webhooks" 4. Then, Jenki

bitbucket & jenkins integration

2016-10-25 Thread Eddú Meléndez Gonzales
Hi, I am working with Jenkins 2 and Bitbucket Branch Source Plugin and I have followed the following steps: 1. Create a new Item "Bitbucket Team/Project" 2. Set "Scan Credentials" (tested with credential from team member and team/apitoken - Username and Password) 3. Enable "Auto-register webho

Re: I need help someone who knows about this ...

2016-10-25 Thread Michael Lasevich
OK, so this is more than a little creepy -M On Tuesday, October 25, 2016 at 5:14:23 PM UTC-7, Jorge Hernandez wrote: > > Does anyone have a way to manually remove the MB Pipeline Jobs does not > involve restarting the server? > > Currently, the only way I know to do is delete the directory o

Re: Is there a way to make jenkins serve up script generated pages?

2016-10-25 Thread Michael Lasevich
I think pretty much every browser will do XML+XSL conversion without any plugin, although if you want a "shared" XSL file, you may have to add a stylesheet tag to point to it inside your XML So all you do is archive your XML with stylesheet tag and a shared location for your XSL file and you ar

Constructor or equivalent for "Global Variables" in libraries

2016-10-25 Thread Michael Lasevich
So, what is the proper way to initialize the fields in the "Global Variables" found in the /vars dir in library code? I know it is supposed to be a singleton instantiated on first call, and I know I can SET new fields by just setting them, but what if I want them to have default value when obje