I am trying to write an Artifactory plugin which uses altRemotePath method of
download

  download {
    altRemotePath { repoPath ->
        log.info "Original Path is =${ repoPath}"
    }
  }
On click of download button the script is not called at all and nothing
comes in the log

Note: I am able to run other methods such as

       beforeDownloadRequest { request, repoPath ->
but not

       altRemotePath { repoPath ->
Thanks in Advance.



--
View this message in context: 
http://forums.jfrog.org/Artifactory-User-Plugins-unable-to-invoke-altRemotePath-of-download-tp7579662.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to