Skip to content
/ stalkcd Public
forked from kabieror/stalkcd

Transformation software for generating BPMN models from Jenkinsfiles

Notifications You must be signed in to change notification settings

cbkurz/stalkcd

 
 

Repository files navigation

StalkCD

This application has been developed as part of the master's thesis "Resilient Continuous Delivery Pipelines Based on BPMN" by Oliver Kabierschke.

More features where added by the study "Analysis and Integration of GitHub Actions into the StalkCD Ecosystem for Model-Based CI/CD Quality Assessment" by Clemens Kurz and Henning Möllers at the University of Hamburg.

Notice

This document contains links to external sources. We do and can not take responsibility for the content shown at external links. The reader is advised to only click on links by their own judgement or not open a link at all.

Prerequisites

To run the software, Node.js is required as run-time environment.

Installation

In the directory of this repository, run the following command:

npm install

Now, compile the TypeScript code to JavaScript.

./node_modules/.bin/tsc

Or, if you have installed typescript globally (npm -g i typescript), just run:

tsc

Further Information

About

Transformation software for generating BPMN models from Jenkinsfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.0%
  • ANTLR 2.9%
  • Other 0.1%