diff --git a/Jenkinsfile b/Jenkinsfile index 17a412e..93df57b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,8 +19,8 @@ pipeline { } stage('Count lines'){ steps { - sh('chmod +x ./numberOfLines.sh') - sh('./numberOfLines.sh') + sh('chmod +x ./countLines.sh') + sh('./countLines.sh') } } }