Hi,

I wonder if someone can help me please.  I am trying to add the version and
build number to the directory in Artifactory.

I am using Jenkins and I can configure using the Artifactory Configuration
where I want my artifacts to go.
The Published Artifacts entry allows me to set the directory in Artifactory
eg:

release/=>PROJECT1

The above will push any artifacts in the release directory to the PROJECT1
directory in artifactory.

What I would like to achieve is this:

release/=>PROJECT1/${BUILD.NUMBER}

so when I check the PROJECT1 directory in Artifactory I would see something
like:

PROJECT1/
          build-20
             aFile-build-20.ear
             aFile-build-20.war

So I can see the PROJECT1 folder and inside this folder the 20 folder.

I have tried:

release/=>PROJECT1/${build.number}
release/=>PROJECT1/[BUILD.NUMBER]
release/=>PROJECT1/build.number

<http://forums.jfrog.org/file/n7579855/JenkinsArtifactory.jpg> 

Thanks,






--
View this message in context: 
http://forums.jfrog.org/Add-version-and-build-no-do-Artifactory-directory-tp7579855.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to