print_next_steps

in lib/jenkinsfile_runner/commands/init.rb [126:134]


      def print_next_steps
        puts <<~EOF
        Please inspect the .dockerignore file to add/remove necessary files for your installation.
        The following files are currently removed:

        
        EOF
      end