ci: remove unsupported timestamps option in jenkinsfile
This commit is contained in:
parent
82bfff20ac
commit
c1ec610771
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -2,7 +2,6 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
options {
|
options {
|
||||||
timestamps()
|
|
||||||
disableConcurrentBuilds()
|
disableConcurrentBuilds()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user