Skip to content

Commit a41966f

Browse files
3.3.0
1 parent 050fbc6 commit a41966f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ pipeline {
99
stage("Validate C#") {
1010
agent { label 's61113u16 (litecore)' }
1111
steps {
12-
sh 'jenkins/dotnet_build.sh 3.2.3 1.0.0'
12+
sh 'jenkins/dotnet_build.sh 3.3.0 1.0.0'
1313
}
1414
}
1515
stage("Validate C") {
1616
agent { label 's61113u16 (litecore)' }
1717
steps {
18-
sh 'jenkins/c_build.sh 3.2.3'
18+
sh 'jenkins/c_build.sh 3.3.0'
1919
}
2020
}
2121
stage("Validate iOS") {
2222
agent { label 'mobile-builder-ios-pull-request' }
2323
steps {
24-
sh 'jenkins/ios.sh 3.2.3 1.0.0'
24+
sh 'jenkins/ios.sh 3.3.0 1.0.0'
2525
}
2626
}
2727
}
2828
}
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)