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
14
Jenkinsfile3
14
Jenkinsfile3
@ -1,12 +1,12 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
docker { image 'mikolajk/ium:latest' }
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("start docker") {
|
stage('Test') {
|
||||||
agent {
|
steps {
|
||||||
docker.image('mikolajk/ium:latest').inside {
|
sh './startscript1.sh'
|
||||||
sh './startscript1.sh'
|
archiveArtifacts './Participants_Data_HPP/Train.csv ./Participants_Data_HPP/Test.csv ./Participants_Data_HPP/Dev.csv'
|
||||||
archiveArtifacts './Participants_Data_HPP/Train.csv ./Participants_Data_HPP/Test.csv ./Participants_Data_HPP/Dev.csv'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user