mirror of https://github.com/waku-org/waku-lab.git
disable cleanws temporary for debug
This commit is contained in:
parent
d3bc2fed70
commit
36687e24af
|
@ -61,9 +61,9 @@ pipeline {
|
|||
} }
|
||||
}
|
||||
}
|
||||
post {
|
||||
always { cleanWs() }
|
||||
}
|
||||
// post {
|
||||
// always { cleanWs() }
|
||||
// }
|
||||
}
|
||||
|
||||
def buildExample(example=STAGE_NAME) {
|
||||
|
|
Loading…
Reference in New Issue