Update 'Jenkinsfile'

This commit is contained in:
fabrice 2018-12-13 15:24:20 +00:00
parent d354b0fb4a
commit 506064e9c9

3
Jenkinsfile vendored
View File

@ -1,8 +1,7 @@
pipeline {
agent none
stages {
stage('Example Build') {
agent { docker 'maven:3-alpine' }
stage('test') {
steps {
sh 'docker ps'
}