We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e336a99 commit 099f6b9Copy full SHA for 099f6b9
1 file changed
Jenkinsfile
@@ -4,4 +4,16 @@
4
def repoName = "rups"
5
def dependencyRegex = "itextcore"
6
7
-automaticJavaBuild(repoName, dependencyRegex, 'jdk-17-openjdk')
+automaticJavaBuild(repoName, dependencyRegex)
8
+
9
+pipeline {
10
+ agent any
11
12
+ stages {
13
+ stage('test') {
14
+ steps {
15
+ sh 'Xvfb -ac :99 -screen 0 1280x1024x16 & export DISPLAY=:99'
16
+ }
17
18
19
+}
0 commit comments