It worked - setting the following in "config.xml"
(.hudson/jobs/JobName/config.xml)


<org.jfrog.hudson.ArtifactoryRedeployPublisher>
    <details>
       
<artifactoryName>http://wart.clearforest.com/artifactory</artifactoryName>
       
<repositoryKey>libs-snapshots-local;qa.status=New</repositoryKey>
    </details>
    <deployArtifacts>true</deployArtifacts>
    <username>...</username>
    <scrambledPassword>...</scrambledPassword>
</org.jfrog.hudson.ArtifactoryRedeployPublisher>
   

made the following deploy



Deploying artifact:
http://wart.clearforest.com/artifactory/libs-snapshots-local;qa.status=New/com/clearforest/PomChanger/8.0-SNAPSHOT/PomChanger-8.0-SNAPSHOT.jar;build.name=Nightly-02-Base;build.number=5



and I can see the property set correctly in Artifactory.



But when I go to configure the Hudson job - that's what's displayed there:

http://old.nabble.com/file/p27801477/1.png 

and it's wrong repo - job is configured to deploy to libs-snapshots-local,
not libs-releases-local

So it all works except Hudson's job config - it doesn't allow to append
matrix-params and when it's done via an XML file - it doesn't display the
correct deploy repo

-----
-- 
Best regards,
Evgeny
http://evgeny-goldin.com/

-- 
View this message in context: 
http://old.nabble.com/Seems-like-Hudson-integration-and-matrix-params-contradict-each-other-tp27800499p27801477.html
Sent from the Artifactory-Users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to