Test 2 Jenkinsfile.stats with docker

This commit is contained in:
Kamil Guttmann 2022-04-03 19:40:54 +02:00
parent a9511a9fe5
commit 1c4647cd3e

View File

@ -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"