Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jenkinsci/powershell-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: powershell-1.8
Choose a base ref
...
head repository: jenkinsci/powershell-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: powershell-2.0
Choose a head ref
  • 13 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    9d4183f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    froque authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    19df741 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    froque authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    f46cd11 View commit details
    Browse the repository at this point in the history
  4. Updates parent pom to 4.51

    command used (but upgrades to 4.53 at the moment):
    JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64 /opt/maven/apache-maven-3.8.4/bin/mvn -Pjenkins versions:update-parent
    
    4.53 fails with UnsupportedClassVersionError
    
    >  Building with a Jenkinsfile configuration that includes Java 8 will result in a low-level class version error when using version 4.52 or later of the plugin parent POM.
    https://www.jenkins.io/doc/developer/tutorial-improve/add-a-jenkinsfile/
    froque committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    d78aa85 View commit details
    Browse the repository at this point in the history
  5. Use HTTPS instead of git

    Use HTTPS protocol instead of git protocol because Github is deprecating
    git protocol
    froque committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    38051ba View commit details
    Browse the repository at this point in the history
  6. Merge pull request #23 from jenkinsci/update-git-scm-url

    Use HTTPS instead of git
    froque authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a5ee160 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    froque authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    2a34f08 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #22 from jenkinsci/update-parent-pom

    Updates parent pom to 4.51
    froque authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a83e463 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    froque authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    94d2e9e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    d6f3959 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from jenkinsci/update-base-jenkins

    Require Jenkins 2.361.4 and Java 11
    froque authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    fb1a2f2 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    froque authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    9d7b283 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ded506a View commit details
    Browse the repository at this point in the history
Loading