Github Script Plugin
This is a Rundeck Workflow Step that runs a command located on a GitHub repo. The plugin use the github API through the following java library: http://github-api.kohsuke.org
Build and Install
- To build use:
gradle build
- then copy the jar file located on
build/libs
toRDECK_BASE/libext
folder
Configuration
- Github Path: The path of the repo, with the format
owner/repo
- File Name: The script to run
- Script Executable: The executable that will run the script
- Execution Timeout: The execution timeout, leave it empty if the timeout is not needed
- Username: Github username
- Password: Github password
If Username and password are not provided, the library looks at ~/.github property file (check http://github-api.kohsuke.org)