8000 Using Azure DevOps rover agent · Issue #280 · aztfmod/rover · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Using Azure DevOps rover agent #280
Open
@dsfrederic

Description

@dsfrederic

So I've been trying to get the Azure DevOps self hosted build agent up and running but didn't succeed yet.

What I did?

  1. Created an Azure Container instance with the following configurations:
    image

This seems to run properly (despite the lack of documentation).

image

What I expected?

I expected to use the agents as it was a self hosted agent.

What didn't work as expected?
image

For certain tasks I'm always getting this error:

##[error]This step requires a node version that does not exist in the agent filesystem. Path: /home/vscode/agent/externals/node10/bin/node

I cannot even use the - script task

    - script: | 
        sudo apt-get install curl
        curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
        sudo apt-get install nodejs
        node -v 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0