Build failed in Jenkins: royale-asjs_jsonly #1221

2020-04-07 Thread apacheroyaleci
See 


Changes:


--
[...truncated 1.17 MB...]
 [java] module.exports = net;
 [java] ^^
 [java] 
 [java] Apr 08, 2020 5:38:41 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [os]:113: WARNING - name module is not defined in the 
externs.
 [java] module.exports = os;
 [java] ^^
 [java] 
 [java] Apr 08, 2020 5:38:41 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [path]:97: WARNING - name module is not defined in the 
externs.
 [java] module.exports = path;
 [java] ^^
 [java] 
 [java] Apr 08, 2020 5:38:41 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [punycode]:74: WARNING - name module is not defined in the 
externs.
 [java] module.exports = punycode;
 [java] ^^
 [java] 
 [java] Apr 08, 2020 5:38:41 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [querystring]:66: WARNING - name module is not defined in 
the externs.
 [java] module.exports = querystring;
 [java] ^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [readline]:22: WARNING - accessing name require in externs 
has no effect. Perhaps you forgot to add a var keyword?
 [java] var events = require('events');
 [java]  ^^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [readline]:23: WARNING - accessing name require in externs 
has no effect. Perhaps you forgot to add a var keyword?
 [java] var stream = require('stream');
 [java]  ^^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [readline]:84: WARNING - name module is not defined in the 
externs.
 [java] module.exports = readline;
 [java] ^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [repl]:23: WARNING - accessing name require in externs has 
no effect. Perhaps you forgot to add a var keyword?
 [java] var events = require('events');
 [java]  ^^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [repl]:24: WARNING - accessing name require in externs has 
no effect. Perhaps you forgot to add a var keyword?
 [java] var stream = require('stream');
 [java]  ^^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [repl]:48: WARNING - name module is not defined in the 
externs.
 [java] module.exports = repl;
 [java] ^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [stream]:23: WARNING - accessing name require in externs 
has no effect. Perhaps you forgot to add a var keyword?
 [java] var events = require('events');
 [java]  ^^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [stream]:254: WARNING - name module is not defined in the 
externs.
 [java] module.exports = stream;
 [java] ^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [string_decoder]:52: WARNING - name module is not defined 
in the externs.
 [java] module.exports = StringDecoder;
 [java] ^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [tls]:23: WARNING - accessing name require in externs has 
no effect. Perhaps you forgot to add a var keyword?
 [java] var crypto = require('crypto');
 [java]  ^^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [tls]:24: WARNING - accessing name require in externs has 
no effect. Perhaps you forgot to add a var keyword?
 [java] var events = require('events');
 [java]  ^^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [tls]:25: WARNING - accessing name require in externs has 
no effect. Perhaps you forgot to add a var keyword?
 [java] var net = require('net');
 [java]   ^^^
 [java] 
 [java] Apr 08, 2020 5:38:42 AM 
com.google.javascript.jscomp.LoggerErrorManager println
 [java] WARNING: [tls]:26: WARNING - accessing name require in externs has 
no effect. Perhaps you 

Royale_Compiler_Build_Tools_Release_Step_002 - Build # 1 - Failure!

2020-04-07 Thread apacheroyaleci
Royale_Compiler_Build_Tools_Release_Step_002 - Build # 1 - Failure:

Check console output at 
http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Compiler_Build_Tools_Release_Step_002/1/
 to view the results.

Jenkins build is back to normal : royale-compiler-integration-tests #812

2020-04-07 Thread apacheroyaleci
See 




Jenkins build is back to normal : royale-asjs_jsonly #1218

2020-04-07 Thread apacheroyaleci
See 




RE: How to build users project using ANT to JS only

2020-04-07 Thread Yishay Weiss
ROYALE_HOME should be enough. But like I said, there might be another issue 
with jsc.jar being injected.

From: Piotr Zarzycki
Sent: Tuesday, April 7, 2020 7:52 PM
To: Apache Royale Development
Subject: Re: How to build users project using ANT to JS only

Got it! :) Moonshine sets ROYALE_COMPILER_HOME as well. It looks like it
shouldn't  ?

wt., 7 kwi 2020 o 18:49 Yishay Weiss  napisał(a):

> Bumping this. I’m wondering if Moonshine accidentally injects that file
> which may cause these kinds of bugs. The script should verify your
> ROYALE_COMPILER_HOME env var by checking for
> ROYALE_COMPILER_HOME\lib\jsc.jar. It probably should not be there in your
> case.
>
> From: Yishay Weiss
> Sent: Monday, April 6, 2020 3:30 PM
> To: dev@royale.apache.org
> Subject: RE: How to build users project using ANT to JS only
>
> Also, see if
>
> c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.7-bin-js\royale-asjs\lib\jsc.jar
> exists, and if it does, where it comes from. My nightly download doesn’t
> have it.
>
> From: Yishay Weiss
> Sent: Monday, April 6, 2020 2:57 PM
> To: dev@royale.apache.org
> Subject: RE: How to build users project using ANT to JS only
>
> ROYALE_COMPILER_HOME looks wrong. I think it should be
> c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.7-bin-js\royale-asjs\js
> Are you setting it as an env var? If so, try removing the env var.
>
>
> From: Piotr Zarzycki
> Sent: Monday, April 6, 2020 2:08 PM
> To: Apache Royale Development
> Subject: Re: How to build users project using ANT to JS only
>
> Hi Alex,
>
> I have commented out wrapper part to move forward and I have tried to build
> HelloWorld of mxroyale example, cause this is actually my case. I got
> following error [1]
>
> [1] https://paste.apache.org/cvenu
>
>
>
> sob., 4 kwi 2020 o 00:35 Alex Harui  napisał(a):
>
> > That output doesn't show a compiler error, it shows an error after the
> > compile trying to set up the swf wrapper.  I think the examples haven't
> > been tested to see if they compile in js-only.  We should probably fix
> > that.  The wrapper target just has to detect js-only and not run.
> >
> > For your scenario, if I understand it correctly, you can try one of the
> > other targets in build_example such as compile-js-only instead of the
> > compile target.
> >
> > HTH,
> > -Alex
> >
> > On 4/3/20, 3:13 PM, "Piotr Zarzycki"  wrote:
> >
> > Alex,
> >
> > This is the output from attempt of building TourDeJewel. [1] - I
> don't
> > have
> > in my system sets any environment variable related to Flex or Royale.
> > No
> > ROYALE_HOME, playerglobal, AIR_HOME etc. I would like to build that
> > example
> > to JS only using JS only SDK with build.xml file. Where is the issue
> > here ?
> >
> > Build used from Jenkins #1196.
> >
> > [1]
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F9n6dldata=02%7C01%7Caharui%40adobe.com%7C983c849ee8df403ff69e08d7d81c3f26%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637215488145524020sdata=jpQZcVahyYnB1V%2FEmCBp9XoPEgYw03dL%2FE5e1fuvizs%3Dreserved=0
> >
> > Thanks,
> > Piotr
> >
> > pt., 3 kwi 2020 o 22:32 Alex Harui 
> > napisał(a):
> >
> > > TourDeJewel uses a src/main/config/compile-app-config.xml that
> > specifies
> > > JSRoyale.  Yes, lots of SWF params are provided but that's just so
> > we can
> > > use the same template for all examples.   From the command-line,
> you
> > > shouldn't need any of that.
> > >
> > > It looks like you did set targets=JSRoyale with  tags instead
> > of a
> > > config.xml file.  But the way to see if it is working is to look at
> > the
> > > console output.
> > >
> > > -Alex
> > >
> > > On 4/3/20, 1:19 PM, "Piotr Zarzycki" 
> > wrote:
> > >
> > > How is this work that this code is building something to JS
> only
> > ? Why
> > > we
> > > are pointing output to some swf file and pointing playerglobal
> ?
> > -
> > > This is
> > > my question rather.
> > >
> > >
> > >
> > > pt., 3 kwi 2020 o 19:31 Alex Harui 
> > > napisał(a):
> > >
> > > > I'm not sure what's wrong.  The TourDeJewel example is set up
> > to only
> > > > build for JS and not SWF.  Does it work?
> > > >
> > > > Also try calling mxmlc from the command-line with the
> > > -target=JSRoyale and
> > > > see if that works.
> > > >
> > > > Post the output.  The compiler should be reporting what
> > targets it is
> > > > building.
> > > >
> > > > -Alex
> > > >
> > > > On 4/3/20, 10:18 AM, "Piotr Zarzycki" <
> > piotrzarzyck...@gmail.com>
> > > wrote:
> > > >
> >

RE: How to build users project using ANT to JS only

2020-04-07 Thread Yishay Weiss
Bumping this. I’m wondering if Moonshine accidentally injects that file which 
may cause these kinds of bugs. The script should verify your 
ROYALE_COMPILER_HOME env var by checking for ROYALE_COMPILER_HOME\lib\jsc.jar. 
It probably should not be there in your case.

From: Yishay Weiss
Sent: Monday, April 6, 2020 3:30 PM
To: dev@royale.apache.org
Subject: RE: How to build users project using ANT to JS only

Also, see if
c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.7-bin-js\royale-asjs\lib\jsc.jar
exists, and if it does, where it comes from. My nightly download doesn’t have 
it.

From: Yishay Weiss
Sent: Monday, April 6, 2020 2:57 PM
To: dev@royale.apache.org
Subject: RE: How to build users project using ANT to JS only

ROYALE_COMPILER_HOME looks wrong. I think it should be
c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.7-bin-js\royale-asjs\js
Are you setting it as an env var? If so, try removing the env var.


From: Piotr Zarzycki
Sent: Monday, April 6, 2020 2:08 PM
To: Apache Royale Development
Subject: Re: How to build users project using ANT to JS only

Hi Alex,

I have commented out wrapper part to move forward and I have tried to build
HelloWorld of mxroyale example, cause this is actually my case. I got
following error [1]

[1] https://paste.apache.org/cvenu



sob., 4 kwi 2020 o 00:35 Alex Harui  napisał(a):

> That output doesn't show a compiler error, it shows an error after the
> compile trying to set up the swf wrapper.  I think the examples haven't
> been tested to see if they compile in js-only.  We should probably fix
> that.  The wrapper target just has to detect js-only and not run.
>
> For your scenario, if I understand it correctly, you can try one of the
> other targets in build_example such as compile-js-only instead of the
> compile target.
>
> HTH,
> -Alex
>
> On 4/3/20, 3:13 PM, "Piotr Zarzycki"  wrote:
>
> Alex,
>
> This is the output from attempt of building TourDeJewel. [1] - I don't
> have
> in my system sets any environment variable related to Flex or Royale.
> No
> ROYALE_HOME, playerglobal, AIR_HOME etc. I would like to build that
> example
> to JS only using JS only SDK with build.xml file. Where is the issue
> here ?
>
> Build used from Jenkins #1196.
>
> [1]
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F9n6dldata=02%7C01%7Caharui%40adobe.com%7C983c849ee8df403ff69e08d7d81c3f26%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637215488145524020sdata=jpQZcVahyYnB1V%2FEmCBp9XoPEgYw03dL%2FE5e1fuvizs%3Dreserved=0
>
> Thanks,
> Piotr
>
> pt., 3 kwi 2020 o 22:32 Alex Harui 
> napisał(a):
>
> > TourDeJewel uses a src/main/config/compile-app-config.xml that
> specifies
> > JSRoyale.  Yes, lots of SWF params are provided but that's just so
> we can
> > use the same template for all examples.   From the command-line, you
> > shouldn't need any of that.
> >
> > It looks like you did set targets=JSRoyale with  tags instead
> of a
> > config.xml file.  But the way to see if it is working is to look at
> the
> > console output.
> >
> > -Alex
> >
> > On 4/3/20, 1:19 PM, "Piotr Zarzycki" 
> wrote:
> >
> > How is this work that this code is building something to JS only
> ? Why
> > we
> > are pointing output to some swf file and pointing playerglobal ?
> -
> > This is
> > my question rather.
> >
> >
> >
> > pt., 3 kwi 2020 o 19:31 Alex Harui 
> > napisał(a):
> >
> > > I'm not sure what's wrong.  The TourDeJewel example is set up
> to only
> > > build for JS and not SWF.  Does it work?
> > >
> > > Also try calling mxmlc from the command-line with the
> > -target=JSRoyale and
> > > see if that works.
> > >
> > > Post the output.  The compiler should be reporting what
> targets it is
> > > building.
> > >
> > > -Alex
> > >
> > > On 4/3/20, 10:18 AM, "Piotr Zarzycki" <
> piotrzarzyck...@gmail.com>
> > wrote:
> > >
> > > Hi Alex,
> > >
> > > Thanks for the comment. It looks like I understand
> partially
> > where
> > > issue
> > > is. Let me now redirect discussion into area of how build
> > project using
> > > Ant, cause this is actually what interests me. Whenever I
> touche
> > > building
> > > project trough ANT it turns out with some problems.
> > >
> > > Let's start from - I'm completely not interested into
> building
> > project
> > > (By
> > > project I don't mean SDK, but users project) to SWF. I'm
> only
> > > interested to
> > > build project to JS using 

Re: How to build users project using ANT to JS only

2020-04-07 Thread Piotr Zarzycki
Hi Yishay,

This helped - I'm able build HelloWorld of mxroyale example .Yes I'm
setting env variable you can see this in the stacktrace which I have posted
in this thread

pon., 6 kwi 2020 o 13:57 Yishay Weiss  napisał(a):

> ROYALE_COMPILER_HOME looks wrong. I think it should be
> c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.7-bin-js\royale-asjs\js
> Are you setting it as an env var? If so, try removing the env var.
>
>
> From: Piotr Zarzycki
> Sent: Monday, April 6, 2020 2:08 PM
> To: Apache Royale Development
> Subject: Re: How to build users project using ANT to JS only
>
> Hi Alex,
>
> I have commented out wrapper part to move forward and I have tried to build
> HelloWorld of mxroyale example, cause this is actually my case. I got
> following error [1]
>
> [1] https://paste.apache.org/cvenu
>
>
>
> sob., 4 kwi 2020 o 00:35 Alex Harui  napisał(a):
>
> > That output doesn't show a compiler error, it shows an error after the
> > compile trying to set up the swf wrapper.  I think the examples haven't
> > been tested to see if they compile in js-only.  We should probably fix
> > that.  The wrapper target just has to detect js-only and not run.
> >
> > For your scenario, if I understand it correctly, you can try one of the
> > other targets in build_example such as compile-js-only instead of the
> > compile target.
> >
> > HTH,
> > -Alex
> >
> > On 4/3/20, 3:13 PM, "Piotr Zarzycki"  wrote:
> >
> > Alex,
> >
> > This is the output from attempt of building TourDeJewel. [1] - I
> don't
> > have
> > in my system sets any environment variable related to Flex or Royale.
> > No
> > ROYALE_HOME, playerglobal, AIR_HOME etc. I would like to build that
> > example
> > to JS only using JS only SDK with build.xml file. Where is the issue
> > here ?
> >
> > Build used from Jenkins #1196.
> >
> > [1]
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F9n6dldata=02%7C01%7Caharui%40adobe.com%7C983c849ee8df403ff69e08d7d81c3f26%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637215488145524020sdata=jpQZcVahyYnB1V%2FEmCBp9XoPEgYw03dL%2FE5e1fuvizs%3Dreserved=0
> >
> > Thanks,
> > Piotr
> >
> > pt., 3 kwi 2020 o 22:32 Alex Harui 
> > napisał(a):
> >
> > > TourDeJewel uses a src/main/config/compile-app-config.xml that
> > specifies
> > > JSRoyale.  Yes, lots of SWF params are provided but that's just so
> > we can
> > > use the same template for all examples.   From the command-line,
> you
> > > shouldn't need any of that.
> > >
> > > It looks like you did set targets=JSRoyale with  tags instead
> > of a
> > > config.xml file.  But the way to see if it is working is to look at
> > the
> > > console output.
> > >
> > > -Alex
> > >
> > > On 4/3/20, 1:19 PM, "Piotr Zarzycki" 
> > wrote:
> > >
> > > How is this work that this code is building something to JS
> only
> > ? Why
> > > we
> > > are pointing output to some swf file and pointing playerglobal
> ?
> > -
> > > This is
> > > my question rather.
> > >
> > >
> > >
> > > pt., 3 kwi 2020 o 19:31 Alex Harui 
> > > napisał(a):
> > >
> > > > I'm not sure what's wrong.  The TourDeJewel example is set up
> > to only
> > > > build for JS and not SWF.  Does it work?
> > > >
> > > > Also try calling mxmlc from the command-line with the
> > > -target=JSRoyale and
> > > > see if that works.
> > > >
> > > > Post the output.  The compiler should be reporting what
> > targets it is
> > > > building.
> > > >
> > > > -Alex
> > > >
> > > > On 4/3/20, 10:18 AM, "Piotr Zarzycki" <
> > piotrzarzyck...@gmail.com>
> > > wrote:
> > > >
> > > > Hi Alex,
> > > >
> > > > Thanks for the comment. It looks like I understand
> > partially
> > > where
> > > > issue
> > > > is. Let me now redirect discussion into area of how build
> > > project using
> > > > Ant, cause this is actually what interests me. Whenever I
> > touche
> > > > building
> > > > project trough ANT it turns out with some problems.
> > > >
> > > > Let's start from - I'm completely not interested into
> > building
> > > project
> > > > (By
> > > > project I don't mean SDK, but users project) to SWF. I'm
> > only
> > > > interested to
> > > > build project to JS using Royale downloaded from Jenkins
> > > (Nightly).
> > > >
> > > > I have following portion of code with some hardcoded
> value
> > taken
> > > from
> > > > build_example.xml script in Royale. I need to build
> project
> > > which has
> > > > emulation components stuff etc. [1]
> > > >
> > > > 

Build failed in Jenkins: royale-asjs_jsonly #1217

2020-04-07 Thread apacheroyaleci
See 


Changes:


--
[...truncated 163.87 KB...]

clean:
   [delete] Deleting directory 
C:\jenkins\workspace\royale-compiler\compiler\target

wipe:
   [delete] Deleting directory C:\jenkins\workspace\royale-compiler\compiler\lib

clean:

wipe:

thirdparty-clean:
 [echo] basedir is 
C:\jenkins\workspace\royale-compiler\compiler-jx\src\main\resources
 [echo] ROYALE_COMPILER_HOME is ${ROYALE_COMPILER_HOME}
 [echo] ROYALE_COMPILER_HOME is 
C:\jenkins\workspace\royale-compiler\compiler-jx

clean:
   [delete] Deleting directory 
C:\jenkins\workspace\royale-compiler\compiler-jx\target

clean:

super-clean:

clean:
   [delete] Deleting directory 
C:\jenkins\workspace\royale-compiler\compiler-jx\src\test\results

wipe:

clean:
   [delete] Deleting directory 
C:\jenkins\workspace\royale-compiler\flex-compiler-oem\target\classes

wipe:
   [delete] Deleting directory 
C:\jenkins\workspace\royale-compiler\flex-compiler-oem\target

clean:
   [delete] Deleting directory 
C:\jenkins\workspace\royale-compiler\swfutils\target\classes

wipe:
   [delete] Deleting directory 
C:\jenkins\workspace\royale-compiler\swfutils\target

clean:
   [delete] Deleting directory 
C:\jenkins\workspace\royale-compiler\royale-ant-tasks\target

wipe:

clean:
 [echo] basedir is C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks
 [echo] ROYALE_COMPILER_HOME is ${ROYALE_COMPILER_HOME}
 [echo] ROYALE_COMPILER_HOME is C:\compiler-jx

clean:
   [delete] Deleting directory 
C:\jenkins\workspace\royale-compiler\royaleunit-ant-tasks\target

wipe:

clean:
 [echo] Cleaning out dist dir: 
C:\jenkins\workspace\royale-compiler\debugger/../compiler/lib

clean:
 [echo] Cleaning out generated dir: target/generated-sources/jburg/
 [echo] Cleaning out output dir: 
C:\jenkins\workspace\royale-compiler\debugger/target

stage-source:

clean-temp:
[mkdir] Created dir: 

 [copy] Copying 46 files to 


stage-compiler:
 [copy] Copying 1835 files to 

 [copy] Copying 13 files to 

 [copy] Copying 9 files to 

 [copy] Copying 5 files to 

 [copy] Copying 256 files to 

 [copy] Copying 66 files to 


stage-fb-integration:
 [copy] Copying 242 files to 

 [copy] Copying 101 files to 

 [copy] Copying 152 files to 


stage-ant-tasks:
 [copy] Copying 31 files to 

 [copy] Copying 45 files to 


stage-source-jx:
 [copy] Copying 1 file to 

 [copy] Copying 463 files to 


stage-all:

stage-typedefs:

wipe:
 [echo] swc-date is 04/07/20 12:17 +

wipe:
 [echo] swc-date is 04/07/20 12:17 +

clean:
   [delete] Deleting directory C:\jenkins\workspace\royale-typedefs\GCL\target

wipe:
 [echo] swc-date is 04/07/20 12:17 +

wipe:
 [echo] swc-date is 04/07/20 12:17 +

wipe:
   [delete] Deleting directory 
C:\jenkins\workspace\royale-typedefs\createjs\target
 [echo] swc-date is 04/07/20 12:17 +

wipe:
 [echo] swc-date is 04/07/20 12:17 +

wipe:
 [echo] swc-date is 04/07/20 12:17 +

wipe:
 [echo] swc-date is 04/07/20 12:17 +

wipe:
 [echo] swc-date is 04/07/20 12:17 +

wipe:
   

Royale Compiler Build Tools Release Step 001 Succeeded

2020-04-07 Thread apacheroyaleci
Log in to the server, open a command prompt, change directory to 
C:\jenkins\workspace\Royale_Compiler_Build_Tools_Release_Step_001 and run the 
following commands:
git push --set-upstream origin develop
git push origin org.apache.royale.compiler-build-tools-1.2.0-rc2

You will need your Apache/Github username and 2FA token.