concourse-rsync-resource icon indicating copy to clipboard operation
concourse-rsync-resource copied to clipboard

concourse.ci resource for persisting build artifacts on a shared storage location with rsync and ssh.

Results 8 concourse-rsync-resource issues
Sort by recently updated
recently updated
newest added

Same idea as https://github.com/concourse/git-resource/pull/359

How would one go about specifying a custom version identifier during a put?

The following file has been created : Added **.travis.yml** file to build and push the image for both amd64 and arm64 platforms. Signed-off-by: odidev [email protected]

Hi Team, I am trying to use the **mrsixw/concourse-rsync-resource** image on arm64 platform but it seems it is not available for arm64. I have successfully built the image using the...

this resource copies all objects, inluding hidden files to the target. Now it is enabled to get hidden files from that target, too.

Hi there! I try to use your docker image with concourse ci, strangly the wanted behaviour (rsync) is not available. The task fails with `bash: rsync: command not found`. ###...

Some debugging output, but mostly changing away from md5 based on file/folder names and instead using a timestamp for the newest file in the relevant folder. This seems to be...

was hoping to dynamically specify the `base_dir` with something like: ```yml ... resources: - name: artifacts type: rsync-resource source: server: {{artifacts_server}} base_dir: /data/$CONCOURSE_PIPELINE_ID/$CONCOURSE_BUILD_ID port: 2222 user : root private_key: {{bitbucket_ci_private_key}}...