diff --git a/Jenkinsfile b/Jenkinsfile index 8e1384c..e0f5c22 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,5 +4,5 @@ node { sh label: '', script: 'chmod 777 counter.sh' sh label: '', script: 'ls -la' sh label: '', script: './counter.sh' - sh label: '', script: 'echo output' + sh label: '', script: 'cat output ' } \ No newline at end of file