diff --git a/Jenkinsfile b/Jenkinsfile index 93243fe..8e1384c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,4 +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' } \ No newline at end of file