Fixing jenkins file to remove the correct folder when the process fails
Change-Id: Id59236d0829aa3384c9c673a123b677cb4982fe2
diff --git a/Jenkinsfile.newBuildSystem b/Jenkinsfile.newBuildSystem
index 8d10a3d..e7f225b 100644
--- a/Jenkinsfile.newBuildSystem
+++ b/Jenkinsfile.newBuildSystem
@@ -227,7 +227,7 @@
step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "${notificationEmail}", sendToIndividuals: false])
} finally {
sh 'vagrant destroy -f corddev'
- sh 'rm -rf podconfigs/automation'
+ sh 'rm -rf podconfig/automation'
}
echo "RESULT: ${currentBuild.result}"
}