mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 09:46:26 +00:00
Jenkins: clean the workspace before starting
This commit is contained in:
parent
a941a4fded
commit
82f28d7718
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -1,6 +1,7 @@
|
||||
def runStages() {
|
||||
try {
|
||||
stage("Clone") {
|
||||
cleanWs()
|
||||
checkout scm
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user