Uploaded image for project: 'Nuxeo AI Core'
  1. Nuxeo AI Core
  2. AICORE-614

Add Marketplace upload logic to the nuxeo-ai workflow

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: AI Nuxeo Services

      Description

      For instance, nuxeo-web-ui has this logic within the workflow:

       

       

            - name: Push promoted Web UI to Connect PROD
              if: ${{ github.event.inputs.dryRun == 'false' }}
              env:
                PACKAGE: nuxeo-web-ui-${{ env.VERSION }}
                CONNECT_URL: https://connect.nuxeo.com/nuxeo
              run: curl -i -u "${{ secrets.CONNECT_AUTH }}" -F package=@$PACKAGE.zip "$CONNECT_URL/site/marketplace/upload?batch=true"
      
      

       

       

      https://github.com/nuxeo/nuxeo-web-ui/blob/6e3fceb90896a414a8187556c91ad9d71b611f7e/.github/workflows/promote.yaml#LL104C1-L110C1

       

       

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                jliggett jliggett
                Reporter:
                jliggett jliggett
                Participants:
                Reviewers:
                James Ahrens, Kevin Leturc, Kevin Leturc
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: