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