messaround with jenkins file

This commit is contained in:
theo lem 2020-04-30 11:36:06 +02:00
parent 84f42fc4aa
commit 07c710bd1d

9
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,9 @@
Jenkinsfile {
stages {
stage('deploy') {
steps {
echo 'hello deploy git loool'
}
}
}
}