jenkins up
This commit is contained in:
parent
a927c01412
commit
1e866dc6d2
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -4,6 +4,9 @@ pipeline {
|
||||
stage('Hello') {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
checkout scm;
|
||||
copyArtifacts(projectName: 'ASR-eval');
|
||||
sh 'service.sh';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user