Zaktualizuj 'Docker/Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 12:54:02 +02:00
parent d38f50252a
commit 871a784e3b

8
Docker/Jenkinsfile vendored
View File

@ -7,13 +7,7 @@ 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'