mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:26:31 +00:00
updating and testing BuildDependencies Jenkins pipeline file
This commit is contained in:
@@ -2,8 +2,9 @@
|
|||||||
pipeline {
|
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
|
label { // Specify the agent label type
|
||||||
// Explicitly set the workspace to the AzaionSuite workspace within the label block
|
label 'Win10-BuildMachine' // Your agent label
|
||||||
|
// Explicitly set the workspace within the label block
|
||||||
// This ensures dependencies are installed in the correct location
|
// This ensures dependencies are installed in the correct location
|
||||||
// for the Azaion Build pipeline and covers both repos.
|
// for the Azaion Build pipeline and covers both repos.
|
||||||
// Adjust this path if needed
|
// Adjust this path if needed
|
||||||
@@ -12,6 +13,7 @@ pipeline {
|
|||||||
// 'C:/Jenkins/workspace/AzaionSuite' is a common pattern.
|
// 'C:/Jenkins/workspace/AzaionSuite' is a common pattern.
|
||||||
workspace 'C:/Jenkins/workspace/AzaionSuite'
|
workspace 'C:/Jenkins/workspace/AzaionSuite'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
tools {
|
tools {
|
||||||
// Define any tools needed specifically for dependency installation
|
// Define any tools needed specifically for dependency installation
|
||||||
|
|||||||
Reference in New Issue
Block a user