@@ -26,7 +26,7 @@ pipeline {
stages {
stage("SVN Checkout") {
steps {
- sh "./svn-checkout.sh"
+ sh "source ./svn-checkout.sh"
}
stage("Build") {