Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-29536

[CI] New job to promote a build version as a release

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: ADDONS_10.10
    • Fix Version/s: ADDONS_10.10
    • Component/s: Aspera Connector
    • Environment:
      Jenkins X
      Kubernetes
      Maven
      Node
    • Tags:
    • Sprint:
      nxApps 2020 Cycle 9, nxApps 2020 Cycle 10
    • Story Points:
      3

      Description

      Add a new simple pipeline running on the master branch with its related Jenkinsfile: promote.groovy.
      This job is parametrized with a Nuxeo build version (such as 3.0.0-rc.0) to promote a given build as a release.
      For now, it's triggered manually.

      This job should:

      • Checkout the build tag to promote.
        git checkout v3.0.0-rc.0
        
      • Update the new Maven POM with the released version by removing -SNAPSHOT.
        3.0.0-SNAPSHOT -> 3.0.0
        
      • Add a release commit.
        git commit -m "Release 3.0.0"
        
      • Add a tag pointing to this release commit.
        git tag v3.0.0
        
      • Update the master branch version to the next SNAPSHOT version. Also, update the new Maven POM.
        3.0.0-SNAPSHOT -> 3.0.1-SNAPSHOT
        
      • Validate the updated POMs and push to GitHub.
      • Upload Nuxeo Aspera Connector Package to Connect prod.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 1 week
                  1w
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 1 week
                  1w