Added s487197-dataset-stats jenkinsfile and shell script
This commit is contained in:
parent
009b048153
commit
a5306b3d70
12
Jenkinsfile2
Normal file
12
Jenkinsfile2
Normal file
@ -0,0 +1,12 @@
|
||||
node {
|
||||
stage('copyArtifact') {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's487197-create-dataset', selector: lastSuccessful()
|
||||
}
|
||||
stage('Shell Script') {
|
||||
sh 'chmod u+x ./stats.sh'
|
||||
sh './stats.sh'
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
archiveArtifacts artifacts: 'stats.txt'
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user