diff --git a/Jenkinsfile b/Jenkinsfile index 6dbeb06..bc0f3c6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { sh 'ls -l' sh 'cat /etc/issue' sh 'chmod +x skrypt.sh' - sh './skrypt.sh 0' + sh 'sudo ./skrypt.sh 0' } } }