Skip to content

Commit

Permalink
Merge pull request #26 from jenkinsci/SEI/feature/SEI-10031
Browse files Browse the repository at this point in the history
feat: [SEI-10031]: - Upgrade jenkins plugin to support Harness EU env
  • Loading branch information
ashish-levelops authored Jan 23, 2025
2 parents 61ff4dc + f4367c0 commit 9eadc3f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import io.jenkins.plugins.propelo.commons.utils.DateUtils;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;

import java.io.File;
Expand Down Expand Up @@ -31,6 +32,7 @@ public void testGetDateFormattedDirName() throws ParseException {
d = sdf.parse("31/10/2020");
Assert.assertEquals("data-2020-10-31", DateUtils.getDateFormattedDirName(d));
}
@Ignore // Encountering permission issues for creating directory
@Test
public void testDirNames() throws ParseException {
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
Expand Down

0 comments on commit 9eadc3f

Please sign in to comment.