summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Paaso <matti.paaso@qt.io>2019-02-08 07:27:21 +0200
committerMatti Paaso <matti.paaso@qt.io>2019-02-14 05:37:42 +0000
commit50586f55f3c057bbcd652a92dfe5ef8564c71741 (patch)
tree12117344c0db66b26e3cadd59c6967ae08594905
parent0797a58105d77a9c4fbb1212eb376ca487d80f81 (diff)
Add label_with_branch parameter for deploy
Change-Id: Ib264675c97a91ae5b773aca7906311f077ca418c Reviewed-by: Antti Kokko <antti.kokko@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 8e2fe162..0a0958b4 100755
--- a/scripts/jenkins/qt-jenkins-deploy.pl
+++ b/scripts/jenkins/qt-jenkins-deploy.pl
@@ -296,6 +296,10 @@ Number of cores in virtual machine
repository sources to be copied into virtual machine
+=item label_with_branch
+
+Information if branch is added into label
+
=item artifacts_download_url
The url where to download the build artifacts, typically via http.
@@ -790,6 +794,7 @@ sub desired_job_xml
repo_staging_server_test_repo_dist_work => eval { $self->cfg( "job.$name", 'repo_staging_server_test_repo_dist_work' ) } || q{},
cores => eval { $self->cfg( "job.$name", 'cores' ) } || q{},
repositories => eval { $self->cfg( "job.$name", 'repositories' ) } || q{},
+ label_with_branch => eval { $self->cfg( "job.$name", 'label_with_branch' ) } || q{},
artifacts_download_url => eval { $self->cfg( "job.$name", 'artifacts_download_url' ) } || q{},
artifacts_upload_host => eval { $self->cfg( "job.$name", 'artifacts_upload_host' ) } || q{},
artifacts_upload_path => eval { $self->cfg( "job.$name", 'artifacts_upload_path' ) } || q{},