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