Integrating Jenkins, Rundeck, Chef

67 views
Skip to first unread message

Sai Teja Penugonda

unread,
Apr 8, 2016, 9:01:26 AM4/8/16
to devops-toolchain
Any documentation?

Thanks. :)

Douglas Land

unread,
Apr 9, 2016, 11:10:24 PM4/9/16
to devops-toolchain
Here's a breakdown of what we do on the chef/rundeck side:


We don't use jenkins but we use teamcity and execute deploys via rundeck API either through predefined jobs:

curl -H "X-RunDeck-Auth-Token: FAKETOKEN" --data-urlencode "argString=-release 1.1-SNAPSHOT-31132" "https://rundeck.company.com/api/1/job/87413d12-XXX-XXX-XXX-XXX/run"

Or via ad hoc jobs:

curl -H "X-RunDeck-Auth-Token: FAKETOKEN" --data-urlencode "exec=sudo /usr/local/bin/vastexec -p PRODUCT -r RELEASE -e ENVIRONMENT"

This doesn't cover everything you asked, but I hope it helps.



On Friday, April 8, 2016 at 8:01:26 AM UTC-5, Sai Teja Penugonda wrote:
Any documentation?

Thanks. :)
Reply all
Reply to author
Forward
0 new messages