Skip to content

Transformation software for generating BPMN models from Jenkinsfiles

Notifications You must be signed in to change notification settings

StalkCD/stalkcd-core

This branch is up to date with cbkurz/stalkcd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Clemens KurzClemens Kurz
Clemens Kurz
and
Clemens Kurz
May 3, 2023
4a9076c · May 3, 2023
May 17, 2022
May 17, 2022
May 3, 2023
Feb 3, 2023
Jul 1, 2022
Aug 23, 2022
Oct 27, 2022
Sep 7, 2022
Mar 23, 2022
May 3, 2023
Jun 21, 2022
Jun 21, 2022
Jun 21, 2022
Mar 27, 2019
Mar 27, 2019
Jun 21, 2022

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%