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/visual-basic-6-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4
Choose a base ref
...
head repository: jenkinsci/visual-basic-6-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0
Choose a head ref
  • 13 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    5bd6817 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. 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/
    
    Removes dependencies due to
    >  matrix-auth failed to start
    froque committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    b348ce9 View commit details
    Browse the repository at this point in the history
  2. 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
    e2b5144 View commit details
    Browse the repository at this point in the history
  3. Create CHANGELOG.md

    froque authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6476bb9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from jenkinsci/update-git-scm-url

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

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

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

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

Commits on Jan 6, 2023

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

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

    froque authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    252f69b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0e64a1 View commit details
    Browse the repository at this point in the history
Loading