Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e96f373

Browse files
Update README.md
1 parent aa1e093 commit e96f373

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

‎README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ This repository consists of **two Jenkins pipelines**, each handling different p
1313
- **Code Quality Analysis**: Runs **SonarQube** to ensure high-quality code.
1414
- **Artifact Deployment**: Deploys to **Nexus** for artifact storage.
1515
- **Application Deployment**: Deploys the Java application to **Tomcat**.
16-
- **Triggers Pipeline 2**: On success, automatically triggers **Pipeline 2** (Node.js).
16+
- **Triggers Pipeline 2**: Parallerly, automatically triggers **Pipeline 2** (Node.js).
1717

1818
### 2️⃣ **Pipeline 2 - Node.js Application** (npm-based)
1919
- **Automated Checkout**: Pulls the Node.js application from GitHub.
2020
- **Dependency Management**: Installs all required dependencies using **npm**.
2121
- **Unit & Jest Tests**: Runs tests to ensure application integrity.
2222
- **Code Quality Analysis**: Performs **SonarQube** code analysis.
23+
- **Deploy to Nexus**: Deploys the artifact to **Nexus** for versioning.
2324
- **Application Deployment**: Deploys the Node.js application using **PM2**.
2425
- **PM2 Status Check**: Verifies if the app is running successfully.
2526

@@ -131,10 +132,3 @@ Clone this repository and adapt it to your own needs. Customize the pipeline scr
131132

132133
---
133134

134-
### 📜 **License**
135-
136-
This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.
137-
138-
---
139-
140-
Feel free to explore and contribute! Let’s automate and build better software! 🌟

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /