Skip to content

agovindaraju/vmware-vrealize-orchestrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Jenkins Orchestrator Plugin


This plugin integrates VMware vRealize Orchestrator to Jenkins. With this plugin you can run any vRealize Orchestrator workflows.

Configuration

  1. Build step : On Job configuration page click on Add build step select “Execute Orchestrator Workflow” option

Build step

  1. Configure : Configure Orchestrator workflow like shown in image. Below is the description of each field
  • Server URl - vRealize Orchestrator Server URL.
  • User Name - Username to connect to Orchestrator server.
  • Password - Password to connect to Orchestrator server.
  • Workflow Name - Name of the workflow which you want to execute.
  • Execute and Wait - If this checkbox is checked the job will wait for workflow to complete its execution.
  • Workflow Input Parameters(Add Parameter) - Once the workflow name is given, it will fetch all the input parameters of the workflow. Now you can click on Add parameter to provide values for the input parameters.

Configure

Jenkins version supported

1.580.1 and above. To use lower version use branch version_1_565

Development

Start the local Jenkins instance:

mvn hpi:run

Installing

Run

mvn hpi:hpi

to create the plugin .hpi file.

To install:

  1. copy the resulting ./target/vmware-vrealize-orchestrator-plugin.hpi file to the $JENKINS_HOME/plugins directory. Don't forget to restart Jenkins afterwards.

  2. or use the plugin management console (http://example.com:8080/pluginManager/advanced) to upload the hpi file. You have to restart Jenkins in order to find the plugin in the installed plugins list.

Read More

https://wiki.jenkins-ci.org/display/JENKINS/VMware+vRealize+Orchestrator+Plugin

License

MIT Licensed

Maintainer

Agila Govindaraju agi.raj@gmail.com

About

A Jenkins Plugin for VMware vRealize Orchestrator workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published