I use Jenkins CI in my project, I can successfully build the project, and I have no problem deploying it in the container after each successful build. Now I have a condition that the deployment in the container should happen only if the release properties file is changed. If there are no changes in the release properties file, the project should be built, but the deployment should not occur.
Since I am new to Jenkins, I try to use all the options, I am sure that someone must have been in a similar situation, please share your thoughts or ideas. If I find something, I will post it.
Appreciate your help on this.
source share