diff options
author | sebdet <sebastien.determe@intl.att.com> | 2018-12-11 12:39:11 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2018-12-11 12:39:11 +0100 |
commit | a664994195fe5af803c2d9ceb0a8b79bca21d426 (patch) | |
tree | fd52f15721738895e5d1005c183a2bda7d18c116 /src/test/resources/application.properties | |
parent | 9d1f89cff526052bd28a24d4ac33b1fd54d76983 (diff) |
Fix concurrent build
Fix concurrent build issue that may occur and generate random ports
automatically in the build
Issue-ID: CLAMP-252
Change-Id: If1b67a3a03fea52971b494621a4ba3ba44ee6a01
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test/resources/application.properties')
-rw-r--r-- | src/test/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 8d6cd384e..7116940f8 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -30,7 +30,7 @@ info.build.version=@project.version@ ### (See below for the parameter 'server.http.port' if you want to have both enabled)
### To have only HTTP, keep the lines server.ssl.* commented
### To have only HTTPS enabled, uncomment the server.ssl.* lines and specify a right keystore location
-server.port=8080
+server.port=${clamp.it.tests.http}
### Settings for HTTPS (this automatically enables the HTTPS on the port 'server.port')
#server.ssl.key-store=file:/tmp/mykey.jks
#server.ssl.key-store-password=pass
|