changed jenkinsfile

This commit is contained in:
piotr6789 2021-06-11 19:21:40 +02:00
parent ef6cc1ee94
commit c3af4605a6

5
dvc/Jenkinsfile vendored
View File

@ -10,9 +10,10 @@ pipeline {
)
}
stages {
stage('checkout: Check out from version control') {
stage('checkout') {
steps {
git 'https://git.wmi.amu.edu.pl/s440058/ium_s440058.git'
git 'https://git.wmi.amu.edu.pl/s440058/ium_440058.git'
copyArtifacts fingerprintArtifacts: true, projectName: 's440058-create-dataset', selector: buildParameter('BUILD_SELECTOR')
}
}
stage('DVC') {