formation 4 năm trước cách đây
mục cha
commit
e92a48a983
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      Jenkinsfile

+ 4 - 0
Jenkinsfile

@@ -105,6 +105,10 @@ node{
 	{
 		docker.build("server-express-preprod", "--no-cache -f express-server/Dockerfile express-server")
 	}
+    stage("Run Container apache preprod")
+	{
+		containerApache=imageApache.run("--name server-apache-preprod --link server-mysql-preprod:mysql --network=web")
+	}
 	
 	/*stage("Run Container express preprod")
 	{