Branch: refs/heads/vce067
Home: https://github.com/jenkinsci/vectorcast-execution-plugin
Commit: fd54e8580886084d040d21fa809be8a609d44d8e
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/fd54e8580886084d040d21fa809be8a609d44d8e
Author: Cameron LaFreniere <[email protected]>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M .gitignore
R Changes.txt
M README.md
A docs/images/Parameter_Config_for_Build.PNG
M docs/images/pipeline_create.png
M pom.xml
M
src/main/java/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobRoot.java
M
src/main/java/com/vectorcast/plugins/vectorcastexecution/VectorCASTSetup.java
A
src/main/java/com/vectorcast/plugins/vectorcastexecution/common/VcastUtils.java
M src/main/java/com/vectorcast/plugins/vectorcastexecution/job/BaseJob.java
M
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewMultiJob.java
M
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewPipelineJob.java
M
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewSingleJob.java
M
src/main/resources/com/vectorcast/plugins/vectorcastexecution/Messages.properties
M
src/main/resources/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobPipeline/conflict.jelly
M
src/main/resources/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobPipeline/index.jelly
M
src/main/resources/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobPipeline/index.properties
M
src/main/resources/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobSingle/created.jelly
M src/main/resources/scripts/UpdateMultiJob.py
M src/main/resources/scripts/baseJenkinsfile.groovy
A src/main/resources/scripts/config_parameters.xml
M src/main/resources/scripts/copy_build_dir.py
M src/main/resources/scripts/crumbDiag.py
M src/main/resources/scripts/default-style.css
M src/main/resources/scripts/extract_build_dir.py
A src/main/resources/scripts/fixup_reports.py
A src/main/resources/scripts/full_report_no_toc.py
M src/main/resources/scripts/gen-combined-cov.py
M src/main/resources/scripts/generate-results.py
M src/main/resources/scripts/generate_qa_results_xml.py
M src/main/resources/scripts/generate_xml.py
M src/main/resources/scripts/getjobs.py
M src/main/resources/scripts/incremental_build_report_aggregator.py
M src/main/resources/scripts/managewait.py
M src/main/resources/scripts/normalize.css
M src/main/resources/scripts/parse_console_for_cbt.py
A src/main/resources/scripts/parse_traceback.py
A src/main/resources/scripts/tee_print.py
M src/main/resources/scripts/vcastcsv2jenkins.py
M src/main/webapp/help-optUseReporting.html
A src/main/webapp/help-optuseCBT.html
A src/main/webapp/help-optuseCiLicense.html
A src/main/webapp/help-optuseParameters.html
Log Message:
-----------
Merge pull request #1 from jenkinsci/master
Merge in updates from VectorCAST jenkins execution plugin master
Commit: 443d1fd5b1b279cf65dcedef0da0567e2befeb30
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/443d1fd5b1b279cf65dcedef0da0567e2befeb30
Author: Cameron LaFreniere <[email protected]>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M src/main/resources/scripts/generate_qa_results_xml.py
M src/main/resources/scripts/generate_xml.py
Log Message:
-----------
BugzID: 92902 - Replaced cgi.escape which was removed in Python 3.8 with
html.escape.
Commit: 21298ab1e591cdd6f6ceae75a284d780af51d6de
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/21298ab1e591cdd6f6ceae75a284d780af51d6de
Author: Cameron LaFreniere <[email protected]>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M src/main/resources/scripts/generate_qa_results_xml.py
M src/main/resources/scripts/generate_xml.py
Log Message:
-----------
BugzID: 92902 - html mod isn't available by default in Python 2. Quote
argument is defaulted to None in cgi module, but defaulted to True in html
module.
Commit: fc48c4d0aa4b56ac671f86e493b15fd03da6cbdd
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/fc48c4d0aa4b56ac671f86e493b15fd03da6cbdd
Author: Nicholas Elliot <[email protected]>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M src/main/resources/scripts/generate_qa_results_xml.py
M src/main/resources/scripts/generate_xml.py
Log Message:
-----------
Merge pull request #31 from cam-laf/remove-cgi-escape-FB92902
Replace cgi.escape with html.escape when available
Compare:
https://github.com/jenkinsci/vectorcast-execution-plugin/compare/f1ddae7aa7d8...fc48c4d0aa4b
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/vectorcast-execution-plugin/push/refs/heads/vce067/f1ddae-fc48c4%40github.com.