- In
pom.xml
make sure you update theversion
tag. - In
ApplitoolsStatusDisplayAction
make sure to update the version sent in theagentId
query part of the url to the same version. - Make sure you have
~/.m2/settings.xml
filled with the content you get from thecurl
command:If you don't have the password, ask someone who have it, or look for it in the vault in Azure: JenkinsPluginKV :: Secrets :: jenkins-plugin-passwordcurl -u applitools:<password> https://repo.jenkins-ci.org/setup/settings.xml
- Run
mvn clean install deploy
(or click deploy in the maven lifecycle menu in IntelliJ IDEA IDE) - Notice it might take a couple of hours until you see the updated plugin in the plugins page.