oinume journal

Scratchpad of what I learned

Jenkins

Detecting duplicated code in Golang with CPD and Jenkins

Use CPD to detect duplicated code in Golang. And visualize how much duplicated by Jenkins DRY plugin.

Jenkinsで過去のビルドをワンクリックで再ビルドしたい

結論から言うとRebuild Plugin使え。

Jenkinsで依存するプロジェクトのビルドパラメータを引き継ぎたい

結論から言うと「Parameterized Trigger Plugin使え」 Jenkinsには「ビルドのパラメータ化」という便利な機能がある。例えば任意の文字列を渡すことができるので、ビルドするGitリポジトリのブランチ名を指定したりする。この機能はとても便利なんだけど、プ…