diff --git a/Jenkinsfile b/Jenkinsfile index d207d30..295924c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,6 +21,12 @@ pipeline { sh label: 'count', script: './count.sh' } } + stage('Run metrics counter'){ + steps{ + sh('chmod +x ./metrics.sh') + sh label: 'count', script: './metrics.sh' + } + } stage('Archive artifacts') { steps { archiveArtifacts 'wynik.txt'