refactor(pipelineCall): remove unnecessary timestamps block for clarity
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
1b969d81a7
commit
d5127b342b
@ -11,7 +11,6 @@ def call(Map configurations) {
|
|||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '25'))
|
buildDiscarder(logRotator(numToKeepStr: '25'))
|
||||||
timeout(time: 30, unit: 'MINUTES')
|
timeout(time: 30, unit: 'MINUTES')
|
||||||
timestamps()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user