Merge pull request 'Update Jenkinsfile' (#13) from dev into master
Reviewed-on: https://chacha.ddns.net/gitea/chacha/pygamecfg/pulls/13 new-tag:0.4.3
This commit was merged in pull request #13.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -184,7 +184,7 @@ pipeline {
|
|||||||
sh("virtualenv --pip=embed --setuptools=embed --wheel=embed --no-periodic-update --activators bash,python TOOLS_ENV")
|
sh("virtualenv --pip=embed --setuptools=embed --wheel=embed --no-periodic-update --activators bash,python TOOLS_ENV")
|
||||||
|
|
||||||
sh(". ~/BUILD_ENV/bin/activate && pip install --upgrade setuptools build pip")
|
sh(". ~/BUILD_ENV/bin/activate && pip install --upgrade setuptools build pip")
|
||||||
sh(". ~/BUILD_ENV/bin/activate && pip install --upgrade 'copier==8.*' jinja2-slug toml")
|
sh(". ~/BUILD_ENV/bin/activate && pip install --upgrade 'copier==9.*' jinja2-slug toml")
|
||||||
|
|
||||||
sh(". ~/TEST_ENV/bin/activate && pip install --upgrade pip")
|
sh(". ~/TEST_ENV/bin/activate && pip install --upgrade pip")
|
||||||
|
|
||||||
@@ -546,7 +546,7 @@ pipeline {
|
|||||||
dir("gitrepo") {
|
dir("gitrepo") {
|
||||||
junit 'helpers-results/cl_unit_test/*.xml'
|
junit 'helpers-results/cl_unit_test/*.xml'
|
||||||
// using cobertura format (= coverage xml format)
|
// using cobertura format (= coverage xml format)
|
||||||
publishCoverage adapters: [cobertura(mergeToOneReport: true, path: "helpers-results/cl_unit_test_coverage/test_coverage.xml")]
|
recordCoverage(tools: [[parser: 'COBERTURA', pattern: 'helpers-results/cl_unit_test_coverage/test_coverage.xml']])
|
||||||
publishHTML([
|
publishHTML([
|
||||||
reportDir: "helpers-results/cl_unit_test_coverage",
|
reportDir: "helpers-results/cl_unit_test_coverage",
|
||||||
reportFiles: "index.html",
|
reportFiles: "index.html",
|
||||||
|
|||||||
Reference in New Issue
Block a user