mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:26:31 +00:00
updating and testing ImageMatcher pipeline
This commit is contained in:
@@ -3,11 +3,6 @@ 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
|
||||||
// Explicitly set the workspace to the shared BuildDependencies workspace
|
|
||||||
// This ensures the ImageMatcher build occurs within the same directory structure
|
|
||||||
// where dependencies were installed and Azaion Suite code resides.
|
|
||||||
// Adjust this path if needed
|
|
||||||
workspace 'C:/Jenkins/workspace/BuildDependencies' // **Updated workspace path**
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tools {
|
tools {
|
||||||
|
|||||||
Reference in New Issue
Block a user