File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments