copy artifact
This commit is contained in:
parent
500e8cd2b0
commit
ca9777dc7c
25
Jenkinsfile2
25
Jenkinsfile2
@ -17,19 +17,16 @@
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
stage("Shell Script") {
|
||||
steps {
|
||||
copyArtifacts(
|
||||
fingerprintArtifacts: true,
|
||||
projectName: 's444417-create-dataset',
|
||||
selector: buildParameter('BUILD_SELECTOR')
|
||||
)
|
||||
}
|
||||
steps {
|
||||
sh "chmod u+x ./startscript2.sh"
|
||||
sh " ./startscript2.sh"
|
||||
archiveArtifacts 'num_lines.txt'
|
||||
}
|
||||
stage("Shell Script") {
|
||||
steps {
|
||||
copyArtifacts(
|
||||
fingerprintArtifacts: true,
|
||||
projectName: 's444417-create-dataset',
|
||||
selector: buildParameter('BUILD_SELECTOR')
|
||||
)
|
||||
sh "chmod u+x ./startscript2.sh"
|
||||
sh " ./startscript2.sh"
|
||||
archiveArtifacts 'num_lines.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user