add Jenkinsfile for docker

This commit is contained in:
s444018 2022-03-30 09:07:31 +02:00
parent a201f6d1d9
commit e0883e654e

5
Docker/Jenkinsfile vendored
View File

@ -1,10 +1,7 @@
pipeline {
agent none
agent { dockerfile true }
stages {
stage('Launch Docker') {
agent {
docker { image 'sparafinski/ium' }
}
steps {
sh 'ls -la'
}