diff --git a/Jenkinsfile b/Jenkinsfile index 4e81be0..9990ba9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,8 +5,8 @@ pipeline { stage('Build Windows Qt') { agent { label 'windows' } steps { - cleanWs() - checkout scm + deleteDir() + checkout scm bat ''' call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat"