ui.content - mutable content package redeploy | Community
Skip to main content
April 13, 2023
Solved

ui.content - mutable content package redeploy

  • April 13, 2023
  • 3 replies
  • 992 views

Is it possible for ui.content package to be redeployed during pipeline run without changing the version or deleting old package.

 

1. I run pipeline to deploy my application (both immutable and mutable packages) to dev enviroment

2. I make some changes in ui.content and ui.apps 

3. I run pipeline again to deploy changes (no version changes in pom.xml)

4. Changes in ui.apps are deployed but no ui. content. There is information that ui.content-x.y.z is already in repository so it won't be installed

I would like ui.content-x.y.z to be redeployed (without changing version number - really development for dev enviroment with always changing version or deleting ui.content package is very impractical

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by nitin_kumar2

If it is for dev environment then I would suggest to use snapshot in the version so that installing same version will update files.

3 replies

nitin_kumar2
nitin_kumar2Accepted solution
May 2, 2023

If it is for dev environment then I would suggest to use snapshot in the version so that installing same version will update files.

aanchal-sikka
Community Advisor
Community Advisor
September 15, 2023

Hello @danielm5 

 

  • For dev environment, we should use SNAPSHOT versions. SNAPSHOTS can be replaced with the same version number any number of times.
  • For prod environment, SNAPSHOTS shouldn't be used. This would assure that any fix is always versioned. This avoids any surprises.
Aanchal Sikka
kautuk_sahni
Community Manager
Community Manager
September 18, 2023

@danielm5 Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni