add jenkinsfile_docker2
This commit is contained in:
parent
ca2d3c0e3c
commit
93314ef65c
12
Jenkinsfile_docker2
Normal file
12
Jenkinsfile_docker2
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
pipeline {
|
||||||
|
agent {
|
||||||
|
docker { image 'maciejczajka/ium:v1' }
|
||||||
|
}
|
||||||
|
stages {
|
||||||
|
stage('Test') {
|
||||||
|
steps {
|
||||||
|
sh './download.sh'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user