Explorar el Código

更新 'Jenkinsfile'

master
bpa hace 1 año
padre
commit
02e7d1f49d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      Jenkinsfile

+ 2
- 2
Jenkinsfile Ver fichero

@@ -82,11 +82,11 @@ pipeline{
{
if(params.projectqh=='backend')
{
sh "docker build -f backend/dockerfile -t 10.2.1.24:10242/bpa/wfzap:${build_tag} ."
sh "docker build -f backend/dockerfile -t 10.2.1.24:10242/bpa/wfzapi:${build_tag} ."
}
else if(params.projectqh=='frontend')
{
sh "docker build -f frontend/dockerfile -t 10.2.1.24:10242/bpa/wfzapi:${build_tag} ."
sh "docker build -f frontend/dockerfile -t 10.2.1.24:10242/bpa/wfzweb:${build_tag} ."
}
}


Cargando…
Cancelar
Guardar