Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Commit bb81eb8

Browse files
committed
Bump SDK version to 2.0
1 parent 1f073f2 commit bb81eb8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Jenkinsfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,13 @@ stage("Setup") {
104104
sh 'git submodule foreach --recursive git clean -xdf'
105105
sdkVersion = readFile 'SdkVersion.txt'
106106
sdkVersion = sdkVersion.trim()
107-
clientConnectHash = hashing.hashEntries(
107+
clientConnectHash = hashing.hashEntriesEx(
108108
clientConnectBuildConfigVersion,
109109
[
110110
'client_connect/'
111+
],
112+
[
113+
sdkVersion
111114
]
112115
);
113116
mainBuildHash = hashing.hashEntriesEx(
@@ -125,7 +128,8 @@ stage("Setup") {
125128
'SdkVersion.txt'
126129
],
127130
[
128-
enabledTargetsString
131+
enabledTargetsString,
132+
sdkVersion
129133
]
130134
);
131135
ualBuildHash = hashing.hashEntries(

SdkVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4
1+
2.0

0 commit comments

Comments
 (0)