Seth Chisamore

Results 8 comments of Seth Chisamore

Will this fix you? https://github.com/chef-cookbooks/jenkins/pull/402

The following node attribute is available for resolving the var directory in recipes: `node['supermarket']['var_directory']`

You'll also want to ensure the Chef config used by the internal CCR that `supermarket-ctl reconfigure` invokes points its various cache directories at `/var/opt/supermarket/*`. A good example of this can...

Yeah I will def. look into that when I have some time.

You can actually provide the expected checksums as part of the normal upload requests, give this a go: ``` ruby path_to_file = File.expand_path('../Testdata/BAMS/TestFileForBams') artifact = Artifactory::Resource::Artifact.new( local_path: path_to_file, client: client,...

@AbezarBaker Not sure, we use a 3.9.x version of Artifactory here at Chef. The newest version is 4.7.3 is the newest version.

@wrightp If we use `action :install` instead of `action :upgrade` will upgrades still occur when available in the configured channel?

Nope. They are stored in the git repo for the cookbook though. We maintain a whitelist of valid cookbooks segements: https://github.com/opscode/chef/blob/master/lib/chef/cookbook_version.rb#L43 Only directories in this segment list are uploaded to...