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 build-20
folder.
I have tried:
release/=>PROJECT1/${build.number}
release/=>PROJECT1/[BUILD.NUMBER]
release/=>PROJECT1/build.number (see below)
Is this possible?
Thanks
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.