Discussion:
[cross-project-issues-dev] Github build issues
Wim Jongman
2018-11-01 12:36:33 UTC
Permalink
Hi,

A question to the projects that have GitHub + Jenkins stack:

When a PR build fails in Jenkins for some network reason, how can it be
retriggered? I see a Rebuild in Jenkins but that seems like some beta
plugin. It does not work.

E.g. see:

https://ci.eclipse.org/nebula/job/nebula.stable.github/13/
https://ci.eclipse.org/nebula/job/nebula.stable.github/14/ (this is the
rebuild)
https://github.com/eclipse/nebula/pull/14

Cheers,

Wim
Gunnar Wagenknecht
2018-11-01 12:53:26 UTC
Permalink
Wim,

this mailing list is for communication/announcements regarding Release Train participation. I suggest trying cbi-dev@ or incubation@ so that the larger community can participate.

I appreciate your understanding.

-Gunnar
--
Gunnar Wagenknecht
Hi,
When a PR build fails in Jenkins for some network reason, how can it be retriggered? I see a Rebuild in Jenkins but that seems like some beta plugin. It does not work.
https://ci.eclipse.org/nebula/job/nebula.stable.github/13/ <https://ci.eclipse.org/nebula/job/nebula.stable.github/13/>
https://ci.eclipse.org/nebula/job/nebula.stable.github/14/ <https://ci.eclipse.org/nebula/job/nebula.stable.github/14/> (this is the rebuild)
https://github.com/eclipse/nebula/pull/14 <https://github.com/eclipse/nebula/pull/14>
Cheers,
Wim
_______________________________________________
cross-project-issues-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
Wim Jongman
2018-11-01 17:34:35 UTC
Permalink
Hey Gunnar,

According to the list description this is the list to discuss issues that
cross projects. Where else can I reach other projects?

I also report infra failures here.

Cheers,

Wim
Post by Gunnar Wagenknecht
Wim,
this mailing list is for communication/announcements regarding Release
larger community can participate.
I appreciate your understanding.
-Gunnar
--
Gunnar Wagenknecht
Hi,
When a PR build fails in Jenkins for some network reason, how can it be
retriggered? I see a Rebuild in Jenkins but that seems like some beta
plugin. It does not work.
https://ci.eclipse.org/nebula/job/nebula.stable.github/13/
https://ci.eclipse.org/nebula/job/nebula.stable.github/14/ (this is the
rebuild)
https://github.com/eclipse/nebula/pull/14
Cheers,
Wim
_______________________________________________
cross-project-issues-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
Wim Jongman
2018-11-01 19:00:40 UTC
Permalink
To close this topic, Jonah answered on our own list.

https://wiki.eclipse.org/Nebula/Contributions#Building_on_our_build_server

Cheers
Post by Wim Jongman
Hey Gunnar,
According to the list description this is the list to discuss issues that
cross projects. Where else can I reach other projects?
I also report infra failures here.
Cheers,
Wim
Post by Gunnar Wagenknecht
Wim,
this mailing list is for communication/announcements regarding Release
the larger community can participate.
I appreciate your understanding.
-Gunnar
--
Gunnar Wagenknecht
Hi,
When a PR build fails in Jenkins for some network reason, how can it be
retriggered? I see a Rebuild in Jenkins but that seems like some beta
plugin. It does not work.
https://ci.eclipse.org/nebula/job/nebula.stable.github/13/
https://ci.eclipse.org/nebula/job/nebula.stable.github/14/ (this is the
rebuild)
https://github.com/eclipse/nebula/pull/14
Cheers,
Wim
_______________________________________________
cross-project-issues-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
Nick Boldt
2018-11-01 15:32:01 UTC
Permalink
If you have the correct permissions on your JIPP, you can
hit /gerrit_manual_trigger/ and re-trigger failed PR builds.

Or for a given PR build like this one [1], you should see a "Retrigger"
link on the left menu.

[1]
https://hudson.eclipse.org/webtools/view/gerrit/job/webtools-common-gerrit_master/29/

If you don't have permissions, you can ask your JIPP admin (or Eclipse WM)
to give you these permissions from the /configureSecurity/ page on your
JIPP:

* ManualTrigger
* Retrigger

HTH,

Nick
Post by Wim Jongman
Hi,
When a PR build fails in Jenkins for some network reason, how can it be
retriggered? I see a Rebuild in Jenkins but that seems like some beta
plugin. It does not work.
https://ci.eclipse.org/nebula/job/nebula.stable.github/13/
https://ci.eclipse.org/nebula/job/nebula.stable.github/14/ (this is the
rebuild)
https://github.com/eclipse/nebula/pull/14
Cheers,
Wim
_______________________________________________
cross-project-issues-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
--
Nick Boldt

Principal Software Engineer, RHCSA

Productization Lead :: JBoss Tools & Dev Studio

IM: @nickboldt / @nboldt / http://nick.divbyzero.com
<https://red.ht/sig>
TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
@ @redhatnews <https://twitter.com/redhatnews> Red Hat
<https://www.facebook.com/RedHatInc>
<https://www.facebook.com/RedHatInc>


“The Only Thing That Is Constant Is Change” - Heraclitus
Wim Jongman
2018-11-01 17:28:00 UTC
Permalink
Thanks for your reply Nick but this is with Gerrit. We are using Gtihub.


Cheers,

Wim
Post by Nick Boldt
If you have the correct permissions on your JIPP, you can
hit /gerrit_manual_trigger/ and re-trigger failed PR builds.
Or for a given PR build like this one [1], you should see a "Retrigger"
link on the left menu.
[1]
https://hudson.eclipse.org/webtools/view/gerrit/job/webtools-common-gerrit_master/29/
If you don't have permissions, you can ask your JIPP admin (or Eclipse WM)
to give you these permissions from the /configureSecurity/ page on your
* ManualTrigger
* Retrigger
HTH,
Nick
Post by Wim Jongman
Hi,
When a PR build fails in Jenkins for some network reason, how can it be
retriggered? I see a Rebuild in Jenkins but that seems like some beta
plugin. It does not work.
https://ci.eclipse.org/nebula/job/nebula.stable.github/13/
https://ci.eclipse.org/nebula/job/nebula.stable.github/14/ (this is the
rebuild)
https://github.com/eclipse/nebula/pull/14
Cheers,
Wim
_______________________________________________
cross-project-issues-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
--
Nick Boldt
Principal Software Engineer, RHCSA
Productization Lead :: JBoss Tools & Dev Studio
<https://red.ht/sig>
TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
@ @redhatnews <https://twitter.com/redhatnews> Red Hat
<https://www.facebook.com/RedHatInc>
<https://www.facebook.com/RedHatInc>
“The Only Thing That Is Constant Is Change” - Heraclitus
_______________________________________________
cross-project-issues-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
Loading...