cat etc issue

This commit is contained in:
jakubknczny 2021-04-11 13:05:17 +02:00
parent a49d0c9021
commit b8db48e18f

View File

@ -8,8 +8,9 @@ pipeline {
stage('docker') { stage('docker') {
steps { steps {
sh ''' sh '''
cat /etc/issue
ls -lah ls -lah
python3 python_script.py >> stats.txt python3 lab3/python_script.py >> stats.txt
''' '''
} }
} }