Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-15859

retrofit2.adapter.rxjava.HttpException: HTTP 409 Conflict (error key='result-service.step.conflict')

    XMLWordPrintable

Details

    Description

      This error is being caused by this bitbucket-pipelines.yml, which passes validation:

      #!yaml
      
      # Template: https://bitbucket.org/generator-vet-angular/app/templates/partials/bitbucket-pipelines/component.ejs
      
      pipelines:
        default:
          - step:
              name: Init Test Deployment
              image: realguess/jq
              script:
                - export THIS_VERSION=$(jq --raw-output ".version" package.json)
      
          - step:
              name: Build and Deploy to Verdaccio Test
              image: node:8
              deployment: test
              caches:
                - node
              script:
                # Build
                - yarn build:sb
      
                # Publish
                - mv .npmrc_config .npmrc
                - yarn publish --no-git-tag-version --new-version $THIS_VERSION-beta.$BITBUCKET_BUILD_NUMBER
      
        branches:
          master:
            - step:
                name: Init Prod Deployment
                image: realguess/jq
                script:
                  - export THIS_VERSION=$(jq --raw-output ".version" package.json)
      
            - step:
                name: Build and Deploy to Verdaccio Production
                image: node:8
                deployment: production
                script:
                  - yarn build:prod
                  - mv .npmrc_config .npmrc
                  - yarn publish --no-git-tag-version --new-version $THIS_VERSION
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            21d690d1f508 Craig Riecke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: