Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
askbooks
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
齐文博
askbooks
Commits
ee6a3508
Commit
ee6a3508
authored
May 16, 2023
by
左磊磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:修改不稳定状态下推送企微群消息
parent
ae29527d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
13 deletions
+3
-13
misc.xml
.idea/misc.xml
+2
-1
runConfigurations.xml
.idea/runConfigurations.xml
+0
-11
Robot.java
src/test/java/com/lemon/utils/Robot.java
+1
-1
睿思选题.xls
src/test/resources/睿思选题.xls
+0
-0
Robot.class
target/test-classes/com/lemon/utils/Robot.class
+0
-0
No files found.
.idea/misc.xml
View file @
ee6a3508
...
...
@@ -8,5 +8,5 @@
</list>
</option>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_
X
"
default=
"true"
project-jdk-name=
"18"
project-jdk-type=
"JavaSDK"
/>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_
18
"
default=
"true"
project-jdk-name=
"18"
project-jdk-type=
"JavaSDK"
/>
</project>
\ No newline at end of file
.idea/runConfigurations.xml
deleted
100644 → 0
View file @
ae29527d
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"RunConfigurationProducerService"
>
<option
name=
"ignoredProducers"
>
<set>
<option
value=
"com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer"
/>
</set>
</option>
</component>
</project>
\ No newline at end of file
src/test/java/com/lemon/utils/Robot.java
View file @
ee6a3508
...
...
@@ -49,7 +49,7 @@ public class Robot {
System
.
out
.
println
(
LastBuildAllureUrl
);
// 通过最后一次的状态做判断,成功 SUCCESS 、失败 FAILURE
if
(
BuildStatus
==
"FAILURE"
)
{
if
(
BuildStatus
==
"FAILURE"
||
BuildStatus
==
"UNSTABLE"
)
{
// 将失败的结果推送到企微群聊
String
url
=
"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=fc6f4a8e-b208-47ab-9ceb-e9c7e47564c7"
;
JSONObject
object
=
new
JSONObject
();
...
...
src/test/resources/睿思选题.xls
View file @
ee6a3508
No preview for this file type
target/test-classes/com/lemon/utils/Robot.class
View file @
ee6a3508
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment