Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 50e0078

Browse files
author
zhenqicx
committedJun 4, 2019
Enable CI TEST for 4.2.x branch
1 parent 2c9fb1f commit 50e0078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎test/conference.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline {
2828
stage('Build package') {
2929
steps {
3030
podTemplate(name: 'pack', label: 'pack-mcu', containers: [
31-
containerTemplate(name: 'pack-on-centos', image: "$env.PACK_IMAGE", ttyEnabled: true, alwaysPullImage: true, privileged: true, resourceRequestCpu: '7000m', resourceLimitCpu: '8000m', network: 'host', command: 'cat')
31+
containerTemplate(name: 'pack-on-centos', image: "$env.PACK_IMAGE42x", ttyEnabled: true, alwaysPullImage: true, privileged: true, resourceRequestCpu: '7000m', resourceLimitCpu: '8000m', network: 'host', command: 'cat')
3232
]){
3333
node ('pack-mcu') {
3434
container ('pack-on-centos') {

0 commit comments

Comments
 (0)
This repository has been archived.