Next bix fix!
This commit is contained in:
parent
a63623c615
commit
5042a7f851
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -10,16 +10,19 @@ pipeline {
|
||||
)
|
||||
}
|
||||
stages {
|
||||
stage('Clone_Repo') {
|
||||
stage('checkout: Check out from version control') {
|
||||
steps {
|
||||
// Get some code from a GitHub repository
|
||||
git 'https://git.wmi.amu.edu.pl/s434788/ium_434788'
|
||||
}
|
||||
}
|
||||
stage('Run shell script') {
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
sh 'chmod +x test.sh'
|
||||
sh './test.sh'
|
||||
sh './test.sh ${CUTOFF}'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
steps {
|
||||
archiveArtifacts 'test.csv'
|
||||
archiveArtifacts 'dev.csv'
|
||||
archiveArtifacts 'train.csv'
|
||||
|
Loading…
Reference in New Issue
Block a user