Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-8901

Command Task should not check if executable file exists.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 3.1.3, 3.2 M1, 3.2
    • 3.1, 3.1.1
    • Tasks
    • None

    Description

      Bamboo task install in Window OS does not handle the path correctly:

      Beginning to execute external process for build 'PDFlib-8.0.x - PDF8-CIMSWIN32 vmxpbuild - Default Job'
       ... running command line: E:\bamboo-home\src\PDF8-CIMSWIN32-JOB1\pdflib\C:\perl\bin\perl superbuild.pl --mode continuous --product pps
       ... in : E:\bamboo-home\src\PDF8-CIMSWIN32-JOB1\pdflib
       ... using extra environment variables: bamboo_PDFLIB_PL_TAG=pdflib-8_0_x bamboo_TET_PL_TAG=tet-4_x bamboo_PCOS_PL_TAG=pcos-3_x bamboo_PLOP_PL_TAG=plop-4_1x
      

      However, in Linux OS it does not face this problem:

      Beginning to execute external process for build 'PDFlib-8.0.x - PDF8-CILINUXX32 vmlinux32-glibc23 - Default Job'
       ... running command line: /usr/bin/perl superbuild.pl --mode continuous --product pps
       ... in : /home/pdflib/bamboo-home/src/PDF8-CILINUXX86-JOB1/pdflib
       ... using extra environment variables: bamboo_PDFLIB_PL_TAG=pdflib-8_0_x bamboo_TET_PL_TAG=tet-4_x bamboo_PCOS_PL_TAG=pcos-3_x bamboo_PLOP_PL_TAG=plop-4_1x
      

      As a workaround you might want to use relative path like:

      ..\..\..\perl\bin\perl.exe
      

      Attachments

        Activity

          People

            mgardias Marcin Gardias
            zyap Zed Yap [Atlassian]
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: