commit 60131a423d3db7860ec4f510a990476b4413cc1a Author: Ufnow Date: Fri Apr 3 16:12:08 2020 +0200 Jenkins file diff --git a/jenkinsfile b/jenkinsfile new file mode 100644 index 0000000..ffd6cc0 --- /dev/null +++ b/jenkinsfile @@ -0,0 +1,10 @@ +pipeline { + agent any + stages { + stage('Stage 1') { + steps { + echo 'Hello world!' + } + } + } +} \ No newline at end of file