• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • phing-plugin
    • Linux debian x64

      Configuration:
      phing Home: /usr/share/php (where phing.php lives)
      PHP Command: /usr/bin/php
      Phing Plugin version v0.13.1
      Jenkins v1.526

      phing execution form command line:

      use '/var/lib/jenkins/jobs/sit/workspace' as a working directory. 
      [workspace] $ /usr/bin/php -buildfile /var/lib/jenkins/jobs/sit/workspace/build/build.xml -Denvironment=sit -Dworkspace=/var/lib/jenkins/jobs/sit/workspace -Djobtag=jenkins-sit-9 db.update -logger phing.listener.DefaultLogger
      

      it's missing phing.php
      it should be /usr/bin/php /usr/share/php/phing.php -buildfile...

          [JENKINS-19110] phing is executed incorrectly

          sogabe added a comment -

          If you have phing inastalled by rpm or pear, you don't have to configure phing on system configuration page.
          Phing plugin uses phing script in the path.

          sogabe added a comment - If you have phing inastalled by rpm or pear, you don't have to configure phing on system configuration page. Phing plugin uses phing script in the path.

          yeah i have installed by pear. yea if i delete configuration it starts working, but why it breaks if configured manually ? i mean people with multiple versions of phing can't use it, because settings don't work

          Justinas Urbanavicius added a comment - yeah i have installed by pear. yea if i delete configuration it starts working, but why it breaks if configured manually ? i mean people with multiple versions of phing can't use it, because settings don't work

          Phil N added a comment -

          I DONT have it installed from rpm or pear which is why I attempted to use this option. I pull phing via composer and wanted to use that install.
          I then ran into this exact problem. It should be calling /path_to_phing/phing.php -buildfile ... but it leaves out the first part, making this configuration option somewhat useless.

          Phil N added a comment - I DONT have it installed from rpm or pear which is why I attempted to use this option. I pull phing via composer and wanted to use that install. I then ran into this exact problem. It should be calling /path_to_phing/phing.php -buildfile ... but it leaves out the first part, making this configuration option somewhat useless.

          Code changed in jenkins
          User: Seiji Sogabe
          Path:
          src/main/resources/hudson/plugins/phing/PhingInstallation/help-home.html
          src/main/resources/hudson/plugins/phing/PhingInstallation/help-home_ja.html
          http://jenkins-ci.org/commit/phing-plugin/4df061fcbf8ba11777c1e9f6d7c1f54afd29da87
          Log:
          noted that you can use environment variables such like $WORKSPACE.
          JENKINS-19110

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Seiji Sogabe Path: src/main/resources/hudson/plugins/phing/PhingInstallation/help-home.html src/main/resources/hudson/plugins/phing/PhingInstallation/help-home_ja.html http://jenkins-ci.org/commit/phing-plugin/4df061fcbf8ba11777c1e9f6d7c1f54afd29da87 Log: noted that you can use environment variables such like $WORKSPACE. JENKINS-19110

          Justinas Urbanavicius added a comment - - edited

          in the latest version of plugin 0.13.3 the issue is back and even if the phing is not configured in global settings:

          output:

          usr/bin/php phing -buildfile /var/lib/jenkins/jobs/dev/workspace/build/build.xml -Denvironment=dev -Dbuild_number=356 test -logger phing.listener.DefaultLogger
          Could not open input file: phing
          

          somehow it tires to execute phing sh script through php either it has to run phing command or /usr/bin/php phing.php
          it's starting to get really annoying

          Justinas Urbanavicius added a comment - - edited in the latest version of plugin 0.13.3 the issue is back and even if the phing is not configured in global settings: output: usr/bin/php phing -buildfile / var /lib/jenkins/jobs/dev/workspace/build/build.xml -Denvironment=dev -Dbuild_number=356 test -logger phing.listener.DefaultLogger Could not open input file: phing somehow it tires to execute phing sh script through php either it has to run phing command or /usr/bin/php phing.php it's starting to get really annoying

          Using Jenkins v1.614,
          phing plugin 0.13.3,
          java 1.7.0_79

          Justinas Urbanavicius added a comment - Using Jenkins v1.614, phing plugin 0.13.3, java 1.7.0_79

          i've tried all the version of plugin, and the only version that works correctly is 0.12:

          [build] $ phing -buildfile /var/lib/jenkins/jobs/dev/workspace/build/build.xml test -Denvironment=dev -Dbuild_number=361 -logger phing.listener.DefaultLogger
          Buildfile: /var/lib/jenkins/jobs/dev/workspace/build/build.xml
          

          Justinas Urbanavicius added a comment - i've tried all the version of plugin, and the only version that works correctly is 0.12: [build] $ phing -buildfile / var /lib/jenkins/jobs/dev/workspace/build/build.xml test -Denvironment=dev -Dbuild_number=361 -logger phing.listener.DefaultLogger Buildfile: / var /lib/jenkins/jobs/dev/workspace/build/build.xml

          any progress on this ?

          Justinas Urbanavicius added a comment - any progress on this ?

            sogabe sogabe
            gameshas Justinas Urbanavicius
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: