change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 13:07:16 +02:00
parent e442a46557
commit 61014b5638
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

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

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
wc -l wikinews_results.txt > result.txt wc -l wikinews_results.tsv > result.txt