fix jenkins3
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
5bfb94ac0a
commit
1c0f72dec8
10
Jenkinsfile3
10
Jenkinsfile3
@ -1,13 +1,13 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage("start docker") {
|
||||
agent {
|
||||
docker.image('mikolajk/ium:latest').inside {
|
||||
docker { image 'mikolajk/ium:latest' }
|
||||
}
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh './startscript1.sh'
|
||||
archiveArtifacts './Participants_Data_HPP/Train.csv ./Participants_Data_HPP/Test.csv ./Participants_Data_HPP/Dev.csv'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user