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