wilzbach / tools-test

1 stars 0 forks source link

D Jenkins plugin #167

Closed wilzbach closed 7 years ago

wilzbach commented 7 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#17412 From: Andre <andre@s-e-a-p.de> Reported version: D2 CC: dlang-bugzilla@thecybershadow.net

wilzbach commented 7 years ago

Comment author: Andre <andre@s-e-a-p.de>

Please check the NodeJS Jenkins plugin. It enables you to write directly NodeJS code as buildstep within Jenkins. It also downloads and install NodeJS on the Jenkins host system. In addition you can specify npm modules which should be already available.

I sum it would be fantastic if we could have a D Jenkins Plugin. Writing D code within Jenkins would be a huge boost for the D language.

https://wiki.jenkins-ci.org/display/JENKINS/NodeJS+Plugin

wilzbach commented 7 years ago

Comment author: Vladimir Panteleev <dlang-bugzilla@thecybershadow.net>

Thanks for the suggestion, but this is something that would fall outside the scope of the tools repository.

If you would find this functionality useful, I recommend that you attempt an implementation yourself, and place the code on GitHub so it could be used or improved by anyone.