diff --git a/Jenkinsfile b/Jenkinsfile index 149cb78..ee8a703 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,9 @@ pipeline { stage('Hello') { steps { echo 'Hello World' + checkout scm; + copyArtifacts(projectName: 'ASR-eval'); + sh 'service.sh'; } } }