Skip to content

Commit

Permalink
test more
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Oct 30, 2024
1 parent d78f15a commit 9cff97c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vars/uploadMinSnapshotsToS3.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ void call(Map args = [:]) {
// core plugins
if (architecture == "x64" && platform == "linux" && distribution == "tar" && corePluginDirExists) {
echo("Upload core plugins")
List<String> corePluginList = buildManifest.components.artifacts.core-plugins
List<String> corePluginList = buildManifest.components.artifacts.'core-plugins'
echo("corePluginList: ${corePluginList}")
for (String pluginSubPath : corePluginList) {
String pluginSubFolder = pluginSubPath.split('/')[0]
String pluginNameWithExt = pluginSubPath.split('/')[1]
Expand Down

0 comments on commit 9cff97c

Please sign in to comment.