Test 2 Jenkinsfile.stats with docker
This commit is contained in:
parent
a9511a9fe5
commit
1c4647cd3e
@ -15,11 +15,11 @@ pipeline {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444380-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
}
|
||||
}
|
||||
/*stage("Checkout git") {
|
||||
stage("Checkout git") {
|
||||
steps {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's444380', url: 'https://git.wmi.amu.edu.pl/s444380/ium_444380.git']]])
|
||||
}
|
||||
}*/
|
||||
}
|
||||
stage("Calcualte statistics") {
|
||||
steps {
|
||||
sh "python3 calc_stats.py | tee crime.stats.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user