fix jenkinsfile training - ls

This commit is contained in:
jakubknczny 2021-05-15 17:58:33 +02:00
parent d6590c5aac
commit 96b030fdb5

View File

@ -32,6 +32,7 @@ pipeline {
steps {
sh '''
chmod +x script.sh
ls -lah
./script.sh
ls -lah
'''