Re: Is it any good to use Jenkins as a web based UI for running operational scripts?

2012-08-31 Thread v0idnull

I am working on text mining project that uses wikinews as a training corpus.

I use Jenkins for:

a) rebuilding my corpus every week (since wikinews just keeps growing)
b) rebuilding my text mining engine with the new corpus
c) testing the text mining engine and recording the results.

All are driven by just executing python scripts. I like this, because 
this text mining engine, and corpus, are part of the bigger project and 
thus, all things related to that project in terms of putting it together 
and testing it, are all in one spot.



On 12-08-29 01:24 AM, Manglu wrote:


I encountered an operations team which had built a number of jobs in 
Jenkins and all it does was kickstart scripts in the OS.


This sounded a bit strange to me as they are effectively using Jenkins 
as a glorified UI for these tasks.


Are there others who do similar stuff?

Thanks

Manglu








Re: Jenkins + Email-ext - How to configure per-project settings?

2012-05-15 Thread v0idnull

cool, so it's a bug and I'm not insane, thanks for confirming that ;)

--alex

On 12-05-15 09:36 AM, Alex Earl wrote:

I think he is running into the issue that popped up when the post build
drop down was implemented (based on the Jenkins version he is running).
I am in the process of debugging.

Sent from my Windows Phone
From: Sion
Sent: 5/15/2012 2:43 AM
To: Jenkins Users
Subject: Re: Jenkins + Email-ext - How to configure per-project
settings?
Ensure you have pre-configured the plugin.

 From the Dashboard ->  Manage Jenkins ->  Configure System ->  Extended E-
mail Notification

Check these are all set how you want them. Then:

 From the Dashboard ->  Project page ->  Configure ->  Post-build Actions -

Editable Email Notification

I found on my page because I have a very long recipient list and the
text doesnt wrap (the box etends), the advanced button for the
"Content Token Reference" goes off screen. Scroll to the right and
press "Advanced". The page should expand and a new option with a
dropdown box appears called "Add a Trigger". Select a trigger and a
number of columns should appear; Trigger, Send To Recipient List, Send
To Committers, Send To Requester, Include Culprits, More Configuration
and Remove. If you expand the More Configuration option you can
customise the messages.

Hope this helps!

On May 13, 9:30 pm, Alex Earl  wrote:

Someone else mentioned this as well, I haven't had a chance to look into it
yet. It seems like something with the new post build configuration
(dropdown list) stuff.

Sent from my Windows Phone
--
From: v0idnull
Sent: 5/13/2012 12:09 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: Jenkins + Email-ext - How to configure per-project settings?

I'm running Jenkins 1.463 and Email Ext 2.20. All post build actions are in
a drop down menu for me, and they all add form elements except for Email Ext



On Sunday, 13 May 2012 15:06:55 UTC-4, Dan Stine wrote:


Editable Email Notification is checkbox-enabled on my installation,
not a drop-down.  I'm running Jenkins 1.448 and Email Ext 2.20.
Dan
On May 13, 1:40 pm, v0idnull  wrote:

So I want to get emails from successful builds and it seems that I need

the

email-ext plugin.
So I've installed it, set it up to override global settings, set

everything

correctly.
But when I goto the project settings, when I try to select Editable

Email

Notifications from the post build actions drop down, nothing happens.

It's

not being added to the post build queue.
So Im not sure what else I have to do to enable it, any help would be
greatly appreciated, thanks- Hide quoted text -

- Show quoted text -




Re: Jenkins + Email-ext - How to configure per-project settings?

2012-05-13 Thread v0idnull
I'm running Jenkins 1.463 and Email Ext 2.20. All post build actions are in 
a drop down menu for me, and they all add form elements except for Email Ext

On Sunday, 13 May 2012 15:06:55 UTC-4, Dan Stine wrote:
>
> Editable Email Notification is checkbox-enabled on my installation, 
> not a drop-down.  I'm running Jenkins 1.448 and Email Ext 2.20. 
>
> Dan 
>
> On May 13, 1:40 pm, v0idnull  wrote: 
> > So I want to get emails from successful builds and it seems that I need 
> the 
> > email-ext plugin. 
> > 
> > So I've installed it, set it up to override global settings, set 
> everything 
> > correctly. 
> > 
> > But when I goto the project settings, when I try to select Editable 
> Email 
> > Notifications from the post build actions drop down, nothing happens. 
> It's 
> > not being added to the post build queue. 
> > 
> > So Im not sure what else I have to do to enable it, any help would be 
> > greatly appreciated, thanks



Jenkins + Email-ext - How to configure per-project settings?

2012-05-13 Thread v0idnull
So I want to get emails from successful builds and it seems that I need the 
email-ext plugin.

So I've installed it, set it up to override global settings, set everything 
correctly.

But when I goto the project settings, when I try to select Editable Email 
Notifications from the post build actions drop down, nothing happens. It's 
not being added to the post build queue.

So Im not sure what else I have to do to enable it, any help would be 
greatly appreciated, thanks