change script to run
This commit is contained in:
parent
1c2160c2aa
commit
b0511185b7
@ -8,7 +8,7 @@ pipeline {
|
||||
stage('docker') {
|
||||
steps {
|
||||
sh '''
|
||||
./app/script.sh >> stats.txt
|
||||
python3 python_script.py >> stats.txt
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user