mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:56:31 +00:00
updating and testing BuildDependencies Jenkins pipeline file
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
// Jenkinsfile for Dependencies pipeline
|
// Jenkinsfile for Dependencies pipeline
|
||||||
pipeline {
|
pipeline {
|
||||||
// Ensure this runs on your Windows agent
|
agent { label 'Win10-BuildMachine' }
|
||||||
agent {
|
|
||||||
label { // Specify the agent label type
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
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