Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 7a77687

Browse files
committed
Update Jenkins file
1 parent 97ff247 commit 7a77687

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/server.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline {
2121
podTemplate(name: "pack-server-centos-"+env.GIT_BRANCH, label: "pack-server-centos-"+env.GIT_BRANCH,
2222
volumes: [
2323
persistentVolumeClaim(claimName: 'centos-package',mountPath: '/root/centos_package',readOnly: false),
24-
persistentVolumeClaim(claimName: 'webrtc79',mountPath: '/root/owt-server/third_party/webrtc-m79',readOnly: false)
24+
persistentVolumeClaim(claimName: 'webrtc88',mountPath: '/root/owt-server/third_party/webrtc-m88',readOnly: false)
2525
],
2626
containers: [
2727
containerTemplate(name: 'build-images', image: "$env.centos_build_images", ttyEnabled: true, alwaysPullImage: true, privileged: true, resourceRequestCpu: '5000m', resourceLimitCpu: '6000m', command: 'cat')

test/ubuntuserver.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline {
2121
podTemplate(name: 'pack-server-ubuntu-'+env.GIT_BRANCH, label: 'pack-server-ubuntu-'+env.GIT_BRANCH,
2222
volumes: [
2323
persistentVolumeClaim(claimName: 'ubuntu-package',mountPath: '/root/ubuntu_package',readOnly: false),
24-
persistentVolumeClaim(claimName: 'webrtc79ubuntu',mountPath: '/root/owt-server/third_party/webrtc-m79',readOnly: false)
24+
persistentVolumeClaim(claimName: 'webrtc88ubuntu',mountPath: '/root/owt-server/third_party/webrtc-m88',readOnly: false)
2525
],
2626
containers: [
2727
containerTemplate(name: 'build-images', image: "$env.ubuntu_build_images", ttyEnabled: true, alwaysPullImage: true, privileged: true, resourceRequestCpu: '5000m', resourceLimitCpu: '6000m' , command: 'cat')

0 commit comments

Comments
 (0)