Update Jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-04-30 19:09:17 +02:00
parent cfbf877ac2
commit 773d932415

2
Jenkinsfile vendored
View File

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