diff --git a/JenkinsFile b/JenkinsFile new file mode 100644 index 00000000..ec9c0058 --- /dev/null +++ b/JenkinsFile @@ -0,0 +1,11 @@ +pipeline { + agent any { + stages { + stage('Show Branch Name and Project Name') { + steps { + echo "The job name its ${JOB_NAME} at project dyb-tech.com - Jenkins" + } + } + } + } +} \ No newline at end of file