change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 14:46:01 +02:00
parent c4d84e3970
commit 2bad28f4f5
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
} }
} }
stage("RunScript") stage("Script")
{ {
steps{ steps{
sh label:"", script:"bash ./count.sh" sh label:"", script:"bash ./count.sh"

View File

@ -2,7 +2,7 @@
MYFILE="wikiniews_results.tsv" MYFILE="wikiniews_results.tsv"
COUNT=0 COUNT=0
COUNT_DIFF = 0 COUNT_DIFF=0
wc -l $myfile > $COUNT wc -l $myfile > $COUNT
# create trn # create trn