Skip to content

Commit

Permalink
Identify CI container name
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Sep 29, 2019
1 parent ec2531c commit f88e509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>${maven-docker-plugin.version}</version>
<configuration>
<containerNamePattern>%a-%t-%i</containerNamePattern>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit f88e509

Please sign in to comment.