summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-08-13 15:08:00 +0300
committerAntti Kokko <antti.kokko@qt.io>2019-08-15 11:58:15 +0300
commit68a9cf7cf8169589bfd1e9539a8695e661d1b036 (patch)
tree3038909e75daa3094af158833b03712316669d89 /scripts
parent5e3b8ac763dffdd5e0343b6183540b7b59651502 (diff)
Add attribute for selecting vm-cloner instead of coin cloner
Used for launching dedicated build machine that prepares the release binaries for packaging. Change-Id: Id78367ef74fad7941b58ca3fa60946e7b8f3f480 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jenkins/qt-jenkins-deploy.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/jenkins/qt-jenkins-deploy.pl b/scripts/jenkins/qt-jenkins-deploy.pl
index 6d5cf06b..237a3d35 100755
--- a/scripts/jenkins/qt-jenkins-deploy.pl
+++ b/scripts/jenkins/qt-jenkins-deploy.pl
@@ -333,6 +333,10 @@ Contains the information about the build flow e.g. 5.4.1
Contains sha1 for qt5
+=item use_create_nodes_and_vms
+
+Set to '1' if vm-cloner is to be used instead of default cloner
+
=item url_trigger
Contains url to be polled to start specific build flow compilation
@@ -782,6 +786,7 @@ sub desired_job_xml
pretend => eval { $self->cfg( "job.$name", 'pretend' ) } // 0,
poll_cron => eval { $self->cfg( "job.$name", 'poll_cron' ) } || q{},
on_demand => eval { $self->cfg( "job.$name", 'on_demand' ) } // 0,
+ use_create_nodes_and_vms => eval { $self->cfg( "job.$name", 'use_create_nodes_and_vms' ) } // 0,
template_ini_prefix => eval { $self->cfg( "job.$name", 'template_ini_prefix' ) } // $branch,
trigger_cron => eval { $self->cfg( "job.$name", 'trigger_cron' ) } || q{},
publish_xunit => eval { $self->cfg( "job.$name", 'publish_xunit' ) } || q{0},