mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:06:31 +00:00
updating and testing BuildDependencies Jenkins pipeline file
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
// Jenkinsfile for Dependencies pipeline
|
||||
pipeline {
|
||||
// Ensure this runs on your Windows agent
|
||||
agent {
|
||||
label { // Specify the agent label type
|
||||
}
|
||||
}
|
||||
agent { label 'Win10-BuildMachine' }
|
||||
|
||||
tools {
|
||||
// Define any tools needed specifically for dependency installation
|
||||
|
||||
Reference in New Issue
Block a user