Skip to content

Instantly share code, notes, and snippets.

@bdpiprava
Last active June 20, 2019 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdpiprava/e7098f86dc5f61e63a1096f6e289257e to your computer and use it in GitHub Desktop.
Save bdpiprava/e7098f86dc5f61e63a1096f6e289257e to your computer and use it in GitHub Desktop.
basic-config.xml
<?xml version="1.0" encoding="utf-8"?>
<cruise xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="cruise-config.xsd" schemaVersion="124">
<server artifactsdir="artifacts" agentAutoRegisterKey="a2e85b13-4895-40d0-9422-7714bb5fda08" webhookSecret="7a58d8d9-c841-43fe-9cf0-12be9cffa6c8" commandRepositoryLocation="default" serverId="1d3856cc-7b1f-419e-bd78-9ca81b4c90db" tokenGenerationKey="5e35f180-212b-4dda-bead-bb76b8fe8c3a">
<security>
<authConfigs>
<authConfig id="file" pluginId="cd.go.authentication.passwordfile">
<property>
<key>PasswordFilePath</key>
<value>/usr/share/go-server/password.db</value>
</property>
</authConfig>
</authConfigs>
</security>
<backup emailOnSuccess="true" emailOnFailure="true" />
</server>
<pipelines group="Plugins">
<pipeline name="Test">
<materials>
<git url="https://github.com/gocd-contrib/github-oauth-authorization-plugin" />
</materials>
<stage name="Test">
<jobs>
<job name="unit_test">
<tasks>
<exec command="ls"/>
</tasks>
</job>
</jobs>
</stage>
</pipeline>
</pipelines>
</cruise>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment