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
Comment #1 by dlang-bugzilla — 2017-05-20T09:41:52Z
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.