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