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
- JENKINS-62677: move docs to GitHub
- JENKINS-62676: update Jenkins parent and pom/build
- pull request #5: Implement captureOutput()
- pull request #6: [WIP] Create R script file in workspace
- pull request #1: Make plugin compatible to Jenkins Pipeline plugin
- pull request #3: Revert "Make plugin compatible to Jenkins Pipeline plugin"
- pull request #4: Add Jenkins Pipeline compatibility
- pull request #2: Use codemirror styles for textarea input (i.e. syntax highlighting). (thanks to @kadrach)
- Fixing plug-in name in pom.xml and creating Wiki page.
- Initial release.
- Use Jenkins built-in editor with syntax highlighting (check if it supports R)