Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/convert-to-pipeline-plugin
  Commit: 0b1ecdffca5d51a34d14c8fbe68ca7b3f3fdf048
      
https://github.com/jenkinsci/convert-to-pipeline-plugin/commit/0b1ecdffca5d51a34d14c8fbe68ca7b3f3fdf048
  Author: Alex Richardson <alexander.richard...@cl.cam.ac.uk>
  Date:   2017-12-02 (Sat, 02 Dec 2017)

  Changed paths:
    M src/main/java/com/infostretch/labs/plugins/Shell.java

  Log Message:
  -----------
  Use single quote for the converting shell scripts

Otherwise groovy will attempt to expand all environment/shell variables in
the script and mostly likely cause the build to fail.


  Commit: a2c99f1145632ba049a41cfe52ac65d922f047e3
      
https://github.com/jenkinsci/convert-to-pipeline-plugin/commit/a2c99f1145632ba049a41cfe52ac65d922f047e3
  Author: Alex Richardson <alexander.richard...@cl.cam.ac.uk>
  Date:   2017-12-02 (Sat, 02 Dec 2017)

  Changed paths:
    M src/main/java/com/infostretch/labs/plugins/Shell.java

  Log Message:
  -----------
  Fix converting scripts that use e.g. `#!/usr/bin/env python3`

If the `#!` is not the first character of the script it will be run using
/bin/sh instead of the interpreter


  Commit: 564a9807a4f7cd49f33a77f156a3097b881507d5
      
https://github.com/jenkinsci/convert-to-pipeline-plugin/commit/564a9807a4f7cd49f33a77f156a3097b881507d5
  Author: Alex Richardson <alexander.richard...@cl.cam.ac.uk>
  Date:   2017-12-02 (Sat, 02 Dec 2017)

  Changed paths:
    M src/main/java/com/infostretch/labs/plugins/Shell.java

  Log Message:
  -----------
  Also use single quotes for sh conversion if unstableReturn is set


  Commit: 2a9e5c1c1ac2380bab071568f06cffa0fdb56b75
      
https://github.com/jenkinsci/convert-to-pipeline-plugin/commit/2a9e5c1c1ac2380bab071568f06cffa0fdb56b75
  Author: Alex Richardson <alexander.richard...@cl.cam.ac.uk>
  Date:   2017-12-02 (Sat, 02 Dec 2017)

  Changed paths:
    M pom.xml
    M src/main/java/com/infostretch/labs/transformers/Transformer.java
    A src/test/java/com/infostretch/labs/plugins/ShellTest.java
    A src/test/resources/xml/shell-script-simple.xml
    A src/test/resources/xml/shell-script-unstable-return.xml

  Log Message:
  -----------
  Add a unit test for the shell script conversion


  Commit: 3d6ad8e34f482e9d8f94fe860e2dd475be24a117
      
https://github.com/jenkinsci/convert-to-pipeline-plugin/commit/3d6ad8e34f482e9d8f94fe860e2dd475be24a117
  Author: Alex Richardson <alexander.richard...@cl.cam.ac.uk>
  Date:   2017-12-02 (Sat, 02 Dec 2017)

  Changed paths:
    M src/main/java/com/infostretch/labs/plugins/Shell.java
    M src/test/java/com/infostretch/labs/plugins/ShellTest.java

  Log Message:
  -----------
  Minor improvement to indentation of shell build step


  Commit: cc43eae863cc35496e499c6285acb13c8c750cb9
      
https://github.com/jenkinsci/convert-to-pipeline-plugin/commit/cc43eae863cc35496e499c6285acb13c8c750cb9
  Author: vimal-infostretch <vimal.pa...@infostretch.com>
  Date:   2018-01-31 (Wed, 31 Jan 2018)

  Changed paths:
    M pom.xml
    M src/main/java/com/infostretch/labs/plugins/Shell.java
    M src/main/java/com/infostretch/labs/transformers/Transformer.java
    A src/test/java/com/infostretch/labs/plugins/ShellTest.java
    A src/test/resources/xml/shell-script-simple.xml
    A src/test/resources/xml/shell-script-unstable-return.xml

  Log Message:
  -----------
  Merge pull request #1 from arichardson/fix-sh-conversion

Fix conversion of shell script step


Compare: 
https://github.com/jenkinsci/convert-to-pipeline-plugin/compare/8615b1223099...cc43eae863cc

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to