diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-06-14 14:19:40 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-06-16 09:56:51 -0700 |
commit | ccdc371d848fac0a171e7fff1bcdff5aecf6dace (patch) | |
tree | 2821326784cd449564599cae43cbb4d525d65579 /pom.xml | |
parent | 6bef5ff17dc3068ba4c20c868f53c09e38e77310 (diff) |
Specify missing dockerDirectory
Specify missing dockerDirectory property to fix
the docker build job in Jenkins.
Change-Id: Ife9848509719cc49c1a6a709e652b1f3ad0137ce
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ <version>1.0-SNAPSHOT</version> <properties> + <docker.location>${basedir}/target</docker.location> <module.ajsc.namespace.name>inventory-ui-service</module.ajsc.namespace.name> <module.ajsc.namespace.version>v1</module.ajsc.namespace.version> <ajscRuntimeVersion>2.0.0</ajscRuntimeVersion> |