Closed mark-norgate-landg closed 5 years ago
Hi, this is expected ng serve
will launch a dev server, which will not terminate unless you forcefully terminate it. This is the same behaviour as other http servers, they will run until they are killed.
This is definitely still an issue. If we use version 0.8.0 of @angular-devkit/build-angular
, it passes through Jenkins without any problem. It runs the a11y tests and moves on successfully. However, this version of the package causes issues with PWA so we have upgraded to 0.10.0; and now 0.11.0. Both of these issues cause the Jenkins pipeline to hang on the a11y tests.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
node version 10.13.0 npm version 6.4.1 Windows 7 Enterprise SP1
Repro steps
package.json:
running:
causes the issue.
When using version 0.8.0 of
@angular-devkit/build-angular"
, we run into problems with our PWA app. At runtime, it complains that it can't find the PWA scripts. Updating to version 0.10.6 fixes this issue, but this causes the a11y tests to fail n the Jenkins pipeline. The a11y tests work fine when at version 0.8.0.The log given by the failure
The Jenkins log looks like this:
...but after this it hangs and we have to abort the process.
Desired functionality
We would like the a11y tests to run in our Jenkins pipeline using a version of
@angular-devkit/build-angular"
that works with the PWA.