Fixed Jenkins pipeline for CustomVHDURL

This commit is contained in:
Shital Savekar 2018-05-27 03:03:53 -07:00
Родитель 7e1b1fb8ae
Коммит 53de4b5419
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -393,7 +393,7 @@ stage('Capture VHD with Custom Kernel')
stage('Copy VHD to other regions')
{
def CurrentTestRegions = ""
if ((CustomVHD != "" && CustomVHD != null) || (CustomKernelFile != "" && CustomKernelFile != null) || (CustomKernelURL != "" && CustomKernelURL != null) || (Kernel != "default"))
if ((CustomVHDURL != "" && CustomVHDURL != null) || (CustomVHD != "" && CustomVHD != null) || (CustomKernelFile != "" && CustomKernelFile != null) || (CustomKernelURL != "" && CustomKernelURL != null) || (Kernel != "default"))
{
node ("vhd")
{