Browse code

Merge "Update gate clone error message for Zuul v3"

Jenkins authored on 2017/09/15 07:34:15
Showing 1 changed files
... ...
@@ -519,7 +519,7 @@ function git_clone {
519 519
         if [[ ! -d $git_dest ]]; then
520 520
             if [[ "$ERROR_ON_CLONE" = "True" ]]; then
521 521
                 echo "The $git_dest project was not found; if this is a gate job, add"
522
-                echo "the project to the \$PROJECTS variable in the job definition."
522
+                echo "the project to 'required-projects' in the job definition."
523 523
                 die $LINENO "Cloning not allowed in this configuration"
524 524
             fi
525 525
             git_timed clone $git_clone_flags $git_remote $git_dest