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

Commit

Permalink
Enable CI TEST for 4.2.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenqicx committed Jun 3, 2019
1 parent 2c9fb1f commit f56bd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conference.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
stage('Build package') {
steps {
podTemplate(name: 'pack', label: 'pack-mcu', containers: [
containerTemplate(name: 'pack-on-centos', image: "$env.PACK_IMAGE", ttyEnabled: true, alwaysPullImage: true, privileged: true, resourceRequestCpu: '7000m', resourceLimitCpu: '8000m', network: 'host', command: 'cat')
containerTemplate(name: 'pack-on-centos', image: "$env.PACK_IMAGE.4.2.x", ttyEnabled: true, alwaysPullImage: true, privileged: true, resourceRequestCpu: '7000m', resourceLimitCpu: '8000m', network: 'host', command: 'cat')
]){
node ('pack-mcu') {
container ('pack-on-centos') {
Expand Down

0 comments on commit f56bd78

Please sign in to comment.