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