Commit 8a9843bb authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Merge branch 'canterburym-master-patch-14372' into 'master'

Fix the the Resolve stage failing

See merge request tools/3gpp-scripts!7
parents 5363a669 f6eb4adb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -44,9 +44,9 @@ pipeline {
                    ]
                }
                //Remove all old logs and docx
                sh 'rm */*.log'
                sh 'rm */*/*.log'
                sh 'rm *.docx'
                sh 'rm -f */*.log'
                sh 'rm -f */*/*.log'
                sh 'rm -f *.docx'

				updateGitlabCommitStatus name: 'Resolve', state: 'success'
				script {