Fixing testing
This commit is contained in:
parent
36dfb46c90
commit
8515c12581
|
|
@ -59,4 +59,9 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue