jenkins-slack-mcp 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/auth/jenkins-auth.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -136,9 +136,9 @@ list_jobs filter="tms" # filter by name
|
|
|
136
136
|
Output:
|
|
137
137
|
| # | Job Name | Status |
|
|
138
138
|
|---|----------|--------|
|
|
139
|
-
| 1 |
|
|
140
|
-
| 2 |
|
|
141
|
-
| 3 |
|
|
139
|
+
| 1 | build-main | ✅ Success |
|
|
140
|
+
| 2 | lib-packahges | ✅ Success |
|
|
141
|
+
| 3 | job-constant| ✅ Success |
|
|
142
142
|
|
|
143
143
|
### Step 3: Check Parameters
|
|
144
144
|
|
package/auth/jenkins-auth.js
CHANGED
package/package.json
CHANGED