changed jenkinsfile
This commit is contained in:
parent
ef6cc1ee94
commit
c3af4605a6
5
dvc/Jenkinsfile
vendored
5
dvc/Jenkinsfile
vendored
@ -10,9 +10,10 @@ pipeline {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('checkout: Check out from version control') {
|
stage('checkout') {
|
||||||
steps {
|
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') {
|
stage('DVC') {
|
||||||
|
Loading…
Reference in New Issue
Block a user