This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new 4eb2ee838 Fixes typo in deploy step 4eb2ee838 is described below commit 4eb2ee8384c0f128d1919d09b90da7009f9a64a2 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri May 6 07:24:29 2022 +0200 Fixes typo in deploy step --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bcac8e895..d9548562c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -142,7 +142,7 @@ pipeline { dir("local-snapshots-dir/") { deleteDir() } - sh './mvnw -B source:jar javadoc:jar -DskipAssembbly' + sh './mvnw -B source:jar javadoc:jar -DskipAssembly' } } stage('Deploy Snapshot') {