Skip to content
Snippets Groups Projects
Commit 1bb8bc02 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4792 Password passing in Jenkinsfile and pom.xml

parent 8e04e2e5
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,10 @@ ...@@ -100,6 +100,10 @@
<name>${imageName}:${env.BRANCH_NAME}-${project.version}</name> <name>${imageName}:${env.BRANCH_NAME}-${project.version}</name>
<publish>true</publish> <publish>true</publish>
</image> </image>
<publishRegistry>
<username>${docker.publishRegistry.username}</username>
<password>${docker.publishRegistry.password}</password>
</publishRegistry>
<excludes> <excludes>
<exclude> <exclude>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment