-
Notifications
You must be signed in to change notification settings - Fork 38
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
Build.sh with artifactory path #251
Comments
@krishnamanchikalapudi, |
@eyalbe4 In the enterprise world, generally the tools team build scripts and distributes them to the developer community. Based on the project path in artifactory, the developer could provide the argument 'krishnam-mvn-virtual'. Example: |
@krishnamanchikalapudi, |
@eyalbe4 The base Artifactory url should have the executable 'bi' and repo path as an environment or argument per project. This helps to share executable 'bi' throughout the app development teams Reuse executable 'bi' with multiple projects as
|
@krishnamanchikalapudi, |
@eyalbe4 Java maven project dev team uses the same 'bi' package with their maven virtual repo and similarly, Python project team uses the tools team created 'bi' package to create build info. In enterprise organization, multiple teams repeat the same work again and again to create executable 'bi' package. I am delighted to provide comprehensive persona perspectives within the enterprise realm. |
Hi,
Is there a build command available to pass arguments with my environment URI? The utils/dependenciesutils.go is hard coded with https://releases.jfrog.io/artifactory/oss-release-local/ at line 41.
Example command to build 'bi':
./buildscripts/build.sh --site='https://pzasure.jfrog.io' --mvn='krishnam-mvn-virtual' --py="krishnam-pypi-virtual'
Another option is to read the artifactory path from Maven settings.xml using command
mvn help:effective-settings
The text was updated successfully, but these errors were encountered: