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

ant launched with unix-style when clover enabled

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • clover-plugin
    • None
    • master is RHEL, slave is a Windows box

      job configured with an ant build step run fine with this setup as
      cmd.exe /C '"ant.bat ... && exit %%ERRORLEVEL%%"'

      when clover is enabled, build fails trying to run "ant" (unix style)

          [JENKINS-15759] ant launched with unix-style when clover enabled

          Code changed in jenkins
          User: Nicolas De Loof
          Path:
          src/main/java/hudson/plugins/clover/CloverBuildWrapper.java
          http://jenkins-ci.org/commit/clover-plugin/7ed015b1c9f85590150170f19d783325459cc4e2
          Log:
          [FIXED JENKINS-15759] don't hide launcher OS type

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Nicolas De Loof Path: src/main/java/hudson/plugins/clover/CloverBuildWrapper.java http://jenkins-ci.org/commit/clover-plugin/7ed015b1c9f85590150170f19d783325459cc4e2 Log: [FIXED JENKINS-15759] don't hide launcher OS type

          Code changed in jenkins
          User: Nicolas De Loof
          Path:
          src/main/java/hudson/plugins/clover/CloverBuildWrapper.java
          src/test/java/hudson/plugins/clover/CloverBuildWrapperTest.java
          http://jenkins-ci.org/commit/clover-plugin/3d46c718e326104e121f0621e3130bda69d99689
          Log:
          [FIXED JENKINS-15759] don't use AntIntegrator that
          won't support jenkins remoting :

          • distinct filesystem path between master and slave,
          • CIOption not serializable
          • expect clover.jar to be present on build node

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Nicolas De Loof Path: src/main/java/hudson/plugins/clover/CloverBuildWrapper.java src/test/java/hudson/plugins/clover/CloverBuildWrapperTest.java http://jenkins-ci.org/commit/clover-plugin/3d46c718e326104e121f0621e3130bda69d99689 Log: [FIXED JENKINS-15759] don't use AntIntegrator that won't support jenkins remoting : distinct filesystem path between master and slave, CIOption not serializable expect clover.jar to be present on build node

            ndeloof Nicolas De Loof
            ndeloof Nicolas De Loof
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: