You will have to do that during the build by naming your artifacts when they are created. Jenkins provides $BUILD_NUMBER as a token you can use.
--
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
jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/1d7eadd6-60aa-4ca5-87dc-39a5a7641fc3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/B9x7DS_Pp04/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4E766C%40AMERMBX02.PERKINELMER.NET.
Use the $BUILD_NUMBER however you want to create a version string. We use version strings of the form a.b.c.d. I pass in a parameter called VERSION_BASE that is a.b.c. Then I name my artifacts with $VERSION_BASE.$BUILD_NUMBER.
Also look at the Version Number plugin
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/a417de59-ca62-4a1d-95d8-269ae45ab668%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/B9x7DS_Pp04/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4E9888%40AMERMBX02.PERKINELMER.NET.
I do not know the difference because I do not use the release plugin
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAKO07korkHuwz7g%2BtZWOV0qUD-%3D4TF-L0r-8ytp%3DtOEShByo-w%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4EA78E%40AMERMBX02.PERKINELMER.NET.
From the help button:
You can use wildcards like 'module/dist/**/*.zip'. See the includes attribute of Ant fileset for the exact format. The base directory is the workspace. You can only archive files that are located in your workspace.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAKO07kou89ew5NeC8WsCFzvuyeybKBPFwW%2BNNhn%2B%3DfUY4roH5w%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6C6EE445A6F6CE4E8A0FFB51B071A4E26E4EAD61%40AMERMBX02.PERKINELMER.NET.