Commit d80420c4 by 李二毛

Merge branch 'development' into 'release/staging'

Development

See merge request liermao/microservice-autodevopspipelines!97
parents 03019983 0aa7af74
Pipeline #4321 passed with stages
in 59 seconds
......@@ -11,7 +11,7 @@ ReleaseEnvironmentOf Environment
GetAppName appName
echo ""
echo "Continuous integration for ${appName} starting..."
echo "[${Environment}]Continuous integration for ${appName} starting..."
echo ""
echo "${appName} building..."
......@@ -29,4 +29,4 @@ do
done
echo ""
echo "Continuous integration for ${appName} has been successful."
\ No newline at end of file
echo "[${Environment}]Continuous integration for ${appName} has been successful."
\ No newline at end of file
......@@ -11,7 +11,7 @@ ReleaseEnvironmentOf Environment
GetAppName appName
echo ""
echo "Begin creating ${appName}'s settings to the configmap of k8s..."
echo "[${Environment}]Begin creating ${appName}'s settings to the configmap of k8s..."
GetNameSpace namespace
kubectl create namespace ${namespace}
......@@ -27,4 +27,4 @@ do
done
echo ""
echo "End creating app settings to the configmap of k8s..."
\ No newline at end of file
echo "[${Environment}]End creating app settings to the configmap of k8s..."
\ No newline at end of file
......@@ -11,7 +11,7 @@ ReleaseEnvironmentOf Environment
GetAppName appName
echo "Starting release for ${appName}, it will dynamicly create k8s environment..."
echo "[${Environment}]Starting release for ${appName}, it will dynamicly create k8s environment..."
GetVersion version
GetNameSpace namespace
......@@ -45,4 +45,4 @@ helm install /root/AutoDevOpsPipeLinesCharts \
--set replicas=${replicas}
echo ""
echo "K8s environment Created Successfully !!!"
\ No newline at end of file
echo "[${Environment}]K8s environment Created Successfully !!!"
\ No newline at end of file
......@@ -7,11 +7,11 @@ chmod +x ./devops/PipeLines/Functions.core.sh
source ./devops/PipeLines/Functions.core.sh
# global variable
RollEnvironmentOf Environment
ReleaseEnvironmentOf Environment
GetAppName appName
echo "Start dynamically building the gateway route for ${appName}..."
echo "[${Environment}]Start dynamically building the gateway route for ${appName}..."
# resilience handle
# Maximum time in seconds that you allow the whole operation to take.
......@@ -93,4 +93,4 @@ do
done
echo ""
echo "Dynamicly building gateway route successfully !!!"
\ No newline at end of file
echo "[${Environment}]Dynamicly building gateway route successfully !!!"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment