From 018dc28a9d51b51cd12403bf44e13cab1929857e Mon Sep 17 00:00:00 2001 From: Kuba Kowalczyk Date: Fri, 26 Apr 2019 10:56:49 +0200 Subject: [PATCH] test --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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