add Jenkinsfile for docker
This commit is contained in:
parent
59c4924080
commit
a201f6d1d9
13
Docker/Jenkinsfile
vendored
Normal file
13
Docker/Jenkinsfile
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage('Launch Docker') {
|
||||
agent {
|
||||
docker { image 'sparafinski/ium' }
|
||||
}
|
||||
steps {
|
||||
sh 'ls -la'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user