Skip to content

This is a Jenkins scripted pipeline that runs Edit Mode / Play Mode tests, publish the test results, and builds the project.

License

Notifications You must be signed in to change notification settings

sergio-nnz/unity-jenkins-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Shared pipeline for Unity projects

"Buy Me A Coffee"
To use the shared pipeline you can use the following sample script on your project.

@Library('unity-jenkins-pipeline')_
def pipelineParams = {}
node("master") {
    checkout scm
    pipelineParams = readJSON file: 'jenkins-files/pipeline_params.json'
}
StandaloneUnityPipeline(pipelineParams)

Configure the following json file with the appropriate parameters and add it to your project alongside the pipeline script: Pipeline Parameters

Finally, add the following script to your unity project inside an 'Editor' folder: Build Script

About

This is a Jenkins scripted pipeline that runs Edit Mode / Play Mode tests, publish the test results, and builds the project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages