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