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
commit b878163e804c3c1fd42ed6b3f7079e669c5ec93b Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Oct 20 08:25:26 2022 +0200 Shows content of Gemfile.lock --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7c7c1896d..4bd81350b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { if ! git config remote.asf.url > /dev/null; then git remote add asf https://gitbox.apache.org/repos/asf/struts-site.git fi - + cat Gemfile.lock git checkout Gemfile.lock git fetch asf