Removed Old file

This commit is contained in:
2020-02-26 16:38:31 +01:00
parent fc69429ec2
commit 99b11a3b64

13
Jenkinsfile vendored
View File

@@ -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'
}
}
}
}