You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh 'git diff-index --quiet HEAD || git commit -m "Website updated to $GIT_COMMIT"'
sh 'git push origin asf-site'
sh 'sleep 5'
sh 'git commit --allow-empty -m "CDN cache invalidation"'
sh 'git push origin asf-site'
}
}
}
}
post {
always {
sh "[ -x $WORKSPACE/docker-pipe/teardown.sh ] && $WORKSPACE/docker-pipe/teardown.sh || true"
}
fixed {
mail subject: 'Website build status', body: "🥳 Build succeeded!", to: 'camel-website.874fb06555c2b4407efde9f9a3b13c13.show-sender@streams.zulipchat.com'
}
unsuccessful {
mail subject: 'Website build status', body: "😞 Build failed. Please have a look at the build output at: ${env.BUILD_URL}", to: 'camel-website.874fb06555c2b4407efde9f9a3b13c13.show-sender@streams.zulipchat.com'