Skip to content

Commit 95fe2bc

Browse files
placeholder update
1 parent e0276d2 commit 95fe2bc

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docker/.cico.pipeline

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ node('sig-cloudinstance'){
6363
stage ("setup")
6464
{
6565
onmyduffynode "yum -y install rsync docker lorax anaconda-tui yum-langpacks virt-install libvirt-python"
66-
synctoduffynode "docker/centos-7${arch}.ks"
66+
synctoduffynode "docker/centos-7-${arch}.ks"
6767
synctoduffynode "docker/containerbuild.sh"
6868

6969
}
7070

7171
stage("build boot.iso")
7272
{
73-
onmyduffynode "./containerbuild.sh centos-7${arch}.ks"
73+
onmyduffynode "./containerbuild.sh centos-7-${arch}.ks"
7474
}
7575

7676
stage("tag the container")
@@ -91,7 +91,7 @@ node('sig-cloudinstance'){
9191
{
9292

9393
env.time_stamp = sh(
94-
script: "date +%y%m",
94+
script: "date +%y%m%d",
9595
returnStdout: true
9696
).trim()
9797

@@ -118,13 +118,11 @@ node('sig-cloudinstance'){
118118
{
119119
stage("Cleanup")
120120
{
121-
sh 'cico node done ${DUFFY_SSID}'
121+
/*sh 'cico node done ${DUFFY_SSID}'*/
122122
}
123123
}
124124
}
125125

126126
}
127-
128-
129-
130127
}
128+

0 commit comments

Comments
 (0)