Whoever accepts the upgrade is responsible for getting all of the jobs to build 
again. __

On 11/21/19, 10:31 AM, "Carlos Rovira" <[email protected]> wrote:

    I see as well Jenkins show 2 updates. What's the politic in this regard? if
    we see updates should we accept it and upgrade Jenkins?
    thanks
    
    El jue., 21 nov. 2019 a las 19:06, Alex Harui (<[email protected]>)
    escribió:
    
    > I updated the global configs to get email working.
    >
    > I don't know what steps you took to "put Java 8" and what "screen config"
    > you are looking at.
    >
    > -Alex
    >
    > On 11/21/19, 10:03 AM, "Carlos Rovira" <[email protected]> wrote:
    >
    >     Hi,
    >
    >     today seem emails are working but RS#1 is again. Yesterday I had to 
put
    >     Java 8 but today is gone :?
    >     When I try to add it, then if I go again to that screen config is 
gone.
    >     Maybe someone of you know what's could be happening
    >
    >     Thanks
    >
    >     Carlos
    >
    >
    >
    >     El mié., 20 nov. 2019 a las 23:12, Carlos Rovira (<
    > [email protected]>)
    >     escribió:
    >
    >     > Hi Piotr, Alex,
    >     >
    >     > Piotr, you refere to the wiki? I don't see anything about that
    > particular
    >     > documentation of tasks around commands there. Maybe other doc I
    > don't find?
    >     >
    >     > About my progress: I duplicated the RS#1 to avoid change things in
    > the
    >     > same recipe, and ensure the current work is untouched.
    >     > To identify that new RS where I'm trying to progress I added a "N"
    > before
    >     > the number. Will do the same with the rest as I go completing.
    >     >
    >     > I get RS#1 work by restoring JGIT and adding JDK 8. It was
    > complaining
    >     > about not having Java 8, but for my surprise since I'm pretty sure
    > that
    >     > SASS maven plugin requires Java 8.
    >     >
    >     > [INFO] Cleaning up after release...
    >     > [INFO]
    > ------------------------------------------------------------------------
    >     > [INFO] Reactor Summary for Apache Royale: Compiler: Parent
    > 0.9.7-SNAPSHOT:
    >     > [INFO]
    >     > [INFO] Apache Royale: Compiler: Parent .................... SUCCESS
    > [  7.397 s]
    >     > [INFO] Apache Royale: Compiler: Compiler-Common ........... SKIPPED
    >     > [INFO] Apache Royale: Compiler: Test Utils ................ SKIPPED
    >     > [INFO] Apache Royale: Compiler: Externc ................... SKIPPED
    >     > [INFO] Apache Royale: Compiler: Compiler .................. SKIPPED
    >     > [INFO] Apache Royale: Compiler: Compiler-JX ............... SKIPPED
    >     > [INFO] Apache Royale: Compiler: SWFUtils .................. SKIPPED
    >     > [INFO] Apache Royale: Compiler: Debugger .................. SKIPPED
    >     > [INFO] Apache Royale: Compiler: OEM Layer ................. SKIPPED
    >     > [INFO] Apache Royale: Royale Ant Tasks .................... SKIPPED
    >     > [INFO] Apache Royale: RoyaleUnit Ant Tasks ................ SKIPPED
    >     > [INFO] Apache Royale: Royale Maven Plugin ................. SKIPPED
    >     > [INFO]
    > ------------------------------------------------------------------------
    >     > [INFO] BUILD SUCCESS
    >     > [INFO]
    > ------------------------------------------------------------------------
    >     > [INFO] Total time:  9.436 s
    >     > [INFO] Finished at: 2019-11-20T21:55:52Z
    >     > [INFO]
    > ------------------------------------------------------------------------
    >     > Email was triggered for: Success
    >     > Sending email for trigger: Success
    >     > Sending email to: [email protected]
    >     > Connection error sending email, retrying once more in 10 seconds...
    >     > Connection error sending email, retrying once more in 10 seconds...
    >     > Failed after second try sending email
    >     > Finished: SUCCESS
    >     >
    >     >
    >     >
    >     > - About emails: it seems there's still no email sent @Alex can you
    > check
    >     > that?
    >     >
    >     > - Another thing I found is that I can remove this lines and still
    > it's
    >     > working fine:
    >     >
    >     > git status
    >     > git branch -u origin/%developbranchname%
    >     > git checkout release/%releaseversion%
    >     > git status
    >     > git checkout %developbranchname%
    >     > git status
    >     >
    >     > since we have added "Additional Behaviours" -> "Checkout specific
    > local
    >     > branch" -> "develop"
    >     >
    >     > Let me know if that's ok or if I should put some of that
    > instructions for
    >     > a particular reason (maybe a single "git status")
    >     >
    >     > - additionally is worth mentioning that Wagon was already being used
    > in
    >     > the process without put anything.
    >     >
    >     > Tomorrow will continue. I expect most of the problems to be restore
    > JGit
    >     > in typedefs and asjs.
    >     >
    >     > Thanks
    >     >
    >     >
    >     >
    >     > El mié., 20 nov. 2019 a las 21:54, Piotr Zarzycki (<
    >     > [email protected]>) escribió:
    >     >
    >     >> Carlos,
    >     >>
    >     >> Description of each step should be in our doc. If it not enough
    > clear
    >     >> report it maybe - there is probably room for improvement.
    >     >>
    >     >> Thanks,
    >     >> Piotr
    >     >>
    >     >> On Wed, Nov 20, 2019, 8:28 PM Alex Harui <[email protected]>
    >     >> wrote:
    >     >>
    >     >> > The first steps get the head of the newly created release branch
    > that
    >     >> was
    >     >> > created by Maven and set the origin so a git push knows where to
    > push.
    >     >> >
    >     >> > The "git status" calls are there for console logging so we can
    > see if
    >     >> > there were unexpected things in the working copies in case these
    > steps
    >     >> fail.
    >     >> >
    >     >> > -Alex
    >     >> >
    >     >> > On 11/20/19, 10:25 AM, "Carlos Rovira" <[email protected]>
    >     >> wrote:
    >     >> >
    >     >> >     Hi Alex,
    >     >> >
    >     >> >     trying to understand RS#1 process. Can you tell me about the
    > purpose
    >     >> > after
    >     >> >     maven release:branch ?
    >     >> >     I mean this:
    >     >> >
    >     >> >     git status
    >     >> >     git branch -u origin/%developbranchname%
    >     >> >     git checkout release/%releaseversion%
    >     >> >     git status
    >     >> >     git checkout %developbranchname%
    >     >> >     git status
    >     >> >
    >     >> >     something related to the git plugin in jenkins checks out a
    >     >> revision,
    >     >> > not
    >     >> >     HEAD?
    >     >> >
    >     >> >     Thanks
    >     >> >
    >     >> >
    >     >> >
    >     >> >     El mié., 20 nov. 2019 a las 18:33, Carlos Rovira (<
    >     >> > [email protected]>)
    >     >> >     escribió:
    >     >> >
    >     >> >     > Hi Alex,
    >     >> >     >
    >     >> >     > just tried again to see if error email comes.
    >     >> >     > We'll go through this point to see how to solve the JGit
    > problem
    >     >> >     > thanks
    >     >> >     >
    >     >> >     > El mié., 20 nov. 2019 a las 18:03, Alex Harui
    >     >> > (<[email protected]>)
    >     >> >     > escribió:
    >     >> >     >
    >     >> >     >> Looks like the extended email plugin wasn't configured
    >     >> correctly.  I
    >     >> >     >> think I've fixed that.  We'll see in future runs.
    >     >> >     >>
    >     >> >     >> I think the Git issue is because JGit is not being used.
    >     >> >     >>
    >     >> >     >> HTH,
    >     >> >     >> -Alex
    >     >> >     >>
    >     >> >     >> On 11/20/19, 8:26 AM, "Piotr Zarzycki" <
    >     >> [email protected]>
    >     >> >     >> wrote:
    >     >> >     >>
    >     >> >     >>     Hi Carlos,
    >     >> >     >>
    >     >> >     >>     Were you able to login trough Remote Desktop to PC ?
    >     >> >     >>
    >     >> >     >>     Thanks,
    >     >> >     >>     Piotr
    >     >> >     >>
    >     >> >     >>     śr., 20 lis 2019 o 17:20 Carlos Rovira <
    >     >> [email protected]
    >     >> > >
    >     >> >     >> napisał(a):
    >     >> >     >>
    >     >> >     >>     > Hi,
    >     >> >     >>     >
    >     >> >     >>     > I'm inside the CI server. following through:
    >     >> >     >>     >
    >     >> >     >>     > Release-Manager-Notes
    >     >> >     >>     > <
    >     >> >     >>     >
    >     >> >     >>
    >     >> >
    >     >>
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes%23release-steps&amp;data=02%7C01%7Caharui%40adobe.com%7C66737232dc544c72e43408d76eb114e3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637099579146944479&amp;sdata=is%2BKFUpt1KWpS%2FonLV3MhQuNox2zHsfZO5WAg2zgbtw%3D&amp;reserved=0
    >     >> >     >>     > >
    >     >> >     >>     >
    >     >> >     >>     > So first trying to run Release Step 1, y pushing the
    > clock
    >     >> > with
    >     >> >     >> green arrow
    >     >> >     >>     > (I assume is the what I need to use).
    >     >> >     >>     >
    >     >> >     >>     > the step ask for GITUSERNAME, and I tried with
    >     >> "carlosrovira"
    >     >> > and "
    >     >> >     >>     > [email protected]"
    >     >> >     >>     >
    >     >> >     >>     > I get the following error:
    >     >> >     >>     >
    >     >> >     >>     >
    >     >> >     >>
    >     >> >
    >     >>
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fmk0sk&amp;data=02%7C01%7Caharui%40adobe.com%7C66737232dc544c72e43408d76eb114e3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637099579146944479&amp;sdata=YsLEeG1Naq%2F%2Bw%2FCogWAgGtLarB7wlvjmHFqqDxCju9U%3D&amp;reserved=0
    >     >> >     >>     >
    >     >> >     >>     >
    >     >> >     >>     > I'm surprised to not see any email sent to this list
    >     >> >     >>     >
    >     >> >     >>     > I'm going to try to see what's happening, but in the
    >     >> meantime
    >     >> > if
    >     >> >     >> you (Alex
    >     >> >     >>     > and Piotr), knows something, or think I'm missing
    >     >> something,
    >     >> > let me
    >     >> >     >> know
    >     >> >     >>     >
    >     >> >     >>     >
    >     >> >     >>     > --
    >     >> >     >>     > Carlos Rovira
    >     >> >     >>     >
    >     >> >     >>
    >     >> >
    >     >>
    > 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C66737232dc544c72e43408d76eb114e3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637099579146944479&amp;sdata=IkN9WovuMh29OfFX81Kr1p7z0mFp4dfSX1sxPTrj4Hw%3D&amp;reserved=0
    >     >> >     >>     >
    >     >> >     >>
    >     >> >     >>
    >     >> >     >>     --
    >     >> >     >>
    >     >> >     >>     Piotr Zarzycki
    >     >> >     >>
    >     >> >     >>     Patreon: *
    >     >> >     >>
    >     >> >
    >     >>
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C66737232dc544c72e43408d76eb114e3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637099579146944479&amp;sdata=Kbnx4cjLh10qknPMcuuuNO2xtmnuwJAb2cNRVvOW0kk%3D&amp;reserved=0
    >     >> >     >>     <
    >     >> >     >>
    >     >> >
    >     >>
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C66737232dc544c72e43408d76eb114e3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637099579146944479&amp;sdata=Kbnx4cjLh10qknPMcuuuNO2xtmnuwJAb2cNRVvOW0kk%3D&amp;reserved=0
    >     >> >     >> >*
    >     >> >     >>
    >     >> >     >>
    >     >> >     >>
    >     >> >     >
    >     >> >     > --
    >     >> >     > Carlos Rovira
    >     >> >     >
    >     >> >
    >     >>
    > 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C66737232dc544c72e43408d76eb114e3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637099579146944479&amp;sdata=IkN9WovuMh29OfFX81Kr1p7z0mFp4dfSX1sxPTrj4Hw%3D&amp;reserved=0
    >     >> >     >
    >     >> >     >
    >     >> >
    >     >> >     --
    >     >> >     Carlos Rovira
    >     >> >
    >     >> >
    >     >>
    > 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C66737232dc544c72e43408d76eb114e3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637099579146944479&amp;sdata=IkN9WovuMh29OfFX81Kr1p7z0mFp4dfSX1sxPTrj4Hw%3D&amp;reserved=0
    >     >> >
    >     >> >
    >     >> >
    >     >>
    >     >
    >     >
    >     > --
    >     > Carlos Rovira
    >     >
    > 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C66737232dc544c72e43408d76eb114e3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637099579146954434&amp;sdata=xmJkphJqwozSz8EPc94KkRS0hLeqzq%2BLWOpkxChT3yY%3D&amp;reserved=0
    >     >
    >     >
    >
    >     --
    >     Carlos Rovira
    >
    > 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C66737232dc544c72e43408d76eb114e3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637099579146954434&amp;sdata=xmJkphJqwozSz8EPc94KkRS0hLeqzq%2BLWOpkxChT3yY%3D&amp;reserved=0
    >
    >
    >
    
    -- 
    Carlos Rovira
    
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C66737232dc544c72e43408d76eb114e3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637099579146954434&amp;sdata=xmJkphJqwozSz8EPc94KkRS0hLeqzq%2BLWOpkxChT3yY%3D&amp;reserved=0
    

Reply via email to