Quantcast

Commit and Release procedure

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Commit and Release procedure

Marco Mornati
Hello Guys,

I'm still alive. I have many requests for fix submission on the libvirt slave plugin but in this period I moved my "life" from Italy to France and so I have had many problems to manage.
Anyway I'm still alive and I'm coming back to development.

I tried to connect to GitHub and to use the release procedure but it seems nothing works.

Is there a link with the instruction I've to follow or someone can help me in this?

Thanks a lot
Cheers

Marco
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Commit and Release procedure

Fritz Elfert
@Marco:

I tried to contact you using your mail-address at hudson-ci (yes, the link in your plugin is still pointing to the old site) on 2012-07-29 but got no response until now.

@All

If Marco does not work on that anmore, I'd like to take over for him. So: What's the prcess for taking over a plugin project?

-Fritz

On Tuesday, May 3, 2011 11:10:22 AM UTC+2, Marco Mornati wrote:
Hello Guys,

I'm still alive. I have many requests for fix submission on the libvirt slave plugin but in this period I moved my "life" from Italy to France and so I have had many problems to manage.
Anyway I'm still alive and I'm coming back to development.

I tried to connect to GitHub and to use the release procedure but it seems nothing works.

Is there a link with the instruction I've to follow or someone can help me in this?

Thanks a lot
Cheers

Marco
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Commit and Release procedure

Joel Huttunen
In reply to this post by Marco Mornati

Hi!

I have also had problems with releasing a plugin recently. I used command: "mvn release:prepare release:perform". Maven builds build successfully, but release fails on uploading hpi-file.

Error log:
[INFO] [INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Uploading: http://maven.jenkins-ci.org:8081/content/repositories/releases//org/jenkins-ci/plugins/xfpanel/1.1.0/xfpanel-1.1.0.hpi
...
[INFO] 48/50K
[INFO] 50/50K
[INFO] [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/jenkins-ci/plugins/xfpanel/1.1.0/xfpanel-1.1.0.hpi. Return code is: 401


Any ideas what could cause this?

Regards,
Jonux


tiistai, 3. toukokuuta 2011 12.10.22 UTC+3 Marco Mornati kirjoitti:
Hello Guys,

I'm still alive. I have many requests for fix submission on the libvirt slave plugin but in this period I moved my "life" from Italy to France and so I have had many problems to manage.
Anyway I'm still alive and I'm coming back to development.

I tried to connect to GitHub and to use the release procedure but it seems nothing works.

Is there a link with the instruction I've to follow or someone can help me in this?

Thanks a lot
Cheers

Marco

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Commit and Release procedure

Richard Bywater-2
Doing a quick Google search gives this older discussion that sounds
similar: https://groups.google.com/d/msg/jenkinsci-dev/9vQUk4T4eSo/qdd3fOJclGAJ

Might be worth a look...

Cheers
Richard.

On Fri, Aug 10, 2012 at 9:44 PM, Jonux <[hidden email]> wrote:

>
> Hi!
>
> I have also had problems with releasing a plugin recently. I used command:
> "mvn release:prepare release:perform". Maven builds build successfully, but
> release fails on uploading hpi-file.
>
> Error log:
> [INFO] [INFO] [deploy:deploy {execution: default-deploy}]
> [INFO] Uploading:
> http://maven.jenkins-ci.org:8081/content/repositories/releases//org/jenkins-ci/plugins/xfpanel/1.1.0/xfpanel-1.1.0.hpi
> ...
> [INFO] 48/50K
> [INFO] 50/50K
> [INFO] [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/jenkins-ci/plugins/xfpanel/1.1.0/xfpanel-1.1.0.hpi.
> Return code is: 401
>
>
> Any ideas what could cause this?
>
> Regards,
> Jonux
>
>
> tiistai, 3. toukokuuta 2011 12.10.22 UTC+3 Marco Mornati kirjoitti:
>>
>> Hello Guys,
>>
>> I'm still alive. I have many requests for fix submission on the libvirt
>> slave plugin but in this period I moved my "life" from Italy to France and
>> so I have had many problems to manage.
>> Anyway I'm still alive and I'm coming back to development.
>>
>> I tried to connect to GitHub and to use the release procedure but it seems
>> nothing works.
>>
>> Is there a link with the instruction I've to follow or someone can help me
>> in this?
>>
>> Thanks a lot
>> Cheers
>>
>> Marco
>
>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Commit and Release procedure

Vojtech Juranek
In reply to this post by Fritz Elfert
> @All
>
> If Marco does not work on that anmore, I'd like to take over for him. So: What's the prcess for taking over a plugin project?

just ask here for commit access to given repository and start to take care
about it (review pull requests, release it etc.), see [1] for details

[1] https://wiki.jenkins-
ci.org/display/JENKINS/Governance+Document#GovernanceDocument-
Makingchangestoexistingplugins

Loading...