• SFDC G
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hello everyone
Coud somebody help me
I have bitbucket-pipelines.yml


image: atlassian/default-image:2

pipelines:
  default:
     - step:
          script:
          - npm install --global force-dev-tool
          - force-dev-tool remote add mydev user pass --default
          - force-dev-tool login mydev 
     - step:
          name: test
          deployment: test
          script:
           - npm install --global force-dev-tool
           - force-dev-tool deploy --checkOnly sandbox          
     - step:
          name: deploy
          deployment: production
          script:
          - npm install --global force-dev-tool
          - force-dev-tool deploy feature-branch

and mistake ->
+ force-dev-tool deploy --checkOnly sandboxError: Could not determine remote `sandbox`

maybe somebody made the same mistake?
let me know
Thanks

How many times a trigger will be executed when try to insert 1000 records to a standard object like Accounts. How to test this? Thank you very much in advance.