This commit is contained in:
Jan Nowak 2021-04-10 21:47:06 +02:00
parent 565eb748c2
commit 3e2c199338

2
Jenkinsfile vendored
View File

@ -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'
}
}
}