This commit is contained in:
Norbert Walkowiak 2023-04-15 11:08:06 +02:00
parent a0ddab86e3
commit bfb8c953a3

12
Jenkinsfile vendored
View File

@ -22,11 +22,9 @@ node {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
}
}
stages {
stage('checkout') {
steps {
git branch: 'master', url: 'https://git.wmi.amu.edu.pl/s487175/ium_z487175.git'
}
}
}
stage('checkout') {
steps {
git branch: 'master', url: 'https://git.wmi.amu.edu.pl/s487175/ium_z487175.git'
}
}
}