> Hi,
>
> The Jenkins Artifactory plugin can (momentarily) only deploy files that were
> produced as part of an Ant/Gradle/Maven build (also in freestyle mode).
> But by issuing a simple curl PUT command, you can deploy your produced RPMs
> using Bash too; the command should look something like this:
>
>
> curl -X PUT -u user:password --data-binary @/absolute/path/to.rpm
> "http://myhost/artifactory/yum-enabled-repo/some.rpm";
>
> As an example, we've published on our github some Bash scripts that perform
> copies and build promotions of RPMs in Artifactory (we use these scripts for
> our YUM demo).

Perfect !

Thanks, I'll study it right now.

Thanks

------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to