mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:06:31 +00:00
updating and testing ImageMatcher pipeline
This commit is contained in:
@@ -3,12 +3,13 @@ pipeline {
|
||||
// Ensure this runs on your Windows agent
|
||||
agent {
|
||||
label 'Win10-BuildMachine' // Specify the agent label type and value directly
|
||||
workspace 'C:/Jenkins/workspace/BuildDependencies'
|
||||
}
|
||||
|
||||
tools {
|
||||
// Define any tools needed specifically for building ImageMatcher
|
||||
// git 'Default' // Git is NOT needed for checkout in this pipeline
|
||||
// dotnetsdk 'dotnet-sdk' // If ImageMatcher is a .NET project
|
||||
git 'Default' // Git is NOT needed for checkout in this pipeline
|
||||
//dotnetsdk 'dotnet-sdk' // If ImageMatcher is a .NET project
|
||||
}
|
||||
|
||||
environment {
|
||||
|
||||
Reference in New Issue
Block a user