fix5
This commit is contained in:
parent
a783c4b616
commit
a20817b98a
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -18,6 +18,7 @@ pipeline {
|
||||
}
|
||||
stage('Run shell script') {
|
||||
steps {
|
||||
sh 'chmod +x test.sh'
|
||||
sh './test.sh'
|
||||
archiveArtifacts 'train.csv'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user