File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11< div class ="form_item_block ">
2- < label > Go pipeline files global pattern:</ label >
3- < input type ="text " ng-model ="pipeline_pattern " ng-required ="false "/>
2+ < label > GoCD pipeline files global pattern:</ label >
3+ < input type ="text " ng-model ="pipeline_pattern " ng-required ="false " placeholder =" **/*.gocdpipeline.json " />
44 < span class ="form_error " ng-show ="GOINPUTNAME[pipeline_pattern].$error.server "> {{ GOINPUTNAME[pipeline_pattern].$error.server }}</ span >
55</ div >
66< div class ="form_item_block ">
7- < label > Go environment files global pattern:</ label >
8- < input type ="text " ng-model ="environment_pattern " ng-required ="false "/>
7+ < label > GoCD environment files global pattern:</ label >
8+ < input type ="text " ng-model ="environment_pattern " ng-required ="false " placeholder =" **/*.goenvironment.json " />
99 < span class ="form_error " ng-show ="GOINPUTNAME[environment_pattern].$error.server "> {{ GOINPUTNAME[environment_pattern].$error.server }}</ span >
1010</ div >
Original file line number Diff line number Diff line change 55 <version >PLUGIN_VERSION_NUMBER</version >
66 <target-go-version >GO_TARGET_VERSION_NUMBER</target-go-version >
77 <description >
8- Configuration plugin that supports Go configuration in JSON
8+ Configuration plugin that supports GoCD configuration in JSON
99 </description >
1010 <vendor >
1111 <name >Tomasz Setkowski</name >
You can’t perform that action at this time.
0 commit comments