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.
1 parent b1b42e0 commit 99c235eCopy full SHA for 99c235e
Jenkinsfile
@@ -7,6 +7,15 @@ def prResponse="";
7
def prNumber;
8
def props;
9
def githubAPIUrl="https://api.github.com/repos/marklogic/marklogic-data-hub"
10
+
11
+def loadProperties() {
12
+ node {
13
+ checkout scm
14
+ properties = new Properties()
15
+ props.load(propertiesFile.newDataInputStream())
16
+ echo "Immediate one ${properties.repo}"
17
+ }
18
+}
19
pipeline{
20
agent none;
21
options {
0 commit comments