Browse Source

更新 'Jenkinsfile'

master
bpa 1 year ago
parent
commit
02e7d1f49d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Jenkinsfile

+ 2
- 2
Jenkinsfile View File

@@ -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} ."
}
}


Loading…
Cancel
Save