Zaktualizuj 'Docker/Jenkinsfile'
This commit is contained in:
parent
d38f50252a
commit
871a784e3b
6
Docker/Jenkinsfile
vendored
6
Docker/Jenkinsfile
vendored
@ -8,12 +8,6 @@ pipeline {
|
||||
|
||||
stages {
|
||||
|
||||
stage('Check out from version control') {
|
||||
steps {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's444018', url: 'https://git.wmi.amu.edu.pl/s444018/ium_444018.git']]])
|
||||
}
|
||||
}
|
||||
|
||||
stage('Split set into dev/train/test') {
|
||||
steps {
|
||||
sh 'ls -la'
|
||||
|
Loading…
Reference in New Issue
Block a user