diff options
Diffstat (limited to 'omnibus/jenkins/dna.json')
-rw-r--r-- | omnibus/jenkins/dna.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/omnibus/jenkins/dna.json b/omnibus/jenkins/dna.json new file mode 100644 index 0000000000..dd2ed456d1 --- /dev/null +++ b/omnibus/jenkins/dna.json @@ -0,0 +1,10 @@ +{ + "omnibus": { + "build_user": "jenkins-node", + "install_dir": "/opt/chef", + "cache_dir": "/var/cache/omnibus" + }, + "run_list": [ + "recipe[omnibus]" + ] +} |