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

skip .net bootstrap as it is available on all supported windows versions

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • packaging
    • None

      theMSI installer bootstraps using .net 2.0 - which means you need the 2.0 SDK installed to build the msi. It also has issues as 2.0 is available by default on all supported windows versions (and was only needed for XP and server 2003).

      So get rid of it and reduce the build time dependencies.

      see http://petermarcu.blogspot.co.uk/2010/02/which-version-of-net-is-built-into.html for an overview of OS/.net versions.

          [JENKINS-30280] skip .net bootstrap as it is available on all supported windows versions

          Code changed in jenkins
          User: James Nord
          Path:
          msi/build.sh
          http://jenkins-ci.org/commit/packaging/1f8e7c3820e057ff5da7909a2c815dbac54761ee
          Log:
          [FIXED JENKINS-30280] remove dotnet installer dependency

          DotNet 2.0 is included in the OS or all modern systems, so don't add the
          assembly - which removes the requirement for dotnet 2.0.`

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: James Nord Path: msi/build.sh http://jenkins-ci.org/commit/packaging/1f8e7c3820e057ff5da7909a2c815dbac54761ee Log: [FIXED JENKINS-30280] remove dotnet installer dependency DotNet 2.0 is included in the OS or all modern systems, so don't add the assembly - which removes the requirement for dotnet 2.0.`

          Code changed in jenkins
          User: James Nord
          Path:
          msi/bootstrapper.xml
          msi/build-on-jenkins.sh
          msi/build.sh
          http://jenkins-ci.org/commit/packaging/260401a800cd369683f8b6a8ea6773bbec1cd9d3
          Log:
          Merge pull request #24 from jtnord/no_dotnet

          [FIXED JENKINS-30280] remove dotnet installer dependency.

          Compare: https://github.com/jenkinsci/packaging/compare/1705673b6ce9...260401a800cd

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: James Nord Path: msi/bootstrapper.xml msi/build-on-jenkins.sh msi/build.sh http://jenkins-ci.org/commit/packaging/260401a800cd369683f8b6a8ea6773bbec1cd9d3 Log: Merge pull request #24 from jtnord/no_dotnet [FIXED JENKINS-30280] remove dotnet installer dependency. Compare: https://github.com/jenkinsci/packaging/compare/1705673b6ce9...260401a800cd

            Unassigned Unassigned
            teilo James Nord
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: