change jenkinsfile
This commit is contained in:
parent
35a8f38ecb
commit
fc25069928
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@ -15,6 +15,20 @@ pipeline {
|
|||||||
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage("RunScript")
|
||||||
|
{
|
||||||
|
steps{
|
||||||
|
sh label:"", script:"./count.sh"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
stage("Result")
|
||||||
|
{
|
||||||
|
steps{
|
||||||
|
archiveArtifacts 'result.txt'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Hello') {
|
stage('Hello') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Hello World'
|
echo 'Hello World'
|
||||||
|
Loading…
Reference in New Issue
Block a user