Skip to content
Snippets Groups Projects
Commit d4927622 authored by OZGCloud's avatar OZGCloud
Browse files

e2e fix portforward output

parent e230002a
Branches
Tags
No related merge requests found
...@@ -753,7 +753,7 @@ Void forwardMongoDbPort(String namespace) { ...@@ -753,7 +753,7 @@ Void forwardMongoDbPort(String namespace) {
def pidFile = generateMongoDbPortForwardPidFile(namespace) def pidFile = generateMongoDbPortForwardPidFile(namespace)
sh (script: "kubectl port-forward ozg-mongodb-0 ${dbPort}:27017 -n ${namespace} & echo \$! > ${pidFile}", returnStdout: true) sh "kubectl port-forward ozg-mongodb-0 ${dbPort}:27017 -n ${namespace} & echo \$! > ${pidFile}"
sh "sleep 20" sh "sleep 20"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment