This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch test-build in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/test-build by this push: new a33206681 Fetches branches before checkout a33206681 is described below commit a3320668171194c6b3cf3ec2e716ec24409c34af Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Apr 7 08:45:13 2022 +0200 Fetches branches before checkout --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2b68e6f33..43794313c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,6 +40,7 @@ pipeline { git remote add asf https://gitbox.apache.org/repos/asf/struts-site.git fi + git fetch asf git checkout asf-staging git pull asf asf-staging