Jenkins fix

This commit is contained in:
Ștefan Talpalaru 2020-04-19 13:22:22 +02:00
parent 3dde68fc20
commit 2bb54fc09d
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -1,7 +1,6 @@
def runStages() {
try {
stage("Clone") {
preBuildCleanup()
checkout scm
}