Skip to content

Conversation

@Hugo1307
Copy link
Contributor

@Hugo1307 Hugo1307 commented Apr 3, 2023

Description:

  • Configured pipelines for CI. The CI pipeline was configured to perform the following actions:

    • Test the changes in JavaSDK using mvn test ;
    • Package the JavaSDK using mvn package;
    • Archive the resultant .jar files;
  • Configured pipeline for CD. The CD pipeline was configured to do the following:

    • Test the changes in JavaSDK using mvn test ;
    • Package the JavaSDK using mvn package;
    • Create a new release by updating the Minor version;
    • Publishing the package to the Maven Repository;

@changeset-bot
Copy link

changeset-bot bot commented Apr 3, 2023

⚠️ No Changeset found

Latest commit: b5ce772

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Hugo1307 Hugo1307 requested a review from DevSlashRichie April 3, 2023 16:42
Copy link
Member

@DevSlashRichie DevSlashRichie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let’s no save the artifacts, they are useless. In any case, we can just let them save across with the releases.

@Hugo1307 Hugo1307 requested a review from DevSlashRichie April 6, 2023 10:33
@DevSlashRichie DevSlashRichie merged commit f314026 into master Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants