Giter Site home page Giter Site logo

Getting "project not found" error about orbs HOT 5 CLOSED

roopakv avatar roopakv commented on July 18, 2024 1
Getting "project not found" error

from orbs.

Comments (5)

roopakv avatar roopakv commented on July 18, 2024

@ggupta36 thank you for the issue, could you tell me which command / job youare trying to use?

and could you post a snippet of your circle config.yml?

from orbs.

pascal-de-ladurantaye avatar pascal-de-ladurantaye commented on July 18, 2024

Getting the same issue here's the job definition:

trigger-needed-workflows:
    docker:
      - image: circleci/node:12
    working_directory: /home/circleci/project/
    steps:
      - checkout
      - swissknife/trigger-workflows-for-all-modified:
          base-branch: master
          run-mode-for-base-branch: run_for_last_commit
          use-divergence-point: true
          code-param-name-map: '
            [
              {"regex": "^(covid19-national).*", "param_name": "run_covid19_national"},
              {"regex": "^(covid19-toronto).*", "param_name": "run_covid19_toronto"}
            ]'
          additional-param-map: '{"run_trigger_workflow": false}'

from orbs.

pascal-de-ladurantaye avatar pascal-de-ladurantaye commented on July 18, 2024

Please excuse me as everything works properly. This job was the only one not configured to use the context with the CIRCLE_TOKEN in it

To avoid this in the future, maybe a check could be added to echo something useful in the console if the CIRCLE_TOKEN variable is empty

from orbs.

roopakv avatar roopakv commented on July 18, 2024

@pascal-de-ladurantaye that makes a lot of sense. feel free to send me a PR, or I will try add this support over the weekend.

from orbs.

roopakv avatar roopakv commented on July 18, 2024

this is done and will be a part of the next version.

from orbs.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.