m
This commit is contained in:
parent
125c2b30cf
commit
0af85c753a
5
dataset_stats/Jenkinsfile
vendored
5
dataset_stats/Jenkinsfile
vendored
@ -18,6 +18,11 @@ pipeline {
|
||||
sh 'cat /etc/issue'
|
||||
}
|
||||
}
|
||||
stage('checkout: Check out from version control') {
|
||||
steps {
|
||||
git credentialsId: 'f746c8e0-e974-4758-838d-1920a7b0e3dc', url: 'https://git.wmi.amu.edu.pl/s434695/ium_434695.git'
|
||||
}
|
||||
}
|
||||
stage("copyArtifacts"){
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true,
|
||||
|
Loading…
Reference in New Issue
Block a user