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 {
|
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user