Merge branch 'master' of https://git.wmi.amu.edu.pl/s416226/s416226-mlworkshops
This commit is contained in:
commit
13095d1f3f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,7 +13,7 @@ pipeline {
|
||||
}
|
||||
stage('Count lines'){
|
||||
steps {
|
||||
sh label: '', script: './lines_counter.sh wikiniews_results.tsv'
|
||||
sh label: '', script: 'lines_counter.sh wikiniews_results.tsv'
|
||||
}
|
||||
}
|
||||
stage('Save result'){
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
wc -l > output.txt
|
||||
#!/bin/bash
|
||||
|
||||
wc -l $1 > output.txt
|
Loading…
Reference in New Issue
Block a user