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: README.org
+28
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
4
4
** Features
5
5
*** automating releases
6
+
*** check if artifact is available on repo.
6
7
7
8
** Automating Releases
8
9
@@ -30,3 +31,30 @@
30
31
| --staging-profile-id | false | The staging profile id (as seen in the nexus console) |
31
32
| --nexus-rul | false | The nexus server url |
32
33
| --dry-run | false | Dry run. No release will take place |
34
+
35
+
** Checking if artifact is available on repository.
36
+
37
+
When automating a release process its often desirable to wait until the release is available and synchronization of artifacts to the target repository has been completed.
38
+
For this purpose *is_release_available* has been created. This function accepts two arguments (groupId, artifactId and version) and optionally the repository url and return true or false.
0 commit comments