update jenkinsfile2
This commit is contained in:
parent
237d67f6bd
commit
dd1205ad9e
@ -14,10 +14,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("Script") {
|
stage("Script") {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444356-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
sh "ls -al"
|
||||||
sh " ./stats.sh"
|
|
||||||
archiveArtifacts 'lines.txt'
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user