We normally take our builds and resulting website binaries and check them into SVN for later use. This allows us to get back to a previous build if the current one is bad. If the current build is 2.00.05 and is bad for whatever reason, I can go back and deploy 2.00.04 because it exists in our SVN artifactory.
WIth bamboo artifacts, how does this compare? How long do these artifacts remain and can you reference and older artifact just before the current produced artifact?
I am trying to figure out if its better for us to store artifacts (website builds - deployable packages, etc) in SVN or to use the bamboo artifact sharing. With SVN I can go easily back to the previous one.
Any thoughts on this?
Use bamboo artifacts if it's ok to you to keep last N builds. Otherwise consider another artifact storage (svn, ftp, maven repo, etc).
The "proper" way to do things to send your artifacts to Artifactory or Nexus. These are the applications that handle dependencies and should be used as such.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Am I able to store an entire website as a folder in artifactory or Nexus like
websiteA-1.00.01.234 (folder containing a bunch of files)
websiteA-1.00.01.235 "
websiteB-2.03.00.456 "
etc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Probably not folders but a zip would work. Up to you to set up your build / test / release process works in your environment and organization.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.