From 61014b563895a7cb5842dd17ca76b663a2393081 Mon Sep 17 00:00:00 2001 From: dylodylo Date: Fri, 3 Apr 2020 13:07:16 +0200 Subject: [PATCH] change jenkinsfile --- Jenkinsfile | 2 +- count.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 887f074..3d5b3ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { } } - stage("Script") + stage("RunScript") { steps{ sh label:"", script:"bash ./count.sh" diff --git a/count.sh b/count.sh index 90868f7..d21a53b 100644 --- a/count.sh +++ b/count.sh @@ -1,3 +1,3 @@ #!/bin/bash -wc -l wikinews_results.txt > result.txt \ No newline at end of file +wc -l wikinews_results.tsv > result.txt \ No newline at end of file