Plugin Information |
---|
View R on the plugin site for more information. |
Description
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
Issues
Sponsors
For commercial support, please get contact us via @tupilabs
Change Log
Release 0.5 (May, 20, 2017)
- pull request #5: Implement captureOutput()
- pull request #6: [WIP] Create R script file in workspace
Release 0.4 (Jan, 13, 2017)
- 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
Release 0.3 (Jul, 27, 2016)
- pull request #2: Use codemirror styles for textarea input (i.e. syntax highlighting). (thanks to @kadrach)
Release 0.2 (Jul, 22, 2012)
- Fixing plug-in name in pom.xml and creating Wiki page.
Release 0.1 (Jul, 10, 2012)
- Initial release.
Roadmap
- Use Jenkins built-in editor with syntax highlighting (check if it supports R)