The portion of the plugin that is PowerShell is probably the piece that goes onto the VSTS server, which is Windows only AFAIK. The plugin that you install in Artifactory should be Java/Groovy, because that is what Artifactory itself is programmed in. If you have a Linux VSTS build agent you can still use the Artifactory CLI to perform deploys/promotions or use the REST API. I'm not positive but fairly certain that even if you are using all Linux agents, the VSTS coordinator/master server that is hosted by VSTS runs Windows, and that is where the artifacts will get copied back to and promoted from.
On Wed, Jul 27, 2016 at 2:55 PM, vbergbauer <[email protected]> wrote: > The current Artifactory VSTS Plugin described at > > https://www.jfrog.com/confluence/display/RTF/VS+Team+Services+Artifactory+Plugin > is implemented as as PowerShell script, so it would not run on Linux > build/deploy agent. > > Is there any plan to implement the plugin in a cross-platform manner with > Node as shown in > > https://www.visualstudio.com/en-us/docs/integrate/extensions/develop/add-build-task > (with many examples at > https://github.com/Microsoft/vsts-tasks/tree/master/Tasks)? > > > > > -- > View this message in context: > http://forums.jfrog.org/VSTS-plugin-running-on-Linux-tp7581131.html > Sent from the Artifactory - Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > _______________________________________________ > Artifactory-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/artifactory-users >
------------------------------------------------------------------------------
_______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
