Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osandadeshan/profile-generator
A simple tool is to minimize the hassle and time consumption in copy pasting ports for each service from jenkins into the pom.xml.
https://github.com/osandadeshan/profile-generator
custom-ports java jenkins profile-generator
Last synced: 23 days ago
JSON representation
A simple tool is to minimize the hassle and time consumption in copy pasting ports for each service from jenkins into the pom.xml.
- Host: GitHub
- URL: https://github.com/osandadeshan/profile-generator
- Owner: osandadeshan
- Created: 2020-02-04T11:38:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T12:03:56.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T20:31:40.846Z (3 months ago)
- Topics: custom-ports, java, jenkins, profile-generator
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Profile Generator
## Introduction
The main reason for developing this tool is to minimize the hassle and time consumption in copy pasting ports for each service from **jenkins** into the **`pom.xml`**.## Tools & Technologies used
- Java
- Apache Commons
- Apache Maven## Supported Platforms
- Windows
- Linux
- Mac OS## Supported Languages
- Java## Pre Requisites
1. Java
2. Maven## How to use?
1) Clone this project to your local machine.
2) Copy the whole port list from the jenkins console (Ctrl + C). This will add the copied string to the system clipboard. \
Ex:-
Please note that the stars`(****)` indicate a service
```
Mo**** **** ****: 26646
Mock **** **** ****: 12332
------------------
**** **** **** UI: 23490
**** **** **** Service: 19862
**** **** **** Server: 29290
**** **** **** UI: 23330
**** **** **** Backend: 19072
------------------
**** **** **** Service: 13379
**** **** **** Service: 1206
**** **** **** Service: 3476
**** **** **** Service: 18878
**** **** **** Dashboard: 9294
**** **** **** Dashboard UI: 1696
**** **** ****: 5522
------------------
**** **** **** Server: 9284
**** **** **** Server: 12467
**** **** **** Server: 3308
**** **** **** Services Port: 21561
```
3) Double click on **`run.bat`**
4) Go to your **`pom.xml`** file and in the profiles section paste the formatted profile (Ctrl + V). This will paste the converted profile in to the **`pom.xml`**