dockerhub
This commit is contained in:
parent
7ef330e804
commit
edec81dcb0
6
lab5/eval/Jenkinsfile
vendored
6
lab5/eval/Jenkinsfile
vendored
@ -22,7 +22,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('docker') {
|
||||
agent { dockerfile true }
|
||||
agent {
|
||||
docker {
|
||||
image 'kubakonieczny/ium:v2.0'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('copyArtifacts') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user