Skip to content

Latest commit

 

History

History
executable file
·
27 lines (19 loc) · 885 Bytes

changelog.md

File metadata and controls

executable file
·
27 lines (19 loc) · 885 Bytes

To install jx-convert-jenkinsfile 0.0.2 see the below. To run, see the project's README.

Linux

curl -L https://github.com/jenkins-x/jx-convert-jenkinsfile/releases/download/v0.0.2/jx-convert-jenkinsfile-linux-amd64.tar.gz | tar xzv 
sudo mv jx-convert-jenkinsfile /usr/local/bin

macOS

curl -L https://github.com/jenkins-x/jx-convert-jenkinsfile/releases/download/v0.0.2/jx-convert-jenkinsfile-darwin-amd64.tar.gz | tar xzv 
sudo mv jx-convert-jenkinsfile /usr/local/bin

Changes

Bug Fixes

  • Don't fail for arbitrary credentials in environment
  • Handle container with named steps
  • Handle multiline strings and double quotes inside single quoted strings

Chores

  • Add link to create issues in jx repo to README
  • Fix the README link in the changelog header.