Plugin to handle console wrapping

2015-06-30 Thread Robert Conde
In my configuration I have lines that are formatted something like: [MyMachine 00:12:12] Here is a log message that tells me something about what's happening When the log messages get relatively long, things start looking like this: [MyMachine 00:12:12] Here is a log message that tells me somet

Re: Is it possible to use multiple authorization strategies in Jenkins?

2015-06-30 Thread Jacob Weber
To clarify -- you would use multiple strategies to authenticate users on your system. sssd can do this in conjunction with its PAM module -- you can use LDAP as well as local users. On Tuesday, June 30, 2015 at 2:51:55 PM UTC-7, Jacob Weber wrote: > > Funny, I just came here to ask the same qu

Re: Is it possible to use multiple authorization strategies in Jenkins?

2015-06-30 Thread Jacob Weber
Funny, I just came here to ask the same question. I know one approach is to configure Jenkins to use the Unix user/group database for authentication, and then configure your system to use LDAP to authenticate. For example, you can use sssd if you're running CentOS/RHEL. However, I'd prefer not

RE: Debug 'Trigger a remote parameterized job'

2015-06-30 Thread Ginga, Dick
My remote Jenkins has no authentication configured [cid:image001.png@01D0B359.6C4F9340] [cid:image002.png@01D0B359.6C4F9340] From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Steve K Sent: Tuesday, June 30, 2015 5:15 PM To: jenkinsci-users@googleg

Re: Debug 'Trigger a remote parameterized job'

2015-06-30 Thread Steve K
Is anyone successfully using this plugin? If so, what are the values you use in the trigger's setup? Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Plugin Development

2015-06-30 Thread Neetu
Hi, I appreciate you taking time to help me out. I am planning on extending the functionalities of the following plugin with features like Force Maven Default target and so https://github.com/jenkinsci/createjobadvanced-plugin On Friday, June 26, 2015 at 3:15:32 PM UTC-6, Neetu wrote: > > Hi

Re: Is it possible to use multiple authorization strategies in Jenkins?

2015-06-30 Thread Raju t
Hi Vicki, Wondering if you get any answer for your question or you found the solution? I am also facing something similar kind of problem where i need functionality of more than one authorization strategy. So thought of checking with you on what solution you got. Thanks. On Tuesday, August 19,

I have what seems to be a bug on Jenkins building one VBP file

2015-06-30 Thread Sebastián Segovia
Hi everyone, I have a jenkins problem with a job that runs an ant script to build and deploy VBP files. Everything is good except fo ONE project: When i build it from the Jenkins task, i get few display issues (few user controls being chopped off). But when i build that same user control (.ctl

help needed with view plugin development

2015-06-30 Thread Daniil B
Hello * I'm just getting started with developing Jenkins plugins and have successfully developed one already. The first plugin was a ListViewColumn plugin since there were plenty of examples on the web. But now I'm looking to devlop another plugin concerning the main jenkins page. Now I would

RE: Code output to Jenkins console

2015-06-30 Thread Ozcan Ovunc
Oh thanks, you were right, I added ./main and problem is solved :P -Original Message- From: "Maximilian Hill" Sent: ‎30.‎6.‎2015 16:15 To: "jenkinsci-users@googlegroups.com" Subject: Re: Code output to Jenkins console Hi, Your Jenkins may compile the code (depending on your project conf

Re: Code output to Jenkins console

2015-06-30 Thread Maximilian Hill
Hi, Your Jenkins may compile the code (depending on your project configuration), but it don't execute it. Regards Max Am 30.06.2015 15:11 schrieb : > Hi everyone! > > My question looks very simple but I'm a beginner at Jenkins and I'm > searching for 2 days and couldn't find any explanatory answ

Code output to Jenkins console

2015-06-30 Thread ozcaaan94
Hi everyone! My question looks very simple but I'm a beginner at Jenkins and I'm searching for 2 days and couldn't find any explanatory answer. I have a simple hello world code at github ( https://github.com/ozcanovunc/jenkins-test/blob/master/main.c) I can run it through Jenkins without any pr