Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
fb16c0ce98
commit
79d5a3228e
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user