Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 672 Bytes

README_armada.md

File metadata and controls

20 lines (14 loc) · 672 Bytes

Jenkins Armada Plugin

Introduction

Leverages the Armada gRPC API to provide Jenkins with the ability to deploy Jenkins agents through Armada.

Requirements

  • Java 21
  • Maven 3.9.9

Getting started

TODO Tell users how to configure your plugin here, include screenshots, pipeline examples and configuration-as-code examples.

Build & Run

mvn hpi:run

All actions and results from Jenkins run are saved to work dir. In order to have clean slate, remove it before re-running.

Debug

export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=5005,suspend=n"

Create IntelliJ IDEA Remote Debug configuration for JDK9 or later with port 5005.