Jenkins staging

This commit is contained in:
Dominik Chilla 2019-06-13 19:24:16 +02:00
parent 731851f506
commit 5048fa9300

1
Jenkinsfile vendored
View File

@ -2,6 +2,7 @@ node {
def app
stage('Clone repository') {
sh '/usr/bin/env'
/* Let's make sure we have the repository cloned to our workspace */
checkout scm
}