JJB 6.3.0 is released includes bug fixes and improvements on job views.
Ref:
https://groups.google.com/g/jenkins-job-builder/c/d4PPKsGGab0
Issue: RELENG-5285
Change-Id: I0ccd07e80e0394ab9e3a22e7e52794cc5e63cab3
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
         for arg in "$@"; do
             case $arg in
                 jenkins-job-builder)
-                    pkg_list+="jenkins-job-builder==${JJB_VERSION:-6.2.0} " ;;
+                    pkg_list+="jenkins-job-builder==${JJB_VERSION:-6.3.0} " ;;
                 *)                   pkg_list+="$arg " ;;
             esac
         done
 
     disable-job: false
     github-url: "https://github.com"
     jjb-cache: "$HOME/.cache/jenkins_jobs"
-    jjb-version: 6.2.0
+    jjb-version: 6.3.0
     stream: master
     submodule-recursive: true
     submodule-timeout: 10
 
--- /dev/null
+upgrade:
+  - |
+    Upgrade Jenkins-job-builder to 6.3.0.
+
+    JJB 6.3.0 is released includes bug fixes and improvements on job views.
+
+    Ref:
+    https://groups.google.com/g/jenkins-job-builder/c/d4PPKsGGab0
 
 [testenv:jjb]
 basepython = python3
 deps =
-    jenkins-job-builder==6.2.0
+    jenkins-job-builder==6.3.0
     # RELENG-5179 (undeclared dependency by stevedore)
     setuptools
 commands =
 [testenv:jjb-compare-xml]
 basepython = python3
 deps =
-    jenkins-job-builder==6.2.0
+    jenkins-job-builder==6.3.0
 allowlist_externals =
     ./jjb-compare-xml.sh
 commands =
 
 [testenv:jenkins-jobs]
 deps =
-    jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.2.0}
+    jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.3.0}
 commands =
     jenkins-jobs {posargs:--help}