switch to main branch
This commit is contained in:
parent
3b6426af4f
commit
23527b8048
|
@ -11,7 +11,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Cloning Git') {
|
stage('Cloning Git') {
|
||||||
steps {
|
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'])
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue