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:
Robert Lamb 2019-08-13 16:33:53 -06:00
parent ebaf3a0951
commit 03bdca6f87
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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')