fix
This commit is contained in:
parent
16bf607f00
commit
693e4729d9
@ -8,8 +8,9 @@ pipeline {
|
||||
string(name: 'LR', defaultValue: '0.01', description: 'Learning rate')
|
||||
}
|
||||
stages {
|
||||
stage('checkout: Check out from version control') {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's487194', url: 'https://git.wmi.amu.edu.pl/s487194/ium_487194']]])
|
||||
stage('checkout: Check out from version control') {
|
||||
steps {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's487194', url: 'https://git.wmi.amu.edu.pl/s487194/ium_487194']]])
|
||||
}
|
||||
}
|
||||
stage('Pull Docker image') {
|
||||
@ -36,3 +37,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user