summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Kanstren <teemu.kanstren@qt.io>2018-12-11 14:46:44 +0200
committerTeemu Kanstren <teemu.kanstren@qt.io>2018-12-20 07:04:15 +0000
commit25a8c32e77692f6ffc5d73136cd6d74cf293e081 (patch)
treef5dbd5a09b5a2477f76a2a7c14687527d18cd274
parentbf81b426eceab105d74c0f91eb55e84d6d9ad518 (diff)
Add QTCREATOR parameter to RTA test jobs
Change-Id: Ib703b7b43020edc8e79de004ecce9c4c70519f3a Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
-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 3439ad11..6cc5c7e7 100755
--- a/scripts/jenkins/qt-jenkins-deploy.pl
+++ b/scripts/jenkins/qt-jenkins-deploy.pl
@@ -434,6 +434,10 @@ Batch info string for the data sent to Squish Team Server.
Whether to enable sending logs to Squish Team Server.
+=item qt_creator
+
+QtCreator version preview/released.
+
=back
=item [node.<node_basename>]
@@ -797,6 +801,7 @@ sub desired_job_xml
ts_labels => eval { $self->cfg( "job.$name", 'ts_labels' ) } || q{},
ts_batch => eval { $self->cfg( "job.$name", 'ts_batch' ) } || q{},
ts_enabled => eval { $self->cfg( "job.$name", 'ts_enabled' ) } || q{},
+ qt_creator => eval { $self->cfg( "job.$name", 'qt_creator' ) } || q{},
},
\$data
) || die "job $name: while parsing template: ".$tt->error();