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:
@@ -9,7 +9,7 @@ pipeline {
|
|||||||
|
|
||||||
tools {
|
tools {
|
||||||
// Define any tools needed specifically for building ImageMatcher
|
// Define any tools needed specifically for building ImageMatcher
|
||||||
git 'Default' // Git is NOT needed for checkout in this pipeline
|
// git 'Default' // Git is NOT needed for checkout in this pipeline
|
||||||
// dotnetsdk 'dotnet-sdk' // If ImageMatcher is a .NET project
|
// dotnetsdk 'dotnet-sdk' // If ImageMatcher is a .NET project
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -24,9 +24,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
// Use a dir() step to ensure all subsequent steps run in the shared workspace
|
// Use a dir() step to ensure all subsequent stages/steps run in the shared workspace
|
||||||
stage('Run in Shared Workspace') {
|
|
||||||
steps {
|
|
||||||
dir(env.SHARED_WORKSPACE) {
|
dir(env.SHARED_WORKSPACE) {
|
||||||
echo "Changing directory to shared workspace: ${env.SHARED_WORKSPACE}"
|
echo "Changing directory to shared workspace: ${env.SHARED_WORKSPACE}"
|
||||||
|
|
||||||
@@ -55,8 +53,6 @@ pipeline {
|
|||||||
// }
|
// }
|
||||||
} // end dir(env.SHARED_WORKSPACE)
|
} // end dir(env.SHARED_WORKSPACE)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|||||||
Reference in New Issue
Block a user