Task #7316
Create script for formatting jenkinsplugin list
Target branch:
Test scenario:
https://github.com/OSLL/mdbci/tree/7316_formatting_jenkinsplugin_list
https://github.com/OSLL/mdbci/pull/291
# Download plugins list (result: file plugins.xml with plugins info):
curl -o plugins.xml
'http://maxscale-jenkins.mariadb.com:8090/pluginManager/api/xml?depth=1&xpath=/*/*/shortName|/*/*/version&wrapper=plugins'
# Run script (result: sorted list of plugins):
./scripts/get_jenkins_plugin_list.sh plugins.xml
Description
Argument - xml plugin list file name on local file system (https://dev.osll.ru/projects/mdbci/wiki/Plugins_managment_via_rest_api#Plugin-list)
Output - sorted list of plugin names (without versions and xml tags)
History
#1
Updated by Mark Zaslavskiy over 4 years ago
- Priority changed from Normal to High
#2
Updated by Mark Zaslavskiy over 4 years ago
- Assignee changed from Mark Zaslavskiy to Tatyana Berlenko
#3
Updated by Mark Zaslavskiy over 4 years ago
- Assignee changed from Tatyana Berlenko to Mark Zaslavskiy
#4
Updated by Mark Zaslavskiy over 4 years ago
- Assignee changed from Mark Zaslavskiy to Ilfat Kinyaev
#5
Updated by Ilfat Kinyaev over 4 years ago
- Estimated time set to 3:00 h
#6
Updated by Mark Zaslavskiy over 4 years ago
- Assignee changed from Ilfat Kinyaev to Tatyana Berlenko
#7
Updated by Mark Zaslavskiy over 4 years ago
- Description updated (diff)
#8
Updated by Mark Zaslavskiy over 4 years ago
- Assignee changed from Tatyana Berlenko to Ilfat Kinyaev
#9
Updated by Ilfat Kinyaev over 4 years ago
- % Done changed from 0 to 60
- Test scenario updated (diff)
#10
Updated by Ilfat Kinyaev over 4 years ago
NOTE: Maybe need use curl in script if file not exist?
#11
Updated by Ilfat Kinyaev over 4 years ago
- Test scenario updated (diff)
#12
Updated by Ilfat Kinyaev over 4 years ago
- Status changed from New to Review
- Assignee changed from Ilfat Kinyaev to Mark Zaslavskiy
- % Done changed from 60 to 100
#13
Updated by Mark Zaslavskiy over 4 years ago
- Status changed from Review to Closed
- Test scenario updated (diff)