Skip to content

Donis-/dotnet-jenkins-slave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

dotnet-jenkins-slave

This repository contains Dockerfiles for .NET Core Jenkins slave images intended for use with OpenShift v3. The base image common to Jenkins slaves is in the https://github.com/openshift/jenkins repository.

For more information about using these images with OpenShift, please see the official OpenShift Documentation.

Versions

Jenkins slaves provided:

  • .NET Core 2.0 (RHEL7, CentOS7)

Building

To build and test all versions:

$ sudo ./build.sh

To build and test specific versions:

$ sudo VERSIONS=2.0 ./build.sh

Note: to build RHEL 7 based images, you need to run the build on a properly subscribed RHEL machine. To build CentOS images on RHEL, set BUILD_CENTOS=true. On non-RHEL, building CentOS images is the default.

About

.NET Core Jenkins Slave for OpenShift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%