Hi, Kevin.

You are right :( probably only Lewis has access.
Our current pipeline does not publish the snapshots to nexus. Last snapshot
jar is from around june of last year. I can't configure it because I don't
know how to make Jenkins deploy the snapshots jars from master buils :( (I
don't event know how to deploy the official jars)

Regards,

Alfonso


El sáb, 27 mar 2021 a las 9:57, Kevin Ratnasekera (<djkevincr1...@gmail.com>)
escribió:

> Hi Alfonso,
>
> I just checked the Any23 job configuration link, I get the same error
> related to missing permissions. I think only committers of the
> particular project are allowed to read / write access to build
> configurations.
>
> Let's see whether we can find issues with our current gora-pipeline
> configuration.
>
> Regards
> Kevin
>
> On Sat, Mar 27, 2021 at 2:54 PM Alfonso Nishikawa <
> alfonso.nishik...@gmail.com> wrote:
>
>> Hi!
>>
>> It seems I dont have the permission task/configure to access
>> https://ci-builds.apache.org/job/Any23/job/any23-master-jdk8/configure :(
>> May I get the permissions? :)
>>
>> Thank you!
>>
>> Regards,
>> Alfonso
>>
>>
>> El mar, 23 mar 2021 a las 7:54, Alfonso Nishikawa (<
>> alfonso.nishik...@gmail.com>) escribió:
>>
>>> Hi, Lewis!
>>>
>>> I will take a look and comment if I have any issue.
>>>
>>> Thank you!! :)
>>>
>>> Regards,
>>> Alfonso
>>>
>>> El mar., 23 mar. 2021 1:12, Lewis John McGibbney <lewi...@apache.org>
>>> escribió:
>>>
>>>> Hi Alfonso,
>>>> The Gora builds now reside on the Cloudbees Jenkins server (which I
>>>> think you already figured out)
>>>> https://ci-builds.apache.org/job/Gora/job/gora-pipeline/job/master/
>>>> I don't have time to look into configuring the job right now but if you
>>>> look at the Any23 build we did a while back, then you can basically copy it
>>>> for the Gora master build
>>>> https://ci-builds.apache.org/job/Any23/job/any23-master-jdk8/configure
>>>> I hope this makes sense.
>>>> lewismc
>>>>
>>>> On 2021/03/13 16:48:49, Alfonso Nishikawa <alfonso.nishik...@gmail.com>
>>>> wrote:
>>>> > Hi!
>>>> >
>>>> > I am reopening this topic because I found that the jars master
>>>> x.x-SNAPSHOT
>>>> > are not being published to the repository of snapshots at the apache
>>>> > repository
>>>> >
>>>> https://repository.apache.org/#view-repositories;snapshots-group~browsestorage~org/apache/gora/gora-hbase/1.0-SNAPSHOT/
>>>> > since Jun 2020.
>>>> >
>>>> > I guess we would need to add a "deploy" step to the Jenkins file (see
>>>> > https://github.com/apache/gora/pull/229 ,
>>>> > https://www.jenkins.io/doc/book/pipeline/jenkinsfile/) but does
>>>> anyone
>>>> > exactly what command is it? Or how to configure it? Maybe I have to
>>>> ask
>>>> > INFRA?
>>>> >
>>>> > Let me know :)
>>>> >
>>>> > Thank you!
>>>> >
>>>> > Regards,
>>>> > Alfonso Nishikawa
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > El sáb, 31 oct 2020 a las 17:28, Alfonso Nishikawa (<
>>>> > alfonso.nishik...@gmail.com>) escribió:
>>>> >
>>>> > > All merits go for Damien :D Thanks too!
>>>> > >
>>>> > > Best regards,
>>>> > >
>>>> > > Alfonso Nishikawa
>>>> > >
>>>> > > El sáb., 31 oct. 2020 a las 16:59, Kevin Ratnasekera (<
>>>> > > djkevincr1...@gmail.com>) escribió:
>>>> > >
>>>> > >> Hi Damien/Alfonso,
>>>> > >>
>>>> > >> I just noticed the jenkins build system works just fine. Thank you
>>>> for
>>>> > >> setting up builds again. :)
>>>> > >>
>>>> > >> Regards
>>>> > >> Kevin
>>>> > >>
>>>> > >> On Tue, Oct 27, 2020 at 5:27 AM Alfonso Nishikawa <
>>>> > >> alfonso.nishik...@gmail.com> wrote:
>>>> > >>
>>>> > >>> Hi, Damien.
>>>> > >>>
>>>> > >>> I really don't know anything about how to configure Jenkins, so
>>>> > >>> everything
>>>> > >>> seems ok to me n_nU
>>>> > >>>
>>>> > >>> Thank you!
>>>> > >>>
>>>> > >>> Best regards,
>>>> > >>>
>>>> > >>> Alfonso Nishikawa
>>>> > >>>
>>>> > >>> El sáb., 24 oct. 2020 a las 21:15, Damien Raude-Morvan (<
>>>> > >>> draz...@drazzib.com>)
>>>> > >>> escribió:
>>>> > >>>
>>>> > >>> > Hi Kevin & Alfonso !
>>>> > >>> >
>>>> > >>> > I've pretty good experience regarding creating Jenkinsfile for
>>>> Java
>>>> > >>> > projects. I think this is the way to go for Gora.
>>>> > >>> >
>>>> > >>> > This approach is described on ASF wiki : Multibranch Pipeline
>>>> recipes
>>>> > >>> > <
>>>> > >>> >
>>>> > >>>
>>>> https://cwiki.apache.org/confluence/display/INFRA/Multibranch+Pipeline+recipes
>>>> > >>> > >
>>>> > >>> >
>>>> > >>> > I've created a new issue (GORA-668
>>>> > >>> > <https://issues.apache.org/jira/browse/GORA-668>) on this
>>>> subject
>>>> > >>> >
>>>> > >>> > Regards,
>>>> > >>> >
>>>> > >>> > Le sam. 24 oct. 2020 à 14:46, Kevin Ratnasekera <
>>>> > >>> djkevincr1...@gmail.com>
>>>> > >>> > a
>>>> > >>> > écrit :
>>>> > >>> >
>>>> > >>> > > Hi Alfonso,
>>>> > >>> > >
>>>> > >>> > > Apologize for taking time to respond to your email. Thank you
>>>> for
>>>> > >>> taking
>>>> > >>> > > over this and creating the ticket. Let's see what we can do,
>>>> once
>>>> > >>> INFRA
>>>> > >>> > > responds back to the ticket.
>>>> > >>> > >
>>>> > >>> > > Regards
>>>> > >>> > > Kevin
>>>> > >>> > >
>>>> > >>> > > On Sat, Oct 24, 2020 at 5:45 PM Alfonso Nishikawa <
>>>> > >>> > > alfonso.nishik...@gmail.com> wrote:
>>>> > >>> > >
>>>> > >>> > > > Created: https://issues.apache.org/jira/browse/INFRA-21024
>>>> > >>> > > >
>>>> > >>> > > > Now we just have to wait, and I believe we would have to
>>>> create
>>>> > >>> some
>>>> > >>> > jobs
>>>> > >>> > > > after? If I am not wrong, Infra does not create the jobs,
>>>> but I
>>>> > >>> hope I
>>>> > >>> > am
>>>> > >>> > > > mistaken :)
>>>> > >>> > > >
>>>> > >>> > > > Best regards,
>>>> > >>> > > >
>>>> > >>> > > > Alfonso Nishikawa
>>>> > >>> > > >
>>>> > >>> > > > El sáb., 24 oct. 2020 a las 12:06, Alfonso Nishikawa (<
>>>> > >>> > > > alfonso.nishik...@gmail.com>) escribió:
>>>> > >>> > > >
>>>> > >>> > > > > Hi, Damien.
>>>> > >>> > > > >
>>>> > >>> > > > > Yes, I will create the ticket :) Let's see if I manage to
>>>> get it
>>>> > >>> > done,
>>>> > >>> > > > > since I never wrote to Infra :)
>>>> > >>> > > > >
>>>> > >>> > > > > Thank you!
>>>> > >>> > > > >
>>>> > >>> > > > > Best regards,
>>>> > >>> > > > >
>>>> > >>> > > > > Alfonso Nishikawa
>>>> > >>> > > > >
>>>> > >>> > > > > El vie., 23 oct. 2020 a las 19:38, Damien Raude-Morvan (<
>>>> > >>> > > > > draz...@drazzib.com>) escribió:
>>>> > >>> > > > >
>>>> > >>> > > > >> Hi Alfonso!
>>>> > >>> > > > >>
>>>> > >>> > > > >> Gora builds used to be at
>>>> > >>> https://builds.apache.org/job/gora-trunk/
>>>> > >>> > > > >> but it seems that the old Jenkins instance has been
>>>> dropped...
>>>> > >>> > > > >>
>>>> > >>> > > > >> I've find a reference on this subject on build@
>>>> > >>> > > > >> => [IMPORTANT] - Migration to ci-builds.a.o
>>>> > >>> > > > >> <
>>>> > >>> > > > >>
>>>> > >>> > > >
>>>> > >>> > >
>>>> > >>> >
>>>> > >>>
>>>> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
>>>> > >>> > > > >> >
>>>> > >>> > > > >>
>>>> > >>> > > > >> Alfonso, if you have time, can you please a ticket in
>>>> order to
>>>> > >>> > > re-create
>>>> > >>> > > > >> our job ?
>>>> > >>> > > > >>
>>>> > >>> > > > >> Best regards,
>>>> > >>> > > > >>
>>>> > >>> > > > >> Le jeu. 22 oct. 2020 à 18:35, Alfonso Nishikawa <
>>>> > >>> > > > >> alfonso.nishik...@gmail.com>
>>>> > >>> > > > >> a écrit :
>>>> > >>> > > > >>
>>>> > >>> > > > >> > Hi, pals.
>>>> > >>> > > > >> >
>>>> > >>> > > > >> > Can I ask Infra about getting Gora into
>>>> builds.apache.org or
>>>> > >>> can
>>>> > >>> > > only
>>>> > >>> > > > >> be
>>>> > >>> > > > >> > done by the Chair? :)
>>>> > >>> > > > >> > Anyone has any insight about this?
>>>> > >>> > > > >> >
>>>> > >>> > > > >> > Thank you!!
>>>> > >>> > > > >> >
>>>> > >>> > > > >> > Regards,
>>>> > >>> > > > >> >
>>>> > >>> > > > >> > Alfonso Nishikawa
>>>> > >>> > > > >> >
>>>> > >>> > > > >> > El mar., 20 oct. 2020 a las 21:17, Alfonso Nishikawa (<
>>>> > >>> > > > >> > alfonso.nishik...@gmail.com>) escribió:
>>>> > >>> > > > >> >
>>>> > >>> > > > >> > > Hi!
>>>> > >>> > > > >> > >
>>>> > >>> > > > >> > > I took a look and I don't find our project in
>>>> > >>> builds.apache.org
>>>> > >>> > > to
>>>> > >>> > > > >> see
>>>> > >>> > > > >> > if
>>>> > >>> > > > >> > > it is building satisfactorily. I took a look because
>>>> I am
>>>> > >>> > getting
>>>> > >>> > > a
>>>> > >>> > > > >> > > ClassCast error in gora-infinispan tests and wanted
>>>> to see
>>>> > >>> if it
>>>> > >>> > > is
>>>> > >>> > > > a
>>>> > >>> > > > >> > > problem related to my computer or master.
>>>> > >>> > > > >> > >
>>>> > >>> > > > >> > > Can we see the status of success somewhere? I
>>>> expected to
>>>> > >>> see it
>>>> > >>> > > in
>>>> > >>> > > > >> > > builds.apache.org
>>>> > >>> > > > >> > > Don we have to ask Infra?
>>>> > >>> > > > >> > >
>>>> > >>> > > > >> > > Thank you! :)
>>>> > >>> > > > >> > >
>>>> > >>> > > > >> > > Regards,
>>>> > >>> > > > >> > >
>>>> > >>> > > > >> > > Alfonso Nishikawa
>>>> > >>> > > > >> > >
>>>> > >>> > > > >> >
>>>> > >>> > > > >>
>>>> > >>> > > > >>
>>>> > >>> > > > >> --
>>>> > >>> > > > >> Damien
>>>> > >>> > > > >>
>>>> > >>> > > > >
>>>> > >>> > > >
>>>> > >>> > >
>>>> > >>> >
>>>> > >>> >
>>>> > >>> > --
>>>> > >>> > Damien
>>>> > >>> >
>>>> > >>>
>>>> > >>
>>>> >
>>>>
>>>

Reply via email to