We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baaeac0 + e01a49b commit cbb7308Copy full SHA for cbb7308
docker/.cico.pipeline
@@ -1,4 +1,4 @@
1
-def c7arches = ["ppc64le", "x86_64", "aarch64"]
+def c7arches = ["x86_64"]
2
3
4
def onmyduffynode(script){
@@ -97,15 +97,15 @@ node('sig-cloudinstance'){
97
}
98
99
100
- catch (e){
101
- currentBuild.result = "FAILURE"
102
- throw e
103
- }
104
- finally{
105
- stage("Cleanup") {
106
- /*sh 'cico node done ${DUFFY_SSID}'*/
+ catch (e){
+ currentBuild.result = "FAILURE"
+ throw e
+ }
+ finally{
+ stage("Cleanup"){
+ sh 'cico node done ${DUFFY_SSID}'
107
108
109
110
111
0 commit comments