Url misspelling
This commit is contained in:
parent
6e984faea3
commit
ba78a548b6
@ -13,7 +13,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Copy artifacts') {
|
||||
steps {
|
||||
git branch: '${params.BRANCH_NAME}', url: 'https://git.wmi.amu.edu,pl/s478841/ium_478841.git'
|
||||
git branch: '${params.BRANCH_NAME}', url: 'https://git.wmi.amu.edu.pl/s478841/ium_478841.git'
|
||||
|
||||
copyArtifacts filter: 'data/*test*', fingerprintArtifacts: true, projectName: 's478841-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts filter: 'data/*model*', fingerprintArtifacts: true, projectName: 's478841-training/${BRANCH_NAME}', selector: buildParameter('BUILD_SELECTOR')
|
||||
|
Loading…
Reference in New Issue
Block a user