About the delivery
ProsessPilotene delivered a pipeline for building a TypeScript project and publishing it to a web resource in a solution file for 4Service AS (2024).
Value creation
Time savings. No need to manually upload/replace web resources. Instead, this operation is performed via a pipeline that runs automatically based on user-defined triggers.
Repeatability & control..
The solutions
- Pipeline: Build a TypeScript project and publish it to a web resource in a solution file
Pipeline: Build a TypeScript project and publish it to a web resource in a solution file: Building a TypeScript project through a pipeline ensures that it is done consistently every time, regardless of who made the changes.
Rules can then be defined for what should and should not be allowed (linting rules, etc.), and test cases can be run automatically. This also ensures that the correct version numbers and the same packages are used, regardless of who runs it.
It also becomes easy to see which code is deployed in the various environments, eliminating the risk that "old stuff" has been published from the developer's desktop.
Area and keywords
TypeScript,Deployment,Web resource, ×