Dump env var 91/48991/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 24 May 2018 16:36:35 +0000 (18:36 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 24 May 2018 16:36:35 +0000 (18:36 +0200)
Dump the env variables present during docker build for debugging

Issue-ID: CLAMP-150
Change-Id: I5fa8e130641801cde2a40c8aa0e59d414960ca3e
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 3d4444a..6990dca 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                                                <goal>exec</goal>
                                                                                </goals>
                                                                                <configuration>
-                                                                                               <executable>docker</executable>
-                                                                                               <arguments>
-                                                                                                               <argument>ps</argument>
-                                                                                                               <argument>--all</argument>
-                                                                                               </arguments>
-                                                                               </configuration>
-                                                               </execution>
-                                                               <execution>
-                                                                               <id>docker_info1</id>
-                                                                               <phase>validate</phase>
-                                                                               <goals>
-                                                                                               <goal>exec</goal>
-                                                                               </goals>
-                                                                               <configuration>
-                                                                                               <executable>docker</executable>
-                                                                                               <arguments>
-                                                                                                               <argument>images</argument>
-                                                                                               </arguments>
+                                                                                               <executable>env</executable>
                                                                                </configuration>
                                                                </execution>
                                                                        <execution>