diff options
author | Koenig, Joerg <Joerg.Koenig@techsat.com> | 2020-04-18 06:50:19 (GMT) |
---|---|---|
committer | Koenig, Joerg <Joerg.Koenig@techsat.com> | 2020-04-18 06:50:19 (GMT) |
commit | 65f96f24f243372c9828847c00390e3b2b860851 (patch) | |
tree | 742d86487236b2f9670001f06810bd1d61497f26 | |
parent | 04a5ee4f5777806174b627cdd1ebc1d86b224251 (diff) | |
download | Qt-65f96f24f243372c9828847c00390e3b2b860851.zip Qt-65f96f24f243372c9828847c00390e3b2b860851.tar.gz Qt-65f96f24f243372c9828847c00390e3b2b860851.tar.bz2 |
Update to 5.14.2refs/changes/93/10893/1
Change-Id: Ic33c6aeb962f0b9d340b57e86ef7951bd5de69d2
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 4954825..34f510a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -98,7 +98,7 @@ stage ("Post processing") { node('bslp02-centos6-64') { unstash name: 'qtwin' sh ''' - QT_VER=5.14.0 + QT_VER=5.14.2 # # cleanup temporary destination folder for final distribution ... # unpack Linux archives ... |