A simple plug-in to invoke R interpreter and execute an R script.
With this script you can execute R scripts as part of your build. This plug-in was created for use in BioUno (sponsored by TupiLabs) project, and released to Jenkins as well.
You can also use environment variables, tokens created by other plug-ins or parameters via
paste('Date:', Sys.getenv('BUILD_ID'))
This will print something similar to Date: 2014-02-17_15-48-59
Additional instructions can be found on the BioUno project site
For commercial support, please get contact us via @tupilabs
- Use Jenkins built-in editor with syntax highlighting (check if it supports R)