Skip to content

wsandersvc/jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jenkins

Backup

docker run --rm -it -v ./backup/:/backup/ -v jenkins_jenkins_home:/var/jenkins_home ubuntu:latest bash -c "cd /var/jenkins_home && tar cvzf /backup/backup.tar.gz ."

Tools

Maven

Add Maven via auto-install under tool configuration.

JDK

Note: Set extracted path to the subpath containing the JDK bin folder. Typically the JDK version with Build Number.

Clouds

Docker Plugin

Docker plugin does not respect or support multi-platform builds. The environment variable DOCKER_DEFAULT_PLATFORM will not work. If a platform that is different from the Docker host's platform is required, use FROM --platform=linux/amd64. Docker cloud defaults to host platform.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published