Skip to content

jfhjfh/gocd-config-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gocd Config Cleaner

Replaces any potentially organisation specific strings in the Thoughtworks GoCD config file with randomly generated words from the dictionary. This makes it easier for paranoid companies to submit bug reports with a (partially) functional config file.

The idea is to allow the Go server to build the dependency graph but does not extend to having it successfully run the builds.

The sanitized config file can be imported into the go server. More specifically it worked with my config file and using version 15.2 of the go server.

To run:

  1. Download the latest gocd-cfg-cleanser jar
  2. Run: java -jar gocd-cfg-cleanser-1.0.jar a-gocd-cfg-file.xml
  3. The file will be written to: a-gocd-cfg-file.xml___sanitized.xml

Idea shamelessly stolen from: https://github.com/wcurrie/gocd-config-cleaner I tried..but scala...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages