Update Jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-04-30 19:09:17 +02:00
parent cfbf877ac2
commit 773d932415
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
description: 'Build for copying artifacts',
name: 'BUILD_SELECTOR'
)
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'experiments', name: 'BRANCH', type: 'PT_BRANCH'
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'model', name: 'BRANCH', type: 'PT_BRANCH'
}
stages {
stage('Git Checkout') {