jenkins update

This commit is contained in:
s452111 2020-04-03 15:46:06 +02:00
parent e683053061
commit 07d6b449c4

3
Jenkinsfile vendored
View File

@ -6,7 +6,8 @@ pipeline {
echo 'Hello World'
checkout scm;
copyArtifacts(projectName: 'ASR-eval');
sh 'service.sh';
sh 'chmod +x ./service.sh';
sh './service.sh';
archiveArtifacts artifacts: 'lines_count.txt', fingerprint: true;
}
}