poprawka Jenkinsfile
This commit is contained in:
parent
26742f65da
commit
206651533a
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -8,6 +8,7 @@ pipeline {
|
|||||||
copyArtifacts filter: 'ssr.txt', fingerprintArtifacts: true, projectName: 's421818-metrics', selector: lastSuccessful()
|
copyArtifacts filter: 'ssr.txt', fingerprintArtifacts: true, projectName: 's421818-metrics', selector: lastSuccessful()
|
||||||
copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 's421818-metrics', selector: lastSuccessful()
|
copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 's421818-metrics', selector: lastSuccessful()
|
||||||
|
|
||||||
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s421818/s421818-plots.git']]])
|
||||||
sh('chmod 755 ./run.sh')
|
sh('chmod 755 ./run.sh')
|
||||||
sh('chmod 755 ./diagrams.py')
|
sh('chmod 755 ./diagrams.py')
|
||||||
sh('./run.sh')
|
sh('./run.sh')
|
||||||
|
Loading…
Reference in New Issue
Block a user