зеркало из https://github.com/microsoft/lisa.git
Fixed Jenkins pipeline for CustomVHDURL
This commit is contained in:
Родитель
7e1b1fb8ae
Коммит
53de4b5419
|
@ -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")
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче