Add jfrog artifactory node

pull/789/head
Dov Benyomin Sohacheski 3 years ago committed by GitHub
parent d4d24834f7
commit 290c3ea230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,4 +12,11 @@ class Harbor(_Registry):
_icon = "harbor.png"
class JFrog(_Registry):
_icon = "jfrog.png"
# Aliases
Artifactory = JFrog
Jfrog = JFrog

Loading…
Cancel
Save