s2.1.1:
Support for keeping the pipeline running when a stage fails.
Solves issue #162.
Changes:
.github/workflows/jenkins.yml .github/workflows/stable-milestone.yml .github/workflows/tag.yml .gitignore LICENSE README.md docs/_templates/versions.html docs/assets/index.html docs/conf.py docs/contrib/documentation.rst docs/credentials/config_file.rst docs/credentials/intro.rst docs/credentials/jenkins.rst docs/index.rst docs/requirements.txt docs/user/config_file.rst docs/user/docker_compose.rst docs/user/examples/jpl_validator.rst docs/user/jenkinsfile.rst docs/user/step_by_step/min_configuration.rst docs/user/step_by_step/sqa_criteria.rst src/eu/indigo/JenkinsDefinitions.groovy src/eu/indigo/compose/DockerCompose.groovy src/eu/indigo/compose/parser/ConfigParser.groovy src/eu/indigo/scm/Git.groovy src/eu/indigo/scm/GitLocalBranch.groovy vars/buildStages.groovy vars/pipelineConfig.groovy