change checkout
This commit is contained in:
parent
c8c4778732
commit
94dd8e0275
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -5,7 +5,7 @@ pipeline {
|
|||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Hello world!'
|
echo 'Hello world!'
|
||||||
checkout scm
|
git https://git.wmi.amu.edu.pl/s495719/ium_495719.git
|
||||||
sh './data_processing.sh'
|
sh './data_processing.sh'
|
||||||
archiveArtifacts artifacts: './*'
|
archiveArtifacts artifacts: './*'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user