cat etc issue
This commit is contained in:
parent
a49d0c9021
commit
b8db48e18f
@ -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
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user