Commit 0aa7af74 by 据说甜蜜呢

添加环境

parent 2379ecb5
Pipeline #4320 passed with stage
in 19 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
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