mirror of https://github.com/waku-org/waku-lab.git
ci: add cleanWs back
This commit is contained in:
parent
cb54858412
commit
a7594e60c1
|
@ -62,9 +62,9 @@ pipeline {
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// post {
|
post {
|
||||||
// always { cleanWs() }
|
always { cleanWs() }
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
def buildExample(example=STAGE_NAME) {
|
def buildExample(example=STAGE_NAME) {
|
||||||
|
|
Loading…
Reference in New Issue