Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
429a67e2c710a09cbc0de585c802dfec1fc5d838
1 parent
a154aa73
提供接口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
monitor-ui-ctrl/src/main/java/com/ui/ctrl/ProjectBuildCtrl.java
monitor-ui-ctrl/src/main/java/com/ui/ctrl/ProjectBuildCtrl.java
View file @
429a67e
...
...
@@ -142,7 +142,8 @@ public class ProjectBuildCtrl {
}
}
if
(!(
"master"
.
equals
(
branch
)
||
"test"
.
equals
(
branch
)
||
"dev"
.
equals
(
branch
)))
{
log
.
info
(
"check environment {} projects {} branch {}"
,
environment
,
projects
,
branch
);
if
(!(
"master"
.
equals
(
branch
)
||
"test"
.
equals
(
branch
)
||
"dev"
.
equals
(
branch
)
||
"qcloudOnly"
.
equals
(
branch
)
||
"feature/docker"
.
equals
(
branch
)))
{
map
.
clear
();
map
.
put
(
"projects"
,
projects
);
map
.
put
(
"branch"
,
branch
);
...
...
Please
register
or
login
to post a comment