You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: itest/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ There are two ways to setup Artifactory for the integration tests:
11
11
* Set **environment variables** or **system properties**.
12
12
13
13
Available Project Properties:
14
-
* ARTIFACTORY_URL - Artifactory address[Madatory]
15
-
* ARTIFACTORY_USER - Artifactory user[Madatory]
16
-
* ARTIFACTORY_PASSWORD - Artifactory user password[Madatory]
17
-
* TEST_CONFIGURATION_PATH - Path to the test configuration file
14
+
* ARTIFACTORY_URL - Artifactory address
15
+
* ARTIFACTORY_USER - Artifactory user
16
+
* ARTIFACTORY_PASSWORD - Artifactory user password
17
+
* TEST_CONFIGURATION_PATH - Path to the test configuration file[Optinal, the defualt path is in the project resources]
18
18
19
19
### Setup Docker
20
20
Basically this project interact with Docker via his Remote API.
@@ -62,7 +62,7 @@ There are two ways to use this annotation:
62
62
* Give `registry` and `repo` input in order to fetch the image from docker registry
63
63
* Give docker file path (`dockerFilePath`) in order to build the image from it
64
64
65
-
Either way image ID (`imageId`) is mandatory, `containerPort` is the port that is exposed from the container, `hostPort` is the port that is mapped from the container to the host.
65
+
Either way image ID (`imageId`) is mandatory, `containerPort` is the port that exposed from the container, `hostPort` is the port that is mapped from the container to the host.
0 commit comments