mirror of https://github.com/vacp2p/rfc.git
ci: add cleanup step, also timeout and timestamps
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
93a0f7891f
commit
f5e5db50d3
|
@ -7,6 +7,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
timestamps()
|
||||||
|
timeout(time: 5, unit: 'MINUTES')
|
||||||
disableConcurrentBuilds()
|
disableConcurrentBuilds()
|
||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '20',
|
numToKeepStr: '20',
|
||||||
|
@ -35,4 +37,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post {
|
||||||
|
cleanup { cleanWs() }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue