Zaktualizuj 'Docker/Jenkinsfile'

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

6
Docker/Jenkinsfile vendored
View File

@ -8,12 +8,6 @@ pipeline {
stages { 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') { stage('Split set into dev/train/test') {
steps { steps {
sh 'ls -la' sh 'ls -la'