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 {
|
||||
agent none
|
||||
agent { dockerfile true }
|
||||
stages {
|
||||
stage('Launch Docker') {
|
||||
agent {
|
||||
docker { image 'sparafinski/ium' }
|
||||
}
|
||||
steps {
|
||||
sh 'ls -la'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user