jfrog / artifactory-user-plugins-devenv

Development Environment for writting Artifactory User Plugins
13 stars 17 forks source link

Enhancement: Add Support for Artifactory Version 7 #9

Open lostinmysery opened 3 years ago

lostinmysery commented 3 years ago

We have been using the artifactory-user-plugins-devenv to test our user plugins with Artifactory version 6, but it looks like it hasn't been updated for version 7 yet. It is still looking for the artifactory.log to determine if the service has started for example (https://github.com/jfrog/artifactory-user-plugins-devenv/blob/master/src/scripts/control-art.sh#L17).

As we upgrade to version 7 and beyond, we'd really like to be able to continue to test our custom user plugins using the same version to ensure there aren't any regressions.

markgalpin commented 3 years ago

@lostinmysery We haven't been actively maintaining this repository for the last couple of years -- it used to be part of how we tested and developed internally, but our CI job for user plugins hasn't used this repository since 2018, and it just ended up being phased out of our internal development environments (especially as v7 rolled out). I have updated the README to reflect that.
If this situation is a problem I would recommend bringing it up through a technical account manager to see if they can help you. They also might be able to work with us to merge a PR to make it work for your use case.