Jenkinsfile update
This commit is contained in:
parent
8b4283e8a4
commit
5700bcf802
22
Jenkinsfile
vendored
22
Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 's434700:ium_s434700' }
|
||||
}
|
||||
dockerfile true
|
||||
}
|
||||
stages {
|
||||
stage('checkout: Check out from version control') {
|
||||
steps {
|
||||
@ -10,16 +10,16 @@ pipeline {
|
||||
}
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
sh 'chmod +x data.sh'
|
||||
sh './data.sh'
|
||||
sh 'chmod +x data.sh'
|
||||
sh './data.sh'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
steps {
|
||||
archiveArtifacts 'train_set.csv'
|
||||
archiveArtifacts 'dev_set.csv'
|
||||
archiveArtifacts 'test_set.csv'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
archiveArtifacts 'train_set.csv'
|
||||
archiveArtifacts 'dev_set.csv'
|
||||
archiveArtifacts 'test_set.csv'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user