create_file

in lib/jenkinsfile_runner/commands/init.rb [135:140]


      def create_file(name, &block)
        output_directory.join(name).open('w') do |file|
          file.write block.call
        end
      end