5ad4ea13db | ||
---|---|---|
Extension | ||
images | ||
.gitignore | ||
LICENSE.txt | ||
README.md | ||
azure-pipelines.yml | ||
externals.json | ||
gulpfile.js | ||
package-lock.json | ||
package.js | ||
package.json | ||
tsconfig.json |
README.md
vsts-cloudfoundry
Cloud Foundry build extension for Azure DevOps allows you to automate the deployment process to any Cloud Foundry instance. This extension provides a build task to enable you to push applications to any Cloud Foundry instance. It also includes a Utility task to run any Cloud Foundry CLI commands as part of your build process.
Create a Cloud Foundry Connection
Create a Generic Service Endpoint and specify your Cloud Foundry API endpoint URL, email/username and password.
Open the settings/admin page for your account and go to Services
tab.
Enter the endpoint details.
Define your build process
Create a build definition to automate your build process. For detailed instructions on setting up a build definition, check this
Add the Cloud Foundry Build tasks to your build steps and setup the arguments. The Cloud Foundry
build task to push applications to Cloud Foundry can be found under Deploy
category. The Cloud Foundry CLI
task to run any Cloud Foundry CLI command can be found under the Utility
category.
Install Cloud Foundry CLI on your build agent
Use the Cloud Foundry CLI Install
task.
The task will look for the Cloud Foundry CLI in the PATH on the build machine. An alternate path to the Cloud Foundry CLI can be specified in the Advanced
section of the task. This can be a local path on the build machine or a server path.
Contributing
We love and encourage community contributions. To contribute:
- Submit issues for bugs or suggestions to help us improve the extension
- Fork the code and submit pull requests for any bug fixes or features
Build pre-requisites
- This package requires
node
andnpm
To compile, run
- npm install
- gulp
The vsix package will be produced in _package
, and it can be uploaded to Azure DevOps Marketplace for sharing.