docker-1/tests
Luke Wood aa517f2db1
Persist the permissions of the source file when copying overrides.
If, for whatever reason, a file has been created on the Jenkins home
volume with the wrong permissions (eg. ssh config/keys etc) then it is
currently impossible to override those permissions without going into
the volume and manually editing them.

This change updates the `copy_reference_file` function to use `cp -p`,
which preserves mode, ownership and timestamps of the source files
instead of the destination file being overwritten.
2018-01-24 10:44:52 +00:00
..
functions Persist the permissions of the source file when copying overrides. 2018-01-24 10:44:52 +00:00
install-plugins Enhance support for write commnet in plugins.txt 2017-12-09 17:50:57 +08:00
plugins Add more tests for plugin installation 2016-06-27 23:28:48 +02:00
test_helper
upgrade-plugins Upgrade plugins if needed (#306) 2016-07-13 18:18:14 +02:00
functions.bats Persist the permissions of the source file when copying overrides. 2018-01-24 10:44:52 +00:00
install-plugins.bats Merge pull request #591 from carlossg/test-dep 2017-12-17 11:35:45 +01:00
runtime.bats Run bats tests in parallel 2017-09-21 14:29:42 +02:00
test_helpers.bash Alpine tests are using the debian parent image 2017-09-22 13:10:13 +02:00