This commit is contained in:
jakubknczny 2021-04-11 13:01:37 +02:00
parent b0511185b7
commit a49d0c9021

View File

@ -8,6 +8,7 @@ pipeline {
stage('docker') {
steps {
sh '''
ls -lah
python3 python_script.py >> stats.txt
'''
}