@ -4,7 +4,7 @@ pipeline {
stages {
stage ('Create MongoDB Container') {
steps {
mkdir -p /home/ubuntu/mongo
sh """mkdir -p /home/ubuntu/mongo"""
}