molgenis / molgenis-service-armadillo

Armadillo; a DataSHIELD implementation, part of the MOLGENIS suite
https://molgenis.github.io/molgenis-service-armadillo/
GNU Lesser General Public License v3.0
7 stars 10 forks source link

Azure build is broken #493

Open clemens-tolboom opened 11 months ago

clemens-tolboom commented 11 months ago

Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, the 'SONAR_TOKEN' environment variable, or contact the project administrator

We learned two environment variables are unset somehow.

To fix this:

  1. check azure-pipelines.yml for needed environment variables
  2. select pipeline "molgenis.molgenis-service-armadillo"
  3. select edit
  4. select variables
  5. Add or edit variables
clemens-tolboom commented 11 months ago

After fixing the vars build fails differently

https://dev.azure.com/molgenis/molgenis-service-armadillo/_build/results?buildId=5228&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=5caf77c8-9b10-50ef-b5c7-ca89c63e1c86&l=46

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':ui:nodeSetup'.
> Failed to query the value of task ':ui:nodeSetup' property 'nodeArchiveFile'.
   > Could not resolve all files for configuration ':ui:detachedConfiguration1'.
      > Could not download node-16.16.0-linux-x64.tar.gz (org.nodejs:node:16.16.0)
         > Could not get resource 'https://nodejs.org/dist/v16.16.0/node-v16.16.0-linux-x64.tar.gz'.
            > Could not GET 'https://nodejs.org/dist/v16.16.0/node-v16.16.0-linux-x64.tar.gz'.
               > Read timed out