Skip to content

Jenkins agent setup for decomp projects

Notifications You must be signed in to change notification settings

isghj5/decomp-jenkins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Decomp Jenkins Agent Dockerfile

  1. Build the docker image: docker build . -t decomp

  2. Create a roms dir and add relevant roms to it mkdir roms cp some_roms_here roms/

  3. Run the image, mounting the roms dir. Replace <SECRET> and <AGENT_NAME> with your given secret and agent name.

docker run -v "$(pwd)"/roms:/usr/local/etc/roms --init decomp:latest -url https://jenkins.deco.mp/ <SECRET> <AGENT_NAME>

About

Jenkins agent setup for decomp projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%