8000 GitHub - architmallik7/drone-artifactory: Drone plugin for publishing artifacts to Artifactory
[go: up one dir, main page]

Skip to content

Drone plugin for publishing artifacts to Artifactory

License

Notifications You must be signed in to change notification settings

architmallik7/drone-artifactory

 
 

Repository files navigation

A plugin to upload files to Jfrog artifactory.

Run the following script to install git-leaks support to this repo.

chmod +x ./git-hooks/install.sh
./git-hooks/install.sh

Building

Build the plugin binary:

scripts/build.sh

Build the plugin image:

docker build -t plugins/artifactory  -f docker/Dockerfile .

Testing

Execute the plugin from your current working directory:

docker run --rm \
  -e PLUGIN_USERNAME=foo \
  -e PLUGIN_PASSWORD=bar \
  -e PLUGIN_URL=<url> \
  -e PLUGIN_SOURCE=/drone/README.md \
  -e PLUGIN_TARGET=/pcf \
  -e PLUGIN_BUILD_NAME=buildName \
  -e PLUGIN_BUILD_NUMBER=4 \
  -e PLUGIN_TAREGT_PROPS='key1=value1,key2=value2'
  -v $(pwd):/drone \
  plugins/artifactory

Harness CI Example:

              - step:
                  type: Plugin
                  name: jFrog-Test
                  identifier: Email_Plugin
                  spec:
                    connectorRef: account.harnessImage
                    image: plugins/artifactory:linux-amd64
                    settings:
                      access_token: <JFROG_ACCESS_TOKEN>
                      url: https://URL.jfrog.io/artifactory/artifactory-test/
                      source: /harness/cache.txt
                      target: newdemo
                      build_name: <+pipeline.name>
                      build_number: <+pipeline.executionId>
                      target_props: key1=value1,key2=value2

Maven Build and Publish reference

Go to Maven reference

Gradle Build and Publish reference

Go to Gradle reference

Community and Support

Harness Community Slack - Join the #drone slack channel to connect with our engineers and other users running Drone CI.

Harness Community Forum - Ask questions, find answers, and help other users.

Report and Track A Bug - Find a bug? Please report in our forum under Drone Bugs. Please provide screenshots and steps to reproduce.

Events - Keep up to date with Drone events and check out previous events here.

About

Drone plugin for publishing artifacts to Artifactory

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 91.4%
  • Shell 8.6%
0