Git Product home page Git Product logo

drone-artifactory's People

Contributors

erfans avatar jmccann avatar jordansussman avatar krishnas07 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

drone-artifactory's Issues

Support for modules

Hi
Just realized that when building multiple jars as modules in a project, using this pipeline definition:

  artifactory_deploy:
    image: jmccann/drone-artifactory
    url: https://artifactory.mydomain.com
    username: admin
    password: password
    pom: pom.xml
    files:
      - ./**/target/*.jar

Will deploy all the jars under a single parent name in the artifactory. Is there any syntax to allow modules? I tried the context: <folder-of-module> as most of the drone plugins support it, but with no luck.


<distributionManagement>
    <repository>
        <id>central</id>
        <name>abc-releases</name>
        <url>http://artifactory.mydomain.com/artifactory/libs-release-local</url>
    </repository>
    <snapshotRepository>
        <id>snapshots</id>
        <name>abc-snapshots</name>
        <url>http://artifactory.mydomain.com/artifactory/libs-snapshot-local</url>
    </snapshotRepository>
</distributionManagement>


  <modules>
    <module>abc-commons-utils</module>
    <module>abc-commons-epc-transcoding</module>
    <module>abc-commons-encryption</module>
  </modules>

`flat` param default value

Hi,

your docs state that flat parameter's default value is set to true:

flat - Artifacts are uploaded to the exact target path specified and their hierarchy in the source file system is ignored. Default: true

That's not necessarily true. I've tested with Artifactory version 6.8.15 and unless flat is explicitly specified, system hierarchy is retained.

Otherwise, thanks for great plugin!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.