An open API service indexing awesome lists of open source software.

https://github.com/berquist/pyarchive

Examples of Jenkinsfiles for manyrepo testing
https://github.com/berquist/pyarchive

jenkinsfile jenkinsfiles posix-compliant shell-scripts

Last synced: 5 months ago
JSON representation

Examples of Jenkinsfiles for manyrepo testing

Awesome Lists containing this project

README

          

* pyarchive Jenkins support

A set of example Jenkinsfiles for building and testing the Python libstore/libjournal/libarchive prototypes in various ways.

** no-parameters-posix-sh

- The pipeline takes no parameters and all branches are fixed at =main=.
- The main scripts called by Jenkins are written in POSIX sh.

** no-parameters-bash

- The pipeline takes no parameters and all branches are fixed at =main=.
- The main scripts called by Jenkins are written in bash, not POSIX sh.