This plugin integrates knowledge about ConcourseCI pipeline files in IntelliJ based IDEs.
Structure:
- the plugin provides a JSON schema to the IDE to provide stable autocompletion and validation for keys in both pipelines and task files
Validation:
- the plugin provides some inspections to avoid referencing invalid data
-
Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "idea-concourse" > Install Plugin
-
Manually:
Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.
MIT