modify ls
This commit is contained in:
parent
ad00569f22
commit
de39580cca
@ -16,7 +16,7 @@ node {
|
|||||||
|
|
||||||
stage('Copy Artifacts') {
|
stage('Copy Artifacts') {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s444510-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s444510-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
sh 'ls -a'
|
sh 'ls -a ./data'
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Calculate Dataset Statistics') {
|
stage('Calculate Dataset Statistics') {
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
head barcelona_weekends.dev.csv
|
|
||||||
cat barcelona_weekends.dev.csv | wc -l > stats.txt
|
wc -l barcelona_weekends.dev.csv > stats.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user