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 {
|
||||
// always { cleanWs() }
|
||||
// }
|
||||
post {
|
||||
always { cleanWs() }
|
||||
}
|
||||
}
|
||||
|
||||
def buildExample(example=STAGE_NAME) {
|
||||
|
|
Loading…
Reference in New Issue