This commit is contained in:
Michał Ulaniuk 2022-03-27 22:46:28 +02:00
parent 4d9d79b334
commit 72e010331c

11
Jenkinsfile vendored
View File

@ -21,16 +21,7 @@ node {
])
])
}
stage('Checkout') {
steps {
script {
git credentialsId: 'jenkins-user-github', url: 'https://git.wmi.amu.edu.pl/s478831/ium_478855.git'
sh "ls -lart ./*"
sh "git branch -a"
sh "git checkout master"
}
}
}
stage('Build') {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {