ls
This commit is contained in:
parent
b0511185b7
commit
a49d0c9021
@ -8,6 +8,7 @@ pipeline {
|
|||||||
stage('docker') {
|
stage('docker') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
ls -lah
|
||||||
python3 python_script.py >> stats.txt
|
python3 python_script.py >> stats.txt
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user