feature/24899 #1

Merged
ahmed.ibrahim39699 merged 6 commits from feature/24899 into main 2023-04-03 14:03:08 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 26bf36ce8c - Show all commits

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
stages {
stage('Cloning Git') {
steps {
git([url: git_url, branch: 'feature/24899', credentialsId: '88b54962-1c0e-49cb-8155-22276860f346'])
git([url: git_url, branch: 'main', credentialsId: '88b54962-1c0e-49cb-8155-22276860f346'])
}
}