modify ls

This commit is contained in:
piotrwrzodak 2023-04-21 00:55:05 +02:00
parent ad00569f22
commit de39580cca
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ node {
stage('Copy Artifacts') {
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s444510-create-dataset', selector: buildParameter('BUILD_SELECTOR')
sh 'ls -a'
sh 'ls -a ./data'
}
stage('Calculate Dataset Statistics') {

View File

@ -1,3 +1,3 @@
#!/bin/bash
head barcelona_weekends.dev.csv
cat barcelona_weekends.dev.csv | wc -l > stats.txt
wc -l barcelona_weekends.dev.csv > stats.txt