add ls step
This commit is contained in:
parent
dfc65c39e0
commit
8269e2e37b
5
lab5/create/Jenkinsfile
vendored
5
lab5/create/Jenkinsfile
vendored
@ -17,6 +17,11 @@ pipeline {
|
|||||||
dockerfile true
|
dockerfile true
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
stage('ls') {
|
||||||
|
steps {
|
||||||
|
sh "ls -lah"
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('archive artifact') {
|
stage('archive artifact') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts 'train.csv'
|
archiveArtifacts 'train.csv'
|
||||||
|
Loading…
Reference in New Issue
Block a user