Jenkins build is back to normal : flex-tlf #1277

2017-12-30 Thread flex . ci . builds
See

Build failed in Jenkins: flex-blazeds #1165

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

git commit: [flex-sdk] [refs/heads/develop] - Ignore failure on copying flash flex kit as it doesn't exist on linux. May be a better way of doing this as it could hide other failures.

2017-12-30 Thread jmclean
Repository: flex-sdk Updated Branches: refs/heads/develop d63dadf1d -> 9e3619cd9 Ignore failure on copying flash flex kit as it doesn't exist on linux. May be a better way of doing this as it could hide other failures. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[04/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35260 GridHeaderViewLayout.getHeaderIndexAt() (which calls GridDimensions.getColumnIndexAt()) used to return a valid headerIndex (when it was

2017-12-30 Thread jmclean
FLEX-35260 GridHeaderViewLayout.getHeaderIndexAt() (which calls GridDimensions.getColumnIndexAt()) used to return a valid headerIndex (when it was expected to return -1) for an y < 0. Fixed. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[02/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35267 FLEX-35260 FLEX-35029 1. GridHeaderViewLayout.getHeaderIndexAt() now verifies if the coordinates are over the GridColumnHeaderView's lef

2017-12-30 Thread jmclean
FLEX-35267 FLEX-35260 FLEX-35029 1. GridHeaderViewLayout.getHeaderIndexAt() now verifies if the coordinates are over the GridColumnHeaderView's left or right padding. 2. Renamed GridColumnHeaderGroup.mouseEventHeaderView() to getHeaderViewUnderGlobalCoordinates(), while also changing the

[48/50] git commit: [flex-sdk] [refs/heads/master] - Add information to use Extension Manager CS6 which fix problem with hang of Extension Manager CS5 on Windows 10

2017-12-30 Thread jmclean
Add information to use Extension Manager CS6 which fix problem with hang of Extension Manager CS5 on Windows 10 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/f1fac8fc Tree:

[14/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35280 FLEX-35260 Recent changes to FLEX-35267 made it so that the y value in GridHeaderViewLayout.getHeaderIndexAt() started to be considered,

2017-12-30 Thread jmclean
FLEX-35280 FLEX-35260 Recent changes to FLEX-35267 made it so that the y value in GridHeaderViewLayout.getHeaderIndexAt() started to be considered, when before it was simply ignored. But one caller of this function, GridColumnHeaderGroup.eventToHeaderLocations(), simply used '0' for that

[33/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-18746 Adding another unit test which goes to the heart of the bug - the length calculation in HierarchicalCollectionView. (Currently the test

2017-12-30 Thread jmclean
FLEX-18746 Adding another unit test which goes to the heart of the bug - the length calculation in HierarchicalCollectionView. (Currently the test function test_opening_closing_with_Jill_having_no_children_to_begin_with() fails, as expected.) Project:

[03/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35260 GridHeaderViewLayout.getHeaderIndexAt() (which calls GridDimensions.getColumnIndexAt()) used to return a valid headerIndex (when it was

2017-12-30 Thread jmclean
FLEX-35260 GridHeaderViewLayout.getHeaderIndexAt() (which calls GridDimensions.getColumnIndexAt()) used to return a valid headerIndex (when it was expected to return -1) for an x < 0. Fixed. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[24/50] git commit: [flex-sdk] [refs/heads/master] - Add my public key

2017-12-30 Thread jmclean
Add my public key Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/42c7c383 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/42c7c383 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/42c7c383 Branch:

[38/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35364 - Fix issue where "air-setup-mac" target launched their dependents targets on windows before checking condition (it is default ant behav

2017-12-30 Thread jmclean
FLEX-35364 - Fix issue where "air-setup-mac" target launched their dependents targets on windows before checking condition (it is default ant behavior) - Fix some merge issue Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[21/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35321 test_object_removed_from_stage_via_user_action_is_not_initialized() needed one more frame to complete (made sure it fails without the pr

2017-12-30 Thread jmclean
FLEX-35321 test_object_removed_from_stage_via_user_action_is_not_initialized() needed one more frame to complete (made sure it fails without the proposed fix, and passes with it). Also made some variable and function renames, plus now we can also test how many times each validation function has

[44/50] git commit: [flex-sdk] [refs/heads/master] - add AwesomeUtils

2017-12-30 Thread jmclean
add AwesomeUtils Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/35103c64 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/35103c64 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/35103c64 Branch:

[41/50] git commit: [flex-sdk] [refs/heads/master] - Update version to 4.16.1

2017-12-30 Thread jmclean
Update version to 4.16.1 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d474c808 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/d474c808 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/d474c808

[22/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35321 Refined tests, including checking for how many validation steps happen for size, properties and display list. Without the fix all those

2017-12-30 Thread jmclean
FLEX-35321 Refined tests, including checking for how many validation steps happen for size, properties and display list. Without the fix all those expected to fail fail (the last one is not expected to fail without the fix, because it's there just to make sure no regression is introduced by the

[25/50] git commit: [flex-sdk] [refs/heads/master] - sync up our KEYS file with dist

2017-12-30 Thread jmclean
sync up our KEYS file with dist Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/e66554e9 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/e66554e9 Diff:

[50/50] git commit: [flex-sdk] [refs/heads/master] - Merge commit 'd90867218312b97113ce7c50c5232f6e5ceee9be'

2017-12-30 Thread jmclean
Merge commit 'd90867218312b97113ce7c50c5232f6e5ceee9be' Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/ba414443 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/ba414443 Diff:

[46/50] git commit: [flex-sdk] [refs/heads/master] - missing headers

2017-12-30 Thread jmclean
missing headers Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7cc34f9c Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/7cc34f9c Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/7cc34f9c Branch:

[18/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35321 Adding unit test (currently fails, as expected).

2017-12-30 Thread jmclean
FLEX-35321 Adding unit test (currently fails, as expected). Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/53a77105 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/53a77105 Diff:

[19/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35321 Made the unit test more realistic (by having the user's action happen in the next frame), and prevented an error when tearDown() tries t

2017-12-30 Thread jmclean
FLEX-35321 Made the unit test more realistic (by having the user's action happen in the next frame), and prevented an error when tearDown() tries to remove a component which is no longer on stage. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[01/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35267 FLEX-35260 Added a unit test which can verify the column-index and header-index related functions more thoroughly. Currently it fails, a

2017-12-30 Thread jmclean
Repository: flex-sdk Updated Branches: refs/heads/master ea8a5ab63 -> ba4144430 FLEX-35267 FLEX-35260 Added a unit test which can verify the column-index and header-index related functions more thoroughly. Currently it fails, as expected. Project:

[23/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35321 CAUSE: If a component is removed from stage during a validation cycle, the LayoutManager nevertheless sets its initialized flag to true,

2017-12-30 Thread jmclean
FLEX-35321 CAUSE: If a component is removed from stage during a validation cycle, the LayoutManager nevertheless sets its initialized flag to true, even if it's not on stage anymore. That's because it doesn't check at the end whether the component is still on stage. SOLUTION: Now the

[47/50] git commit: [flex-sdk] [refs/heads/master] - Update rat version in releasecandidate.xml file

2017-12-30 Thread jmclean
Update rat version in releasecandidate.xml file Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d242fd9d Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/d242fd9d Diff:

[06/50] git commit: [flex-sdk] [refs/heads/master] - Merge branch 'release4.16.0' into develop

2017-12-30 Thread jmclean
Merge branch 'release4.16.0' into develop Conflicts: installer.xml Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/a616e558 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/a616e558 Diff:

[26/50] git commit: [flex-sdk] [refs/heads/master] - Merge remote-tracking branch 'origin/develop' into develop

2017-12-30 Thread jmclean
Merge remote-tracking branch 'origin/develop' into develop Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0226437e Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0226437e Diff:

[35/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35321 CAUSE: if the object isn't on stage when we'd normally set its initialized flag to true, we correctly skip this step, but we also need t

2017-12-30 Thread jmclean
FLEX-35321 CAUSE: if the object isn't on stage when we'd normally set its initialized flag to true, we correctly skip this step, but we also need to set its updateCompletePendingFlag back to false, so that in case it's added to stage again it can work correctly, and have its initialized flag

[17/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35306 Addd unit test. Fails when reverting the fix, passes with the fix.

2017-12-30 Thread jmclean
FLEX-35306 Addd unit test. Fails when reverting the fix, passes with the fix. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2750254b Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/2750254b Diff:

[36/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35362 Added unit test to reproduce the bug. As expected, it currently fails.

2017-12-30 Thread jmclean
FLEX-35362 Added unit test to reproduce the bug. As expected, it currently fails. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/23a306cc Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/23a306cc Diff:

[11/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35267 Updated unit test - made it easier to read, and now we're also testing GridColumnHeaderGroup.containsGlobalCoordinates(). For the test t

2017-12-30 Thread jmclean
FLEX-35267 Updated unit test - made it easier to read, and now we're also testing GridColumnHeaderGroup.containsGlobalCoordinates(). For the test to pass I've improved the logic in GridHeaderViewLayout.getHeaderIndexAt() which, in turn, made a few functions redundant in GridColumnHeaderGroup.

[45/50] git commit: [flex-sdk] [refs/heads/master] - ignore saxon parts

2017-12-30 Thread jmclean
ignore saxon parts Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/91f196e4 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/91f196e4 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/91f196e4

[42/50] git commit: [flex-sdk] [refs/heads/master] - More version updates

2017-12-30 Thread jmclean
More version updates Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0e0220da Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0e0220da Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/0e0220da

[08/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35260 Now the unit test passes, having been updated to check the column header view boundaries. Other changes: -Now we're ignoring the grid he

2017-12-30 Thread jmclean
FLEX-35260 Now the unit test passes, having been updated to check the column header view boundaries. Other changes: -Now we're ignoring the grid header's right padding, because it doesn't make a visual difference (except in the edge case where, together with the left and right padding, the

[30/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-18746 Renamed the main test function and increased the timeout a bit.

2017-12-30 Thread jmclean
FLEX-18746 Renamed the main test function and increased the timeout a bit. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/cd060ca2 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/cd060ca2 Diff:

[27/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35329: fixed issue where initializing member variable/constant that is [Deprecated] incorrectly throws extra warning

2017-12-30 Thread jmclean
FLEX-35329: fixed issue where initializing member variable/constant that is [Deprecated] incorrectly throws extra warning Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/bb7447f5 Tree:

[43/50] git commit: [flex-sdk] [refs/heads/master] - Change CURRENT_VERSION to 4.16.1

2017-12-30 Thread jmclean
Change CURRENT_VERSION to 4.16.1 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0b9764c0 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0b9764c0 Diff:

[37/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-35362 CAUSE: the DropDownController signals that the DropDownListBase is open immediately, even before the latter has actually made that chang

2017-12-30 Thread jmclean
FLEX-35362 CAUSE: the DropDownController signals that the DropDownListBase is open immediately, even before the latter has actually made that change on stage. Since the opening takes one or two frames, it leaves a few milliseconds in which code which relies on that open/closed state erroneously

[49/50] git commit: [flex-sdk] [refs/heads/master] - Update apache rat in ApproveSDK script

2017-12-30 Thread jmclean
Update apache rat in ApproveSDK script Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d9086721 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/d9086721 Diff:

[32/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-18746 Added the same test, but without using opening animation. (This way the bug cannot be reproduced, which is a good clue.)

2017-12-30 Thread jmclean
FLEX-18746 Added the same test, but without using opening animation. (This way the bug cannot be reproduced, which is a good clue.) Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7a519a33 Tree:

git commit: [flex-sdk] [refs/heads/develop] - mobile theme docs are not compiling on Linux (probably old AIR version?)

2017-12-30 Thread jmclean
Repository: flex-sdk Updated Branches: refs/heads/develop 75ace9f5c -> d63dadf1d mobile theme docs are not compiling on Linux (probably old AIR version?) Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d63dadf1

git commit: [flex-sdk] [refs/heads/develop] - no support for automation flash flex kit on linux

2017-12-30 Thread jmclean
Repository: flex-sdk Updated Branches: refs/heads/develop bacc8cc5a -> 75ace9f5c no support for automation flash flex kit on linux Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/75ace9f5 Tree:

Jenkins build is back to normal : MD5Checker #20953

2017-12-30 Thread flex . ci . builds
See

git commit: [flex-sdk] [refs/heads/develop] - source clean was removing player libs on jenkins job

2017-12-30 Thread jmclean
Repository: flex-sdk Updated Branches: refs/heads/develop b0ef9c4ee -> bacc8cc5a source clean was removing player libs on jenkins job Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/bacc8cc5 Tree:

Jenkins build is back to normal : flex-sdk #1730

2017-12-30 Thread flex . ci . builds
See

git commit: [flex-sdk] [refs/heads/develop] - order matters when you compile the flash integration

2017-12-30 Thread jmclean
Repository: flex-sdk Updated Branches: refs/heads/develop e92853781 -> b0ef9c4ee order matters when you compile the flash integration Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/b0ef9c4e Tree:

Build failed in Jenkins: MD5Checker #20951

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

Build failed in Jenkins: MD5Checker #20950

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

Build failed in Jenkins: flex-flexunit #1174

2017-12-30 Thread flex . ci . builds
See -- [...truncated 42 lines...] BUILD SUCCESSFUL Total time: 3 minutes 17 seconds Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [flex-flexunit] $ cmd /c call

Build failed in Jenkins: MD5Checker #20949

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

Build failed in Jenkins: MD5Checker #20948

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

Build failed in Jenkins: MD5Checker #20947

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

Build failed in Jenkins: MD5Checker #20946

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

Build failed in Jenkins: MD5Checker #20945

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

Build failed in Jenkins: MD5Checker #20944

2017-12-30 Thread flex . ci . builds
See -- Started by timer Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files

svn commit: r1022915 - in /websites/production/flex: cgi-bin/ content/

2017-12-30 Thread piotrz
Author: piotrz Date: Sat Dec 30 13:05:29 2017 New Revision: 1022915 Log: Publishing svnmucc operation to flex site by piotrz Added: websites/production/flex/cgi-bin/ - copied from r1022914, websites/staging/flex/trunk/cgi-bin/ websites/production/flex/content/ - copied from

svn commit: r1022914 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/installer/sdk-installer-config-4.0.xml

2017-12-30 Thread buildbot
Author: buildbot Date: Sat Dec 30 13:04:45 2017 New Revision: 1022914 Log: Staging update by buildbot for flex Modified: websites/staging/flex/trunk/cgi-bin/ (props changed) websites/staging/flex/trunk/content/ (props changed)

svn commit: r1819595 - /flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

2017-12-30 Thread piotrz
Author: piotrz Date: Sat Dec 30 13:03:45 2017 New Revision: 1819595 URL: http://svn.apache.org/viewvc?rev=1819595=rev Log: Make Adobe Air and Flash Player 28 default Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml Modified:

Build failed in Jenkins: MD5Checker #20943

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

Build failed in Jenkins: MD5Checker #20942

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

Build failed in Jenkins: flex-sdk #1729

2017-12-30 Thread flex . ci . builds
See -- [...truncated 1302 lines...] automation_agent_bundles-clean: automation_agent_bundles-clean: automation_agent_bundles-clean: automation_agent_bundles-clean:

Build failed in Jenkins: flex-sdk #1728

2017-12-30 Thread flex . ci . builds
See Changes: [jmclean] setup does a clean which is removing the flash player downloads in the jenkins job -- [...truncated 1302 lines...] automation_agent_bundles-clean:

git commit: [flex-sdk] [refs/heads/develop] - setup does a clean which is removing the flash player downloads in the jenkins job

2017-12-30 Thread jmclean
Repository: flex-sdk Updated Branches: refs/heads/develop cfc19471e -> e92853781 setup does a clean which is removing the flash player downloads in the jenkins job Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

Build failed in Jenkins: MD5Checker #20941

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse

Build failed in Jenkins: flex-utilities_installer #1398

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files

Build failed in Jenkins: MD5Checker #20940

2017-12-30 Thread flex . ci . builds
See -- Started by timer Building remotely on flex_sdk_slave2 in workspace > C:\Program Files (x86)\Git\cmd\git.exe rev-parse