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:
@@ -36,7 +36,7 @@ pipeline {
|
|||||||
sshagent(credentials: ['DZ-id']) { // Replace 'DZ-id' with your actual Jenkins credential ID
|
sshagent(credentials: ['DZ-id']) { // Replace 'DZ-id' with your actual Jenkins credential ID
|
||||||
checkout([
|
checkout([
|
||||||
$class: 'GitSCM',
|
$class: 'GitSCM',
|
||||||
branches: [[name: '*/image-matcher']], // Adjust branch name if needed
|
branches: [[name: '*/gps-denied']], // Adjust branch name if needed
|
||||||
userRemoteConfigs: [[
|
userRemoteConfigs: [[
|
||||||
url: "${env.REPO_GPS_DENIED_URL}", // Use SSH URL
|
url: "${env.REPO_GPS_DENIED_URL}", // Use SSH URL
|
||||||
]],
|
]],
|
||||||
|
|||||||
Reference in New Issue
Block a user