change step name

This commit is contained in:
Małgorzata Schmidt 2019-04-26 12:30:49 +02:00
parent 6f44e8d1b0
commit 835051026f

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent { dockerfile true }
stages {
stage('Test') {
stage('Generate results') {
steps {
copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '8cdbf19a-e62d-4807-9112-bc7a8d225074', url: 'https://git.wmi.amu.edu.pl/s407608/s407608-mlworkshops']]])