Update 'Jenkinsfile'
This commit is contained in:
parent
d354b0fb4a
commit
506064e9c9
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,8 +1,7 @@
|
||||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage('Example Build') {
|
||||
agent { docker 'maven:3-alpine' }
|
||||
stage('test') {
|
||||
steps {
|
||||
sh 'docker ps'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user