Skip to content

Commit

Permalink
update readme, and update file name rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ysykzheng committed Aug 7, 2019
1 parent 519e6ff commit 0a4e348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dadapushSend title:"test title", content:"test content", failOnError:true, chann

# Jenkins Instructions

1. Set up a DaDaPush server
2. Configure an incoming webhook
1. go to [DaDaPush](https://www.dadapush.com), sign in or register an account.
2. create new channel, save your channel token.
3. Install this plugin on your Jenkins server
4. **Add it as a Post-build action** in your Jenkins job.

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
</dependencies>

<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
Expand Down

0 comments on commit 0a4e348

Please sign in to comment.