@@ -9,6 +9,7 @@ node {
stage('checkout') {
deleteDir()
checkout scm
+ sh "git checkout test"
}
stage('Stop Containers') {