Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
c1e667c4a5
commit
98dd508baa
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -27,11 +27,14 @@ pipeline{
|
|||||||
withEnv(["CUTOFF=${params.CUTOFF}"]) {
|
withEnv(["CUTOFF=${params.CUTOFF}"]) {
|
||||||
sh "chmod 777 ./script.sh"
|
sh "chmod 777 ./script.sh"
|
||||||
sh "python3 ./scrip2.py"
|
sh "python3 ./scrip2.py"
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
stage('Archive artifacts'){
|
||||||
|
steps{
|
||||||
archiveArtifacts 'test.csv'
|
archiveArtifacts 'test.csv'
|
||||||
archiveArtifacts 'dev.csv'
|
archiveArtifacts 'dev.csv'
|
||||||
archiveArtifacts 'train.csv'
|
archiveArtifacts 'train.csv'
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user