add ckeckout, sh and archiveArtifacts
This commit is contained in:
parent
961da7f87f
commit
c8c4778732
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -5,6 +5,9 @@ pipeline {
|
|||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Hello world!'
|
echo 'Hello world!'
|
||||||
|
checkout scm
|
||||||
|
sh './data_processing.sh'
|
||||||
|
archiveArtifacts artifacts: './*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user