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

Commit a726def

Browse files
zhenqi522xiandeatintel
authored andcommitted
Enable CI TEST for 4.2.x branch (#157)
1 parent 9fdc9cd commit a726def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pipeline {
1414
stage('Build package') {
1515
steps {
1616
podTemplate(name: 'pack-server', label: 'pack-mcu-server', containers: [
17-
containerTemplate(name: 'pack-on-centos-server', image: "$env.PACK_IMAGE", ttyEnabled: true, alwaysPullImage: true, privileged: true, resourceRequestCpu: '7000m', resourceLimitCpu: '8000m', network: 'host', command: 'cat')
17+
containerTemplate(name: 'pack-on-centos-server', image: "$env.PACK_IMAGE42x", ttyEnabled: true, alwaysPullImage: true, privileged: true, resourceRequestCpu: '7000m', resourceLimitCpu: '8000m', network: 'host', command: 'cat')
1818
]){
1919
node ('pack-mcu-server') {
2020
container ('pack-on-centos-server') {

0 commit comments

Comments
 (0)