diff --git a/Jenkinsfile b/Jenkinsfile index ff0fd6c6f..16aa6a903 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,4 +11,16 @@ pipeline { } } } + post { + always { + cleanWs() + } + success { + script{ + if ( env.BRANCH_NAME == 'eIDAS' ) { + build job: '/IDENTITY/devs%2Fidentity%2Fsatosa/eIDAS', propagate: false + } + } + } + } }