Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Sebastian Wałęsa 2022-03-27 15:58:36 +02:00
parent fb16c0ce98
commit 79d5a3228e

5
Jenkinsfile vendored
View File

@ -3,7 +3,10 @@ pipeline {
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
checkout([$class: 'GitSCM', branches: [[name: '*/feature']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s478839/ium_478839.git']]])
sh './skrypt.sh'
archiveArtifacts artifacts: 'understat.csv', 'understat_per_game.csv', followSymlinks: false
}
}
}