Added new jenkinsfile and kuggle download script

This commit is contained in:
AWieczarek 2024-03-24 15:45:33 +01:00
parent 1abd793e3c
commit 389af9efed

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
stages {
stage('Clone Repository') {
steps {
git url: "${params.REPO_URL}"
git url: "https://git.wmi.amu.edu.pl/s464979/ium_464979.git"
}
}