Commit 2cdbdd47 authored by Marco Ortiz's avatar Marco Ortiz

Preparación para la integración con el nuevo jenkins

parent ab5afe2f
...@@ -19,6 +19,8 @@ pipeline { ...@@ -19,6 +19,8 @@ pipeline {
stages { stages {
stage ('Initialize') { stage ('Initialize') {
steps { steps {
echo "Triggering job for branch ${include_docker}"
echo "Triggering job for branch ${env.include_docker}"
sh ''' sh '''
echo "PATH = ${PATH}" echo "PATH = ${PATH}"
echo "M2_HOME = ${M2_HOME}" echo "M2_HOME = ${M2_HOME}"
...@@ -110,7 +112,7 @@ pipeline { ...@@ -110,7 +112,7 @@ pipeline {
} }
post { post {
always { always {
echo 'I will always say Hello again!' echo 'Confirmación de ejecución!'
emailext body: "${currentBuild.currentResult}: Job ${env.JOB_NAME} build ${env.BUILD_NUMBER}\n More info at: ${env.BUILD_URL}", emailext body: "${currentBuild.currentResult}: Job ${env.JOB_NAME} build ${env.BUILD_NUMBER}\n More info at: ${env.BUILD_URL}",
recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'RequesterRecipientProvider']], recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'RequesterRecipientProvider']],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment