This commit is contained in:
Witold Woch 2023-05-12 20:22:33 +02:00
parent 67a66513b2
commit 5e4e95dc60

View File

@ -8,9 +8,8 @@ pipeline {
string(name: 'LR', defaultValue: '0.01', description: 'Learning rate')
}
stages {
stage('Git Checkout') {
steps {
git branch: 'main', url: 'https://git.wmi.amu.edu.pl/s487194/ium_487194'
stage('checkout: Check out from version control') {
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's487194', url: 'https://git.wmi.amu.edu.pl/s487197/ium_487194']]])
}
}
stage('Pull Docker image') {