mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:46:30 +00:00
updating and testing BuildDependencies Jenkins pipeline file
This commit is contained in:
@@ -2,15 +2,17 @@
|
||||
pipeline {
|
||||
// Ensure this runs on your Windows agent
|
||||
agent {
|
||||
label 'Win10-BuildMachine' // Specify the agent label type
|
||||
// Explicitly set the workspace to the AzaionSuite workspace within the label block
|
||||
// This ensures dependencies are installed in the correct location
|
||||
// for the Azaion Build pipeline and covers both repos.
|
||||
// Adjust this path if needed
|
||||
// Note: The workspace path should typically be relative to the Jenkins agent root,
|
||||
// or an absolute path that the agent has access to.
|
||||
// 'C:/Jenkins/workspace/AzaionSuite' is a common pattern.
|
||||
workspace 'C:/Jenkins/workspace/AzaionSuite'
|
||||
label { // Specify the agent label type
|
||||
label 'Win10-BuildMachine' // Your agent label
|
||||
// Explicitly set the workspace within the label block
|
||||
// This ensures dependencies are installed in the correct location
|
||||
// for the Azaion Build pipeline and covers both repos.
|
||||
// Adjust this path if needed
|
||||
// Note: The workspace path should typically be relative to the Jenkins agent root,
|
||||
// or an absolute path that the agent has access to.
|
||||
// 'C:/Jenkins/workspace/AzaionSuite' is a common pattern.
|
||||
workspace 'C:/Jenkins/workspace/AzaionSuite'
|
||||
}
|
||||
}
|
||||
|
||||
tools {
|
||||
|
||||
Reference in New Issue
Block a user