Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document docker example for installing/configuring plugins #180

Open
jetersen opened this issue Dec 12, 2019 · 3 comments
Open

document docker example for installing/configuring plugins #180

jetersen opened this issue Dec 12, 2019 · 3 comments

Comments

@jetersen
Copy link

jetersen commented Dec 12, 2019

Currently trying to configure buildSync.json and I have no idea what is the proper way of configuring the preinstalled buildSync plugin.

at the moment I am getting replication errors for artifactory-build-info and I would like to configure it properly.

@jetersen
Copy link
Author

reading the contents on the entrypoint-artifactory.sh reveals the secret but still not very clear.

addPlugins () {
    logger "Adding plugins if exist"
    cp -fv /tmp/plugins/* ${ARTIFACTORY_HOME}/etc/plugins/
}

@eldada
Copy link
Contributor

eldada commented Dec 24, 2019

Yes. The secret is preparing your plugins on the host and mounting them to /tmp/plugins/ in the Artifactory container. The plugins are copied to their final destination in the entrypoint script.
Indeed - this is not documented well here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@jetersen @eldada and others