Is it possible to run Circleci inside Puppet?

I would like to know if it’s possible to run clicleci inside our puppet server? Running on the cloud is amazing, but my manager uses puppet for a very long time and he would like to continue using it but with circleci.
If yes, any special configuration?

Cheers in advance.

Do you want to kick off a build from your local Puppet to the cloud version of CircleCI? Or are you asking about the local, enterprise version of CircleCI?

For the former, you might be able to use the API; for the latter, it’s just a console command, which should be callable in Puppet.

@halfer thanks for the reply mate! Yeah, I would like to run the build on the top of puppet. Cheers for the insight. :slight_smile:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.