Archive Artifacts
This commit is contained in:
parent
ba918630b8
commit
ff99b94bc1
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -17,5 +17,10 @@ pipeline {
|
|||||||
sh './cl.sh'
|
sh './cl.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Archive Artifacts') {
|
||||||
|
steps {
|
||||||
|
archiveArtifacts 'cl_result.txt'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user