mirror of https://github.com/1okko/openpilot.git
jenkins: clean workspace (#2248)
This commit is contained in:
parent
2a2cfd6bb5
commit
846b56831f
|
@ -140,6 +140,13 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue