Skip to content

Commit

Permalink
Merge pull request #211 from jenkinsci/try-jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill authored Nov 21, 2022
2 parents 789f1f0 + 9507ea4 commit 22c6c98
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
buildPluginWithGradle(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: '8']
])
14 changes: 14 additions & 0 deletions src/test/java/org/jenkins-ci/tools/Junit4DummyTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package org.jvnet.maven.jellydoc;

import org.junit.Test;

public class Junit4DummyTest {

@Test
public void anything() {
/*
* Intentionally blank. We just want a test that runs with JUnit so that buildPlugin() works
* in the Jenkinsfile.
*/
}
}

0 comments on commit 22c6c98

Please sign in to comment.