Jenkinsfile
This commit is contained in:
parent
bff39667bf
commit
d8a2b35488
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -42,7 +42,14 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s478815/ium_478815.git']]])
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s478815/ium_478815.git']]])
|
||||||
sh "chmod a+x ./skrypt.sh"
|
sh "chmod a+x ./skrypt.sh"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('Archive') {
|
||||||
|
steps {
|
||||||
archiveArtifacts 'data.csv'
|
archiveArtifacts 'data.csv'
|
||||||
|
archiveArtifacts 'data.csv.train'
|
||||||
|
archiveArtifacts 'data.csv.test'
|
||||||
|
archiveArtifacts 'data.csv.dev'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user