mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge branch 'feature/RM-6374_ConfigureBambooPlansToUseEnterpriseImages_no' into 'master'
RM-6374 Profiles and dockerfiles updates in order to build docker images in bamboo See merge request records-management/records-management!1052
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -356,6 +356,13 @@
|
|||||||
<goal>build</goal>
|
<goal>build</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>build-image-verify</id>
|
||||||
|
<phase>verify</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>build</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
@@ -387,7 +394,7 @@
|
|||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>build-push-image</id>
|
<id>build-push-image</id>
|
||||||
<phase>install</phase>
|
<phase>deploy</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>build</goal>
|
<goal>build</goal>
|
||||||
<goal>push</goal>
|
<goal>push</goal>
|
||||||
@@ -431,7 +438,7 @@
|
|||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>build-push-image</id>
|
<id>build-push-image</id>
|
||||||
<phase>install</phase>
|
<phase>deploy</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>build</goal>
|
<goal>build</goal>
|
||||||
<goal>push</goal>
|
<goal>push</goal>
|
||||||
|
Reference in New Issue
Block a user