File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/net/adamcin/jenkins/granite Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ public class GraniteAnnotatorFactory extends ConsoleAnnotatorFactory<Class<Run>>
1414 public ConsoleAnnotator newInstance (Class <Run > context ) {
1515 SectionDefinition uninstallSection = new SectionDefinition (
1616 "[Granite] Uninstalling package" ,
17- "M Uninstalling package from snapshot .* " ,
18- "M Package imported. " );
17+ "Uninstalling content " ,
18+ "Package uninstalled " );
1919 SectionDefinition installSection = new SectionDefinition (
2020 "[Granite] Installing package" ,
21- "M Creating snapshot for package .* " ,
22- "M Package imported. " );
21+ "Installing content " ,
22+ "Package uploaded " );
2323 return new CollapsingSectionAnnotator (uninstallSection , installSection );
2424 }
2525}
You can’t perform that action at this time.
0 commit comments