change script to run

This commit is contained in:
jakubknczny 2021-04-11 12:52:32 +02:00
parent 1c2160c2aa
commit b0511185b7

View File

@ -8,7 +8,7 @@ pipeline {
stage('docker') { stage('docker') {
steps { steps {
sh ''' sh '''
./app/script.sh >> stats.txt python3 python_script.py >> stats.txt
''' '''
} }
} }