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

Cannot run program "powershell" when powershell 6.0 core installed

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • None
    • Jenkins: 2.201
      Durable Task Plugin: 1.31
      Powershell Plugin: 1.3

      Having installed Powershell 6.0 Core on our linux agents, there is no longer a program called "powershell". It is called "pwsh", and as such anything calling "powershell" will fail.

      Example:

      Fails:

      sh('powershell -version')

      Works:

      sh('pwsh -version')

      A workaround is to make a symbolic link between pwsh -> powershell.

      ln -s /usr/bin/pwsh /usr/bin/powershell

          [JENKINS-60140] Cannot run program "powershell" when powershell 6.0 core installed

          Carroll Chiou added a comment -

          Closing as this issue was resolved in workflow-durable-task-step 2.35

          Carroll Chiou added a comment - Closing as this issue was resolved in workflow-durable-task-step 2.35

            Unassigned Unassigned
            jnz_topdanmark Jon Brohauge
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: