Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Jenkins example script in README #11

Merged
merged 1 commit into from
Jun 1, 2015
Merged

Update Jenkins example script in README #11

merged 1 commit into from
Jun 1, 2015

Conversation

edwardbartholomew
Copy link

Example jenkins job showing upload to S3, deletes local cookbooks and thus next run they'll have different timestamps causing "aws s3 sync" command to upload them again. Using --size-only option will let sync ignore the timedate stamps and only update changed cookbooks

from http://docs.aws.amazon.com/cli/latest/reference/s3/sync.html
--size-only (boolean) Makes the size of each key the only criteria used to decide whether to sync from source to destination.

(Should help with #10)

berniedurfee-ge added a commit that referenced this pull request Jun 1, 2015
Update Jenkins example script in README
@berniedurfee-ge berniedurfee-ge merged commit 83e0d8a into electric-it:master Jun 1, 2015
@berniedurfee-ge
Copy link
Member

Nice, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants