remove git checkout
This commit is contained in:
parent
c3187de58f
commit
1a37703962
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -26,11 +26,6 @@ pipeline {
|
||||
echo 'Hello World'
|
||||
}
|
||||
}
|
||||
stage("Checkout git") {
|
||||
steps {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's444380', url: 'https://git.wmi.amu.edu.pl/s444380/ium_444380.git']]])
|
||||
}
|
||||
}
|
||||
stage("Download data") {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
|
Loading…
Reference in New Issue
Block a user