Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-52331

Blue Ocean: Add ability to edit/run Pipeline from Pipeline editor for GitHub project

      Currently, when creating a GitHub project, you're always required to save and push a jenkins file to the GitHub repository before you're able to test your pipeline.

      This is very awkward and cumbersome.

      Please add a button to run a Pipeline in Pipeline Editor without first pushing it to the GitHub repository.

      The suggested button should:

      1. Fetch the GitHub repository.
      2. Write a temporary jenkinsfile from the currently edited pipeline to "%JENKINS_HOME%\workspace\...".
      3. Run that temporary jenkinsfile Pipeline

          [JENKINS-52331] Blue Ocean: Add ability to edit/run Pipeline from Pipeline editor for GitHub project

          A. D. created issue -
          A. D. made changes -
          Description Original: Currently, when creating a GitHub project, you're always required to save and push a jenkins file to the GitHub repository before you're able to test your pipeline.

          This is very awkward and cumbersome.

          Please add a button to run a Pipeline in Pipeline Editor without first pushing it to the GitHub repository.

          The suggested button should:
           # Fetch the GitHub repository.
           # Write a temporary jenkinsfile from the currently edited pipeline to "%JENKINS_HOME%\workspace\...".
           # Run the jenkinsfile Pipeline
          New: Currently, when creating a GitHub project, you're always required to save and push a jenkins file to the GitHub repository before you're able to test your pipeline.

          This is very awkward and cumbersome.

          Please add a button to run a Pipeline in Pipeline Editor without first pushing it to the GitHub repository.

          The suggested button should:
           # Fetch the GitHub repository.
           # Write a temporary jenkinsfile from the currently edited pipeline to "%JENKINS_HOME%\workspace\...".
           # Run that temporary jenkinsfile Pipeline

            Unassigned Unassigned
            settrend A. D.
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: