spec: change log message for clarity
Change-Id: I0b3d6db73b190753d636c467ee2ca1e9fb6cda3b Reviewed-on: https://gerrit.instructure.com/204973 Tested-by: Jenkins Reviewed-by: James Butters <jbutters@instructure.com> QA-Review: Robert Lamb <rlamb@instructure.com> Product-Review: Robert Lamb <rlamb@instructure.com>
This commit is contained in:
parent
ebaf3a0951
commit
03bdca6f87
|
@ -80,7 +80,7 @@ pipeline {
|
|||
// Prefer a file that doesn't get synced to the public repo or a plain environment variable
|
||||
withCredentials([string(credentialsId: 'CANVAS_DEFAULT_PLUGINS', variable: 'gem_list')]) {
|
||||
gems = gem_list.split()
|
||||
println "Plugin list= ${gems}"
|
||||
println "Plugin list: ${gems}"
|
||||
/* fetch plugins */
|
||||
gems.each { gem -> fetchFromGerrit(gem, 'gems/plugins') }
|
||||
fetchFromGerrit('qti_migration_tool', 'vendor', 'QTIMigrationTool')
|
||||
|
|
Loading…
Reference in New Issue