add Jenkinsfile for docker
This commit is contained in:
parent
a201f6d1d9
commit
e0883e654e
5
Docker/Jenkinsfile
vendored
5
Docker/Jenkinsfile
vendored
@ -1,10 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent { dockerfile true }
|
||||||
stages {
|
stages {
|
||||||
stage('Launch Docker') {
|
stage('Launch Docker') {
|
||||||
agent {
|
|
||||||
docker { image 'sparafinski/ium' }
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
sh 'ls -la'
|
sh 'ls -la'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user