Update Jenkinsfile
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -1,13 +1,12 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { docker { image 'ubuntu:16.04' }}
|
agent { docker { image 'ubuntu:16.04' } }
|
||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
step {
|
steps {
|
||||||
sh 'ls'
|
sh 'ls'
|
||||||
sh 'pwd'
|
sh 'pwd'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user