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
- Host: GitHub
- URL: https://github.com/berquist/pyarchive
- Owner: berquist
- License: bsd-3-clause
- Created: 2023-04-17T20:47:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T21:44:55.000Z (about 1 year ago)
- Last Synced: 2025-10-27T19:41:05.471Z (8 months ago)
- Topics: jenkinsfile, jenkinsfiles, posix-compliant, shell-scripts
- Language: Shell
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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.