test path

This commit is contained in:
jakubknczny 2021-04-11 12:49:50 +02:00
parent a00081f5c9
commit 1c2160c2aa

View File

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