jenkins update
This commit is contained in:
parent
e683053061
commit
07d6b449c4
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user