checkout
This commit is contained in:
parent
b96fcc2625
commit
b7eb51e781
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,14 +1,13 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
parameters {
|
||||
string(name: 'KAGGLE_USERNAME', defaultValue: '', description: 'Kaggle username')
|
||||
string(name: 'KAGGLE_USERNAME', defaultValue: 'alicjaszulecka', description: 'Kaggle username')
|
||||
password(name: 'KAGGLE_KEY', defaultValue:'', description: 'Kaggle Key')
|
||||
}
|
||||
stages {
|
||||
stage('Git Checkout') {
|
||||
steps {
|
||||
git "https://git.wmi.amu.edu.pl/s464914/ium_464914.git"
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
stage('Cleanup') {
|
||||
|
Loading…
Reference in New Issue
Block a user