Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
New Plugin
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 26 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Shai Ben-Hur  
View profile  
 More options Aug 14 2012, 5:01 am
From: Shai Ben-Hur <shai.b...@gmail.com>
Date: Tue, 14 Aug 2012 02:01:10 -0700 (PDT)
Local: Tues, Aug 14 2012 5:01 am
Subject: New Plugin

Hi,

I wrote a new plugin called "Template Workflows", you can read all about it
here:
https://wiki.jenkins-ci.org/display/JENKINS/Template+Workflows+Plugin
I would like to host it in gitHub, here is my id: shaibe

Thanks,
Shai


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nicolas de loof  
View profile  
 More options Aug 14 2012, 5:22 am
From: nicolas de loof <nicolas.del...@gmail.com>
Date: Tue, 14 Aug 2012 11:22:59 +0200
Local: Tues, Aug 14 2012 5:22 am
Subject: Re: New Plugin

please create a repo on https://github.com/shaibe and push plugin code,
I'll then fork it on jenkinsci account

I wonder if we could collaborate to merge this plugin with or depend upon
my Build Flow plugin (
https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin), as they
seem to focus on same use-case

2012/8/14 Shai Ben-Hur <shai.b...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shai Ben-Hur  
View profile  
 More options Aug 14 2012, 5:47 am
From: Shai Ben-Hur <shai.b...@gmail.com>
Date: Tue, 14 Aug 2012 02:47:29 -0700 (PDT)
Local: Tues, Aug 14 2012 5:47 am
Subject: Re: New Plugin

Hi Nicolas,

Indeed we are focusing on the same use case. What kind of collaboration did
you have in mind?

BTW, i already checked and my plugin is compatible with yours:

You can define a build flow job - mark it as a template and place someparameter pattern => you'll get a nice UI with my plugin to create build
flow jobs:

 Shai


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nicolas de loof  
View profile  
 More options Aug 14 2012, 5:51 am
From: nicolas de loof <nicolas.del...@gmail.com>
Date: Tue, 14 Aug 2012 11:51:10 +0200
Local: Tues, Aug 14 2012 5:51 am
Subject: Re: New Plugin

interesting. So your plugin is more about creating templates to simplify
workflow configuration, with few parameters and UI candy.
I'd be pleased to look how you manage jobs orchestration, as this is the
most annoying part of build flow plugin today. I'd like it to be
"continuable", so a flow can restart after some job have completed, either
due to jenkins restart, or manual re-trigger after some step failure, etc.
Today this is only a basic Job.schedule() orchestrator. Maybe will require
me to improve my groovy skills :)

2012/8/14 Shai Ben-Hur <shai.b...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shai Ben-Hur  
View profile  
 More options Aug 14 2012, 6:18 am
From: Shai Ben-Hur <shai.b...@gmail.com>
Date: Tue, 14 Aug 2012 03:18:17 -0700 (PDT)
Local: Tues, Aug 14 2012 6:18 am
Subject: Re: New Plugin

My plugin is all about "template workflow" definitions and how easy it is
to create and manage a workflow from a template.
The plugin uses jenkins existing plugins in order to do that, so whatever
can be accomplished using a regular jobs chaining and plugins configuration
can be placed under a "template workflow" and could be created/ edit/
deleted/ execute all using custom parameters.

Sounds interesting this "continuable" concept... I'm not handling it simply
cause its not supported in jenkins core and no one wrote a plugin to do
that.

I will create the repo and upload my code later, so you could have a look.

Shai


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shai bhur  
View profile  
 More options Aug 15 2012, 1:39 am
From: shai bhur <shai.b...@gmail.com>
Date: Wed, 15 Aug 2012 08:39:05 +0300
Local: Wed, Aug 15 2012 1:39 am
Subject: Re: New Plugin

Hi,

Created the plugin repo:
https://github.com/shaibe/template-workflows-jenkins-plugin
Guess I can't release it until you fork it to  jenkinsci account - right?

Shai


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nicolas de loof  
View profile  
 More options Aug 15 2012, 2:25 am
From: nicolas de loof <nicolas.del...@gmail.com>
Date: Wed, 15 Aug 2012 08:25:10 +0200
Local: Wed, Aug 15 2012 2:25 am
Subject: Re: New Plugin

repo created :
https://github.com/jenkinsci/template-workflows-plugin
CI job https://jenkins.ci.cloudbees.com/job/plugins/job/template-workflows

2012/8/15 shai bhur <shai.b...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shai bhur  
View profile  
 More options Aug 15 2012, 3:04 am
From: shai bhur <shai.b...@gmail.com>
Date: Wed, 15 Aug 2012 10:04:34 +0300
Local: Wed, Aug 15 2012 3:04 am
Subject: Re: New Plugin

Thanks for that Nicolas.
When I'm trying to release my plugin in hangs on the maven release with
this line:
[INFO] Executing: cmd.exe /X /C "git push ssh://shaib:****@
github.com/jenkinsci/template-workflows-plugin.git master:master"
[INFO] Working directory: E:\gitHub\template-workflows-jenkins-plugin

any idea?

On Wed, Aug 15, 2012 at 9:25 AM, nicolas de loof
<nicolas.del...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shai bhur  
View profile  
 More options Aug 15 2012, 4:57 am
From: shai bhur <shai.b...@gmail.com>
Date: Wed, 15 Aug 2012 11:57:29 +0300
Local: Wed, Aug 15 2012 4:57 am
Subject: Re: New Plugin

Hey Nicolas, I need some help uploading my plugin...
I'm using windows (don't ask...) and the maven release fails on
githubauthentication.

Im getting the same behavior from my shell (cmd):

C:\Documents and Settings\shaib\.ssh>ssh -T g...@github.com
Hi shaibe! You've successfully authenticated, but GitHub does not provide
shell access.

E:\gitHub\template-workflows-jenkins-plugin>git push ssh://shaibe:shai***@
github.com/jenkinsci/template-workflows-plugin.git master:master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

Which user and pw should I use? the github or the jenkins?
Do you have any suggestions (besides switching to unix)?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nicolas de loof  
View profile  
 More options Aug 15 2012, 5:16 am
From: nicolas de loof <nicolas.del...@gmail.com>
Date: Wed, 15 Aug 2012 11:16:56 +0200
Local: Wed, Aug 15 2012 5:16 am
Subject: Re: New Plugin

don't use ssh://shaibe:shai***@
github.com/jenkinsci/template-workflows-plugin.git but ssh://git@
github.com/jenkinsci/template-workflows-plugin.git

you're identified/authenticated on github by your ssh key, and all git
commands connect as "git"

2012/8/15 shai bhur <shai.b...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shai bhur  
View profile  
 More options Aug 15 2012, 5:37 am
From: shai bhur <shai.b...@gmail.com>
Date: Wed, 15 Aug 2012 12:37:25 +0300
Local: Wed, Aug 15 2012 5:37 am
Subject: Re: New Plugin

Thanks for the quick response, now i'm getting this:

E:\gitHub\template-workflows-jenkins-plugin>git push ssh://
g...@github.com/jenkinsci/template-workflows-plugin.git master:master
ERROR: Permission to jenkinsci/template-workflows-plugin.git denied to
shaibe.
fatal: The remote end hung up unexpectedly

also, the maven release generated the ssh with my user and pw, should i remove
the user and pw parameters?

Shai

On Wed, Aug 15, 2012 at 12:16 PM, nicolas de loof
<nicolas.del...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nicolas de loof  
View profile  
 More options Aug 15 2012, 6:24 am
From: nicolas de loof <nicolas.del...@gmail.com>
Date: Wed, 15 Aug 2012 12:24:05 +0200
Local: Wed, Aug 15 2012 6:24 am
Subject: Re: New Plugin

the command you pass is wrong.

git remote add jenkins
g...@github.com:jenkinsci/template-workflows-plugin.git<http://...@github.com/jenkinsci/template-workflows-plugin.git>
then
git push jenkins master

or, if you don't care to keep your own repository, just

git remote set-url origin
g...@github.com:jenkinsci/template-workflows-plugin.git<http://...@github.com/jenkinsci/template-workflows-plugin.git>
git push origin master

for maven release, remove user / password from URL and delete related
commits from your git history before pushing

2012/8/15 shai bhur <shai.b...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shai bhur  
View profile  
 More options Aug 15 2012, 6:34 am
From: shai bhur <shai.b...@gmail.com>
Date: Wed, 15 Aug 2012 13:34:39 +0300
Local: Wed, Aug 15 2012 6:34 am
Subject: Re: New Plugin

still not working:

E:\gitHub\template-workflows-jenkins-plugin>git remote add
jenkins...@github.com:
jenkinsci/template-workflows-plugin.git

E:\gitHub\template-workflows-jenkins-plugin>git push jenkins master
ERROR: Permission to jenkinsci/template-workflows-plugin.git denied to
shaibe.
fatal: The remote end hung up unexpectedly

On Wed, Aug 15, 2012 at 1:24 PM, nicolas de loof
<nicolas.del...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shai Ben-Hur  
View profile  
 More options Aug 15 2012, 8:13 am
From: Shai Ben-Hur <shai.b...@gmail.com>
Date: Wed, 15 Aug 2012 15:13:01 +0300
Local: Wed, Aug 15 2012 8:13 am
Subject: Re: New Plugin

Hey Nicolas,

I can see that i have "read-only" access to "https://github.com/jenkinsci/template-workflows-plugin.git".
Could this be related to the "permission denied" issue? shouldn't i have write access as well?

I'll really appreciate your help,
Shai

On Aug 15, 2012, at 1:24 PM, nicolas de loof <nicolas.del...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nicolas de loof  
View profile  
 More options Aug 15 2012, 9:27 am
From: nicolas de loof <nicolas.del...@gmail.com>
Date: Wed, 15 Aug 2012 15:27:03 +0200
Local: Wed, Aug 15 2012 9:27 am
Subject: Re: New Plugin

fixed
please try again

2012/8/15 Shai Ben-Hur <shai.b...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shai bhur  
View profile  
 More options Aug 15 2012, 9:57 am
From: shai bhur <shai.b...@gmail.com>
Date: Wed, 15 Aug 2012 16:57:13 +0300
Local: Wed, Aug 15 2012 9:57 am
Subject: Re: New Plugin

ok... now it worked and i was able to connect to github - thanks!!!
BUT - the maven release failed with:
[INFO]
------------------------------------------------------------------------
[INFO] [ERROR] BUILD ERROR
[INFO] [INFO]
------------------------------------------------------------------------
[INFO] [INFO] Error deploying artifact: Failed to transfer file:
http://maven.jenkins-ci.org:8081/content/repositories/releases/org/je....
Return code is: 401
[INFO]

i'm starting to think that it was easier to write the plugin than uploading
it :)

Shai

On Wed, Aug 15, 2012 at 4:27 PM, nicolas de loof
<nicolas.del...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nicolas de loof  
View profile  
 More options Aug 15 2012, 11:13 am
From: nicolas de loof <nicolas.del...@gmail.com>
Date: Wed, 15 Aug 2012 17:13:52 +0200
Local: Wed, Aug 15 2012 11:13 am
Subject: Re: New Plugin

do you have credentials configured in your settings.xml for the
distributionManagement server ?

2012/8/15 shai bhur <shai.b...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shai bhur  
View profile  
 More options Aug 15 2012, 2:05 pm
From: shai bhur <shai.b...@gmail.com>
Date: Wed, 15 Aug 2012 21:05:04 +0300
Local: Wed, Aug 15 2012 2:05 pm
Subject: Re: New Plugin

Hey Nicolas,

Finally... I was able to successfully run the maven release - THANKS a lot
for your help!

Few questions:
1) during the attempt to release the plugin i had to increase the plugin
version and its currently at v:1.2, is there a way to delete tags 1.0, 1.1,
1.2 so i can re-release it with its real version -1.0?
2) when will it be available to download and installation from the update
center?
3) who is responsible to update the wiki and announce that this plugin is
released?
4) when will the wiki page be updated with the plugin info header?
5) if you could find the time to install this plugin, i will really
appreciate your feedback on it.

Again,
Thanks a lot
Shai

On Wed, Aug 15, 2012 at 6:13 PM, nicolas de loof
<nicolas.del...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nicolas de loof  
View profile  
 More options Aug 15 2012, 3:37 pm
From: nicolas de loof <nicolas.del...@gmail.com>
Date: Wed, 15 Aug 2012 21:37:03 +0200
Local: Wed, Aug 15 2012 3:37 pm
Subject: Re: New Plugin

2012/8/15 shai bhur <shai.b...@gmail.com>

> Hey Nicolas,

> Finally... I was able to successfully run the maven release - THANKS a lot
> for your help!

> Few questions:
> 1) during the attempt to release the plugin i had to increase the plugin
> version and its currently at v:1.2, is there a way to delete tags 1.0,
> 1.1, 1.2 so i can re-release it with its real version -1.0?

sure you can (http://nathanhoad.net/how-to-delete-a-remote-git-tag) or just
don't spend time and look at 1.3 for next one :)

> 2) when will it be available to download and installation from the update
> center?

some hours. Depends on a periodic task, ran every 8 hours afaik

> 3) who is responsible to update the wiki and announce that this plugin is
> released?

you have to update the wiki (but the plugin-info header) with changelog,
etc. Announcement is also automated ... in some hours :D

> 4) when will the wiki page be updated with the plugin info header?

some hours :D

5) if you could find the time to install this plugin, i will really

> appreciate your feedback on it.

can't promise, so much things to do before vacation next week :-/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shai bhur  
View profile   Translate to Translated (View Original)
 More options Aug 16 2012, 2:21 am
From: shai bhur <shai.b...@gmail.com>
Date: Thu, 16 Aug 2012 09:21:02 +0300
Local: Thurs, Aug 16 2012 2:21 am
Subject: Re: New Plugin

Hi Nicolas,

I can see that the plugin info header changed and that the wiki announces
my plugin. But I can't find it in the update center...
The plugin is located here:
http://repo.jenkins-ci.org/releases/org/jenkins/plugin/templateWorkfl...
I can't find it in the update center json file: http://ftp-nyc.osuosl
.org/pub/jenkins/updates/update-center.json

Who should I contact regarding this issue? Or should I just wait?

Thanks,
Shai

On Wed, Aug 15, 2012 at 10:37 PM, nicolas de loof
<nicolas.del...@gmail.com>wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nicolas de loof  
View profile   Translate to Translated (View Original)
 More options Aug 16 2012, 2:23 am
From: nicolas de loof <nicolas.del...@gmail.com>
Date: Thu, 16 Aug 2012 08:23:50 +0200
Local: Thurs, Aug 16 2012 2:23 am
Subject: Re: New Plugin

it's there now
be patient :)

2012/8/16 shai bhur <shai.b...@gmail.com>

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shai bhur  
View profile   Translate to Translated (View Original)
 More options Aug 16 2012, 2:36 am
From: shai bhur <shai.b...@gmail.com>
Date: Thu, 16 Aug 2012 09:36:07 +0300
Local: Thurs, Aug 16 2012 2:36 am
Subject: Re: New Plugin

Thanks man :)

On Thu, Aug 16, 2012 at 9:23 AM, nicolas de loof
<nicolas.del...@gmail.com>wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shai bhur  
View profile   Translate to Translated (View Original)
 More options Aug 16 2012, 4:44 am
From: shai bhur <shai.b...@gmail.com>
Date: Thu, 16 Aug 2012 11:44:40 +0300
Local: Thurs, Aug 16 2012 4:44 am
Subject: Re: New Plugin

Hey Nicolas,
I don't want to be a nagger... but my plugin still not available in the
update center and now it won't show up in  the wiki "new releases".
Does it usually take this much time?

Thanks,
Shai

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
shai bhur  
View profile   Translate to Translated (View Original)
 More options Aug 16 2012, 5:00 am
From: shai bhur <shai.b...@gmail.com>
Date: Thu, 16 Aug 2012 12:00:54 +0300
Local: Thurs, Aug 16 2012 5:00 am
Subject: Re: New Plugin

Ok. its there now. the wiki still not announcing my plugin though...

On Thu, Aug 16, 2012 at 11:44 AM, shai bhur <shai.b...@gmail.com> wrote:
> Hey Nicolas,
> I don't want to be a nagger... but my plugin still not available in the
> update center and now it won't show up in  the wiki "new releases".
> Does it usually take this much time?

> Thanks,

Shai

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frederik Fromm  
View profile  
 More options Aug 16 2012, 5:23 am
From: Frederik Fromm <frederik.fr...@gmail.com>
Date: Thu, 16 Aug 2012 11:23:12 +0200
Local: Thurs, Aug 16 2012 5:23 am
Subject: Re: New Plugin

just edit the wiki page. Sometimes this triggers the plugin data update.

2012/8/16 shai bhur <shai.b...@gmail.com>

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 26   Newer >
« Back to Discussions « Newer topic     Older topic »