BAEL-720: Intro to Jenkins 2 and the power of pipelines
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.baeldung;
|
||||
|
||||
import org.junit.Test;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
public class SomeUnitTest {
|
||||
@Test
|
||||
public void init() {
|
||||
assertEquals(1, 1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user