diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 00000000..699e3bcb --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,25 @@ +#!/usr/bin/env groovy +pipeline { + agent any + stages { + stage('stage one') { + steps { + script { + echo "Stage 1" + } + + } + } + stage('stage two') { + steps { + echo "Stage 2" + } + } + stage('stage three') { + + steps { + echo "stage 3" + } + } + } +} \ No newline at end of file diff --git a/test.html b/test.html new file mode 100644 index 00000000..e7324ca2 --- /dev/null +++ b/test.html @@ -0,0 +1,3 @@ + +