We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ca2a4d + e8c2c3c commit 87bb90cCopy full SHA for 87bb90c
Jenkinsfile
@@ -1,6 +1,9 @@
1
#!/usr/bin/env groovy
2
3
node('rhel7') {
4
+ def javaHome = tool 'openjdk-17'
5
+ env.JAVA_HOME = "${javaHome}"
6
+
7
stage('Checkout repo') {
8
deleteDir()
9
git url: 'https://github.com/redhat-developer/intellij-common-ui-test-library',
gradle.properties
@@ -1,3 +1,3 @@
-projectVersion=0.4.2
+projectVersion=0.4.3-SNAPSHOT
nexusUser=invalid
nexusPassword=invalid
0 commit comments