Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: d097513de16a500cfdbb19d276ded34c33e4ddc7
      
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/d097513de16a500cfdbb19d276ded34c33e4ddc7
  Author: TimSVector <[email protected]>
  Date:   2021-02-10 (Wed, 10 Feb 2021)

  Changed paths:
    M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobRoot.java
    M 
src/main/resources/com/vectorcast/plugins/vectorcastexecution/Messages.properties
    M src/main/resources/scripts/getjobs.py

  Log Message:
  -----------
  updates for python 3


  Commit: a137fa566d0b44d85afda88fb8a384109e22a2d1
      
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/a137fa566d0b44d85afda88fb8a384109e22a2d1
  Author: Nicholas Elliot <[email protected]>
  Date:   2021-02-10 (Wed, 10 Feb 2021)

  Changed paths:
    M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobRoot.java
    M 
src/main/resources/com/vectorcast/plugins/vectorcastexecution/Messages.properties
    M src/main/resources/scripts/getjobs.py

  Log Message:
  -----------
  Merge branch 'tms-065' of github.com:jenkinsci/vectorcast-execution-plugin 
into vce066


  Commit: 0bb7db7a30eefcb0281269be6166d1951347a9d5
      
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/0bb7db7a30eefcb0281269be6166d1951347a9d5
  Author: Nicholas Elliot <[email protected]>
  Date:   2021-02-10 (Wed, 10 Feb 2021)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Add release to change log


  Commit: a3b0bfcfe7d15d0010a6dff809bfecf9ea09c1c7
      
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/a3b0bfcfe7d15d0010a6dff809bfecf9ea09c1c7
  Author: Nicholas Elliot <[email protected]>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M src/main/resources/scripts/managewait.py

  Log Message:
  -----------
  Use context manager to write to file


  Commit: e79d6fb8b54e55af6deefb43f775b8bf3c911414
      
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/e79d6fb8b54e55af6deefb43f775b8bf3c911414
  Author: Nicholas Elliot <[email protected]>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M src/main/resources/scripts/copy_build_dir.py
    M src/main/resources/scripts/fixup_reports.py
    M src/main/resources/scripts/generate-results.py
    M src/main/resources/scripts/generate_xml.py
    M src/main/resources/scripts/getjobs.py
    M src/main/resources/scripts/managewait.py
    M src/main/resources/scripts/parse_traceback.py
    M src/main/resources/scripts/tee_print.py

  Log Message:
  -----------
  Use teeprint as context manager


  Commit: fe1ac4a38d5015b4566297c83b9a6817d80267ae
      
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/fe1ac4a38d5015b4566297c83b9a6817d80267ae
  Author: TimSVector <[email protected]>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M README.md
    M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewSingleJob.java
    M src/main/resources/scripts/baseJenkinsfile.groovy
    M src/main/resources/scripts/managewait.py
    M src/main/resources/scripts/tee_print.py

  Log Message:
  -----------
  Updates for python 3 not calling __del__


  Commit: c19e6d5e532337b29387fea43dc5c6850a1c5eca
      
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/c19e6d5e532337b29387fea43dc5c6850a1c5eca
  Author: TimSVector <[email protected]>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M src/main/resources/scripts/baseJenkinsfile.groovy

  Log Message:
  -----------
  Fixing writeFile call to clear out old file


  Commit: 975d15b232aa2eaf108d478026c7bfaa6a4d80f3
      
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/975d15b232aa2eaf108d478026c7bfaa6a4d80f3
  Author: TimSVector <[email protected]>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    M src/main/java/com/vectorcast/plugins/vectorcastexecution/job/BaseJob.java
    M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewPipelineJob.java

  Log Message:
  -----------
  Remove trailing whitespace before checking for manage project ending with .vcm


  Commit: 821b813b41c7fdf3709c76d3abca0dcbec7b16a6
      
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/821b813b41c7fdf3709c76d3abca0dcbec7b16a6
  Author: TimSVector <[email protected]>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    M src/main/java/com/vectorcast/plugins/vectorcastexecution/job/BaseJob.java
    M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewPipelineJob.java

  Log Message:
  -----------
  removing leading and trailing whitespace (including tabs) from MP name


  Commit: 673b4b024c1a7e3135b2559beb227d722a0f1995
      
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/673b4b024c1a7e3135b2559beb227d722a0f1995
  Author: Nicholas Elliot <[email protected]>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    M README.md
    M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobRoot.java
    M src/main/java/com/vectorcast/plugins/vectorcastexecution/job/BaseJob.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/scripts/baseJenkinsfile.groovy
    M src/main/resources/scripts/copy_build_dir.py
    M src/main/resources/scripts/fixup_reports.py
    M src/main/resources/scripts/generate-results.py
    M src/main/resources/scripts/generate_xml.py
    M src/main/resources/scripts/getjobs.py
    M src/main/resources/scripts/managewait.py
    M src/main/resources/scripts/parse_traceback.py
    M src/main/resources/scripts/tee_print.py

  Log Message:
  -----------
  Merge pull request #29 from jenkinsci/vce066

Vce066


Compare: 
https://github.com/jenkinsci/vectorcast-execution-plugin/compare/3ded64570957...673b4b024c1a

-- 
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/master/3ded64-673b4b%40github.com.

Reply via email to