|
@@ -27,7 +27,7 @@ node{
|
|
|
|
|
|
|
|
def imageApache = stage("Build apache preprod")
|
|
def imageApache = stage("Build apache preprod")
|
|
|
{
|
|
{
|
|
|
- docker.build("server-apache-preprod", "--no-cache --label traefik.enable=true --label traefik.http.routers.server-apache-preprod.rule='Host(`angular-preprod.foodgame.fr`)' --label traefik.http.routers.server-apache-preprod.entrypoints=websecure --label traefik.http.routers.server-apache-preprod.tls.certresolver=myresolver -f build/docker/httpd/Dockerfile build/docker/httpd/")
|
|
|
|
|
|
|
+ docker.build("server-apache-preprod", "--no-cache --label traefik.enable=true --label traefik.http.routers.server-apache-preprod.rule='Host(`angular-preprod.foodgame.fr`)' --label traefik.http.routers.server-apache-preprod.entrypoints=websecure --label traefik.http.routers.server-apache-preprod.tls.certresolver=myresolver -f build/docker/httpd/Dockerfile ")
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
def imageExpress = stage("Build express preprod")
|
|
def imageExpress = stage("Build express preprod")
|