-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Init Agent Intergation #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
83a3a32
feat: Init Agent Intergation
zacharyblasczyk d878b66
revert spotless config
zacharyblasczyk 76dd246
remove idea files
zacharyblasczyk 435d748
Update src/main/resources/index.jelly
zacharyblasczyk 2a7ee87
clean up
jsbroks e2d86d6
clean up
jsbroks 4cd10b4
Jenkins job working with plugin
zacharyblasczyk a02c5ba
respect the isTerminating and isQuietingDown states
zacharyblasczyk ec977f2
cleanup
zacharyblasczyk 523ebcf
documentation updates
zacharyblasczyk a4fb87a
cleanup
zacharyblasczyk 34be8eb
java refactor
zacharyblasczyk f6bea4d
remove job url, not needed
zacharyblasczyk 931601d
add localization
zacharyblasczyk bac5f38
add pollingIntervalSeconds
zacharyblasczyk c434656
docs update
zacharyblasczyk 1986e98
Adding new tests
zacharyblasczyk 28c7565
move and add some more tests
zacharyblasczyk 9cbe278
fix doCheckAgentWorkspaceId
zacharyblasczyk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @jenkinsci/ctrlplanexw-plugin-developers | ||
* @zacharyblasczyk @jsbroks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"java.configuration.updateBuildConfiguration": "automatic" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Contributing to the Ctrlplane Jenkins Plugin | ||
|
||
Thank you for considering contributing to the Ctrlplane Jenkins Plugin! | ||
|
||
We welcome pull requests! Please follow these steps: | ||
|
||
1. **Fork the Repository:** Create your own fork of the [ctrlplanedev/jenkins-plugin](https://github.com/ctrlplanedev/jenkins-plugin) repository. | ||
2. **Create a Branch:** Create a new branch in your fork for your changes (e.g., `git checkout -b feature/my-new-feature` or `git checkout -b fix/bug-description`). | ||
3. **Make Changes:** Implement your fix or feature. | ||
* Adhere to the existing code style. Run `mvn spotless:apply` to format your code, and `mvn verify` to check code style and run tests. | ||
* Add unit tests for new functionality or bug fixes, if applicable. | ||
4. **Test:** Build the plugin (`mvn clean package`) and test your changes in a local Jenkins instance if possible. | ||
5. **Commit:** Commit your changes with clear and concise commit messages. | ||
6. **Push:** Push your branch to your fork (`git push origin feature/my-new-feature`). | ||
7. **Open a Pull Request:** Go to the original repository and open a pull request from your branch to the `main` branch of `ctrlplanedev/jenkins-plugin`. | ||
* Provide a clear title and description for your pull request, explaining the changes and referencing any related issues (e.g., "Fixes #123"). | ||
|
||
## Code Style | ||
|
||
This project uses [Spotless Maven Plugin](https://github.com/diffplug/spotless/tree/main/plugin-maven) to enforce code style. Please run `mvn spotless:apply` before committing to format your code automatically. | ||
|
||
## Questions? | ||
|
||
If you have questions about contributing, feel free to open an issue. | ||
|
||
Thank you for your contributions! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.