Removed Old file
This commit is contained in:
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@@ -1,13 +0,0 @@
|
|||||||
pipeline {
|
|
||||||
agent { docker { image 'ubuntu:16.04' } }
|
|
||||||
stages {
|
|
||||||
stage('Test') {
|
|
||||||
steps {
|
|
||||||
sh 'sudo apt-get install git -y'
|
|
||||||
sh 'ls'
|
|
||||||
sh 'pwd'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user