Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 754 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 754 Bytes

CI configurations

This is a very simple and INSECURE docker configuration to quickly set up a Jenkins build against a remote Windows slave for ArchUnit master.

Preconditions

On the windows slave, install and then copy

How to run it

Start the Jenkins master via

docker-compose up

Then login (admin:admin) and either access

localhost:8080/computer/WindowsSlave

and execute the displayed command at the windows slave, or on the windows slave access the Jenkins node

$JENKINS_URL:8080/computer/WindowsSlave

and click the Java Webstart button.