Skip to content

EISDIR: illegal operation on a directory, read #37

@cedrox

Description

@cedrox

I encounter some trouble when using RunPipelines,
I have trouble to figure out what to do with the current output

############### Starting task execution ###############
INFO: Setting AZURE_DEVOPS_EXT_PAT
Task failed with the following: EISDIR: illegal operation on a directory, read
##[error]EISDIR: illegal operation on a directory, read
############## Completing task execution ##############

It seem that I properly setup the Azure devops service connection using Pat and full access.

task implementation

      - task: RunPipelines@2
        inputs:
          serviceConnection: 'OrchestratorTest'
          project: 'myProject'
          folderPath: './pipelines/orchestrator/build.yml'
          buildDefinition: 'Orchestrator-Build'
          setBranch: true
          waitForQueuedBuildsToFinish: true
          waitRefreshTime: '30'
          waitTimeOut: '120'
          artifactDropDirectory: '$(System.DefaultWorkingDirectory)'
          storeInOutputVariable: true
          allowPartiallySucceeded: false
          failBuildIfTaskFails: true
          customPrefix: 'Orchestrator_'

and the folder strucuture (we are on master.yml)

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions