Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
933b0b57e5
commit
95d86958f7
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -16,8 +16,8 @@ pipeline {
|
|||||||
stage('Stage 2') {
|
stage('Stage 2') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Metryki'
|
echo 'Metryki'
|
||||||
sh label: '', script: 'chmod 755 ./kody.sh'
|
sh label: '', script: 'chmod 755 ./metryki.sh'
|
||||||
sh label: '', script: './kody.sh'
|
sh label: '', script: './metryki.sh'
|
||||||
archiveArtifacts 'WER.txt'
|
archiveArtifacts 'WER.txt'
|
||||||
archiveArtifacts 'SSR.txt'
|
archiveArtifacts 'SSR.txt'
|
||||||
archiveArtifacts 'sredniaWER.txt'
|
archiveArtifacts 'sredniaWER.txt'
|
||||||
|
Loading…
Reference in New Issue
Block a user