CI Tools
Project description
ci-tools
prototype tool collection for continuous integration of Java projects with lots of modules
Examples
collect/accumulate test results of another job
Example:
update_job_state master-unittests master-integrationtests
This will create local databases master-unittests.db and master-integrationtests.db containing all test results of the given job names master-unittests and master-integrationtests. Newer Suites overwrite older ones. Full tests runs overwrite all results.
merge test results of job database
Example:
merge_job_state master-unittests master-integrationtests master
Creates a local database master.db containing the merged test results of the local databases master-unittests.db and master-integrationtests.db.
create junit result from database
Example:
export_job_state master
Creates a JUnit XML file containing the current test state from the master.db persistence file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file citools-0.2.47.tar.gz
.
File metadata
- Download URL: citools-0.2.47.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42f2ec80812692a6cdd85dcc86c4360a9ce89ca154948e5f912bd82f1904bf3f |
|
MD5 | e1c88f5ae2a3adf6cc26d71891992375 |
|
BLAKE2b-256 | b130766d7feb42ff81c5c7a7cfb8ff6d8c5314e3feb41217302a9534bb96f335 |