diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000000..2075022133 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,22 @@ +pipeline { + agent any + stages { + stage('Build') { + steps { + sh 'npm install' + } + } + stage('Test') { + steps { + sh './jenkins/scripts/test.sh' + } + } + stage('Deliver') { + steps { + sh './jenkins/scripts/deliver.sh' + input message: 'Finished using the web site? (Click "Proceed" to continue)' + sh './jenkins/scripts/kill.sh' + } + } + } +} \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/quickstart-tutorials b/quickstart-tutorials new file mode 160000 index 0000000000..f9cd55c073 --- /dev/null +++ b/quickstart-tutorials @@ -0,0 +1 @@ +Subproject commit f9cd55c07317809f3fd047cf3b27c7cd4b093ffd