main
kossboii 2 years ago
parent 1b6fa23696
commit bfbc16c8d5

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

Loading…
Cancel
Save