Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Commit

Permalink
Merge pull request #209 from dazjones/cf-cli
Browse files Browse the repository at this point in the history
Added cf-cli package to jenkins-slave
  • Loading branch information
dazjones committed May 10, 2018
2 parents 00eb764 + d601486 commit 5f4ef76
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/blobs.yml
@@ -1,3 +1,7 @@
cf-cli/cf-6.46.1.tgz:
size: 5910456
object_id: 4e1d0b05-5da2-41fd-4df8-f3c059c98240
sha: faade069c0e7a76cb3bb1c9dfd69da2d340155c9
git/git-2.14.1.tar.gz:
size: 6987933
object_id: 4c11f3bb-d077-4a0d-6a81-2cb433fb2964
Expand Down
3 changes: 2 additions & 1 deletion jobs/jenkins-slave/spec
Expand Up @@ -6,6 +6,7 @@ packages:
- swarm-client
- apache-maven
- git-client
- cf-cli

consumes:
- name: jenkins_master
Expand Down Expand Up @@ -37,4 +38,4 @@ properties:
jenkins.slave.master_password:
description: "Password of the user to connect to the master server"
jenkins.slave.mode:
description: "The mode to run the slave"
description: "The mode to run the slave"
6 changes: 6 additions & 0 deletions packages/cf-cli/packaging
@@ -0,0 +1,6 @@
set -e
set -i
cd cf-cli
tar -xzvf cf-*.tgz
chmod +x cf
cp cf -v ${BOSH_INSTALL_TARGET}
4 changes: 4 additions & 0 deletions packages/cf-cli/spec
@@ -0,0 +1,4 @@
---
name: cf-cli
files:
- cf-cli/cf-6.46.1.tgz

0 comments on commit 5f4ef76

Please sign in to comment.