A question about Subversion Plugin 2.3

2014-05-02 Thread David Aldrich
Hi I see that Subversion Plugin 2.3 was released yesterday. The change log states: "Note: Version 2.0 contained a fix for issue #18574. However, the fix caused 2 regressions, so it was reverted in this version" Now, I know that from version 2

Jenkins UI show the time zone according to the user location

2014-05-02 Thread vprasad79
Hello Team -- Is there a way to make the Jenkins UI show the time zone according to the user location rather that the Jenkins server? -- 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

Re: A question about Subversion Plugin 2.3

2014-05-02 Thread Christoph Kutzinski
Hi, no JENKINS-18574 has nothing to do with credentials. It's only changelog related AFAIK. JENKINS-18574 wasn't even mentioned in the changelog of 2.0. Am 02.05.2014 09:25, schrieb David Aldrich: Hi I see that Subversion Plugin 2.3 was released yesterday. The change log states: *"Note:*Ve

RE: A question about Subversion Plugin 2.3

2014-05-02 Thread David Aldrich
Hi Christoph Thanks for your answer. Best regards David -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Christoph Kutzinski Sent: 02 May 2014 09:06 To: jenkinsci-users@googlegroups.com Subject: Re: A question about Subver

Re: Chrome plugin for Jenkins job monitoring

2014-05-02 Thread Marius Gedminas
On Thu, May 01, 2014 at 12:49:01PM -0700, Ajay Divakaran wrote: > *My use-case/story:* > As a lazy developer, I don't want to look at the build monitor or always > login to Jenkin's dashboard page to know the statuses of the jobs. > Given I almost always have Chrome open, I want the browser to tel

Re: Jenkins fails to install

2014-05-02 Thread Marius Gedminas
On Thu, May 01, 2014 at 03:03:55PM -0700, Derek Robati wrote: > We use NIS on our Ubuntu 14.04 LTS HP ProLiant server. > > After following the steps at > https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu > > $ sudo apt-get install jenkins

Re: New build flow seems to break many things

2014-05-02 Thread Greg Dickie
Post commit is nice but is not convenient for us as we have stash hosted in the cloud and jenkins behind the firewall (due to some specialized build slaves). We'd need to expose jenkins. Doable but should not be required IMHO. We have a multi-stage build, some parallel stuff as well and build flo

Re: New build flow seems to break many things

2014-05-02 Thread nicolas de loof
groovy DSL was only a quick and dirty implementation, I planned to have something more robust (and resumable), but with people to use it as a development console I don't have any option to change internal design now. This plugin was considered experimental, and I won't invest much time on it as I c

RE: New build flow seems to break many things

2014-05-02 Thread James Nord (jnord)
You should be able to poll without a workspace with stash using the "fast remote polling" option of the git plugin. /James > -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Greg Dickie > Sent: 02 May 2014 12:51 > To: j

Re: New build flow seems to break many things

2014-05-02 Thread Les Mikesell
On Fri, May 2, 2014 at 12:45 AM, nicolas de loof wrote: > Issue with workspace is people are abusing the DSL and start to "code" build > custom steps into build flow, not delegating to jobs. > build flow was designed to orchestrate ("flow") jobs together. The fact > jenkins needs a workspace to po

Re: New build flow seems to break many things

2014-05-02 Thread Les Mikesell
On Fri, May 2, 2014 at 7:07 AM, nicolas de loof wrote: > groovy DSL was only a quick and dirty implementation, I planned to have > something more robust (and resumable), but with people to use it as a > development console I don't have any option to change internal design now. > This plugin was co

Re: Jenkins fails to install

2014-05-02 Thread Daniel Beck
Known issue, will be fixed in 1.562: https://issues.jenkins-ci.org/browse/JENKINS-22715 On 02.05.2014, at 00:03, Derek Robati wrote: > Hello all, > > We use NIS on our Ubuntu 14.04 LTS HP ProLiant server. > > After following the steps at > https://wiki.jenkins-ci.org/display/JENKINS/Installi

Re: New build flow seems to break many things

2014-05-02 Thread nicolas de loof
The DSL keyword implementation is just a dozen lines, so easy to re-implement and extend. As I said, I'm giving up with this plugin, so if someone volunteer and want to resurrect workspace support, all yours 2014-05-02 14:55 GMT+02:00 Les Mikesell : > On Fri, May 2, 2014 at 7:07 AM, nicolas de

Re: New build flow seems to break many things

2014-05-02 Thread Greg Dickie
I thought so too, however I was not able to get it to work properly. Builds seem to get triggered but were building the same revision over and over. Also the stash notifications no longer worked. Reverting to .10 fixed that. Greg On Fri, 2014-05-02 at 12:09 +, James Nord (jnord) wrote: > You

Re: How to Configure a Jenkins project to run ant from a Windows Slave

2014-05-02 Thread John Park
To be honest, I have never tried invoking ant from the build step in jenkins..I just took a look at it, but I don't see how this would be more beneficial (or easier) for me, since I have everything already set up on the slave machine...all I should be doing is executing an ant command to run the sc

Re: New build flow seems to break many things

2014-05-02 Thread Les Mikesell
On Fri, May 2, 2014 at 8:15 AM, nicolas de loof wrote: > The DSL keyword implementation is just a dozen lines, so easy to > re-implement and extend. The DSL itself is the least interesting part to me. I don't really care about the keyword names or the syntax of where the squigglies go. But you h

Re: How to Configure a Jenkins project to run ant from a Windows Slave

2014-05-02 Thread Les Mikesell
On Fri, May 2, 2014 at 9:25 AM, John Park wrote: > To be honest, I have never tried invoking ant from the build step in > jenkins..I just took a look at it, but I don't see how this would be more > beneficial (or easier) for me, since I have everything already set up on the > slave machine...all I

Re: New build flow seems to break many things

2014-05-02 Thread nicolas de loof
2014-05-02 16:44 GMT+02:00 Les Mikesell : > On Fri, May 2, 2014 at 8:15 AM, nicolas de loof > wrote: > > The DSL keyword implementation is just a dozen lines, so easy to > > re-implement and extend. > > The DSL itself is the least interesting part to me. I don't really > care about the keyword n

Re: Jenkins master slave security

2014-05-02 Thread Les Mikesell
On Tue, Apr 29, 2014 at 5:28 PM, Stephen Connolly wrote: > Basically if you can't trust your build machines, you have some issues. > > If you can't trust the code you are building, you have worse issues. > > The current block on releasing the literate plugin is providing a good > isolation for pul

Re: Jenkins master slave security

2014-05-02 Thread Stephen Connolly
Well you could probably get quite close. You'd either be abusing promotion steps or abusing environments or both. But because literate makes matrix jobs and promoted jobs easy, and you have the human readable instructions in your README.md... you could probably get very close... the only bit that

Re: New build flow seems to break many things

2014-05-02 Thread Les Mikesell
On Fri, May 2, 2014 at 10:18 AM, nicolas de loof wrote: > >> The DSL itself is the least interesting part to me. I don't really >> care about the keyword names or the syntax of where the squigglies go. >> But you have clearly put a lot of effort into choosing the useful >> high-level operations a

Re: How to Configure a Jenkins project to run ant from a Windows Slave

2014-05-02 Thread John Park
Hi Les, OK, I think I get what you're saying, so this is what I did: I set ant and java globally in jenkins and pointed java home and ant home to directories on the jenkins machine (master) I then added those global settings to my slave node. I then added a build step to invoke ant, added the g

Re: How to Configure a Jenkins project to run ant from a Windows Slave

2014-05-02 Thread Les Mikesell
On Fri, May 2, 2014 at 10:56 AM, John Park wrote: > Hi Les, > > OK, I think I get what you're saying, so this is what I did: > > I set ant and java globally in jenkins and pointed java home and ant home to > directories on the jenkins machine (master) > > I then added those global settings to my s

JobGenerator: Create a job with a "Trigger parameterized build on other projects" post-build task?

2014-05-02 Thread Ralph Bolton
I'm trying to create pipelines and execution flows. To do this, I'm using the Job Generator Plugin to create jobs from 'templates'. This is mostly working just fine, except my first pipeline step needs to trigger the second pipeline step automatically. This is easily achieved by using a "trigge

Re: How to Configure a Jenkins project to run ant from a Windows Slave

2014-05-02 Thread John Park
Silly question, does the build.xml that's on the slave have to be on the master machine's root workspace directory in order for it to run on the slave? I made changes to the node configuration based on your pointers, and re-ran the project. On this try, I gave an explicit path to the build file,

Re: New build flow seems to break many things

2014-05-02 Thread nicolas de loof
That's not that simple 2014-05-02 17:45 GMT+02:00 Les Mikesell : > On Fri, May 2, 2014 at 10:18 AM, nicolas de loof > wrote: > > > >> The DSL itself is the least interesting part to me. I don't really > >> care about the keyword names or the syntax of where the squigglies go. > >> But you have

Re: New build flow seems to break many things

2014-05-02 Thread Les Mikesell
I thought someone said recently that groovy can load classes remotely from the master. What would be the magic to be able to add new libraries and make them available? On Fri, May 2, 2014 at 12:00 PM, nicolas de loof wrote: > That's not that simple > > > 2014-05-02 17:45 GMT+02:00 Les Mikesell :

Re: How to Configure a Jenkins project to run ant from a Windows Slave

2014-05-02 Thread Les Mikesell
On Fri, May 2, 2014 at 11:56 AM, John Park wrote: > Silly question, does the build.xml that's on the slave have to be on the > master machine's root workspace directory in order for it to run on the > slave? No, the slave has its own workspace and doesn't have anything to do with the filesystem t

Re: Jenkins vs. EBCDIC

2014-05-02 Thread wwwild . walsh
Follow-up: I've gotten Jenkins working fine on z/OS, pushing builds from Windows, running the tests on z/OS, and publishing the results to tomcat running on z/OS. There were three key things for me to get working/understand that may be helpful to others. Some or all of these may have already

Re: How to Configure a Jenkins project to run ant from a Windows Slave

2014-05-02 Thread John Park
Hi Les, Ok, I think the slave node is properly being called to run the job as I see the message from the jenkins console output that it's delegating to the slave node using the label which I assigned. To answer your question about subversion, we are not using svn for this job. This job is simply

Re: How to Configure a Jenkins project to run ant from a Windows Slave

2014-05-02 Thread Les Mikesell
On Fri, May 2, 2014 at 2:41 PM, John Park wrote: > > Ok, I think the slave node is properly being called to run the job as I see > the message from the jenkins console output that it's delegating to the > slave node using the label which I assigned. > > To answer your question about subversion, we

getCiManagement()

2014-05-02 Thread Mauro Flores
Hello, I'm developing a maven plugin to run in jenkins, Why does the method getCiManagent() return null? Shouldn't it return jenkins managent context? MavenProject mp = (MavenProject) super.getPluginContext().get( "project"); mp.getCiManagement(); "The element contains informations required