Skip to content

Commit b71c288

Browse files
author
yaroslaw.ekimov
committed
Merge branch 'master' into release
2 parents 34c2b24 + 9e64222 commit b71c288

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

JenkinsfileRelease

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ node('words-linux') {
1616
sh "git config user.name \"jenkins\""
1717
}
1818
withCredentials([usernamePassword(credentialsId: 'f0c4f9b6-8ffe-4ea8-8981-e99263fdb788', passwordVariable: 'mavenPass', usernameVariable: 'mavenUser')]) {
19-
sh 'echo "<settings xmlns=\\"http://maven.apache.org/SETTINGS/1.0.0\\" \\n xmlns:xsi=\\"http://www.w3.org/2001/XMLSchema-instance\\" \\n xsi:schemaLocation=\\"http://maven.apache.org/SETTINGS/1.0.0\\"> \\n<servers> \\n <server> \\n<id>aspose</id>\\n<username>${mavenUser}</username>\\n<password>${mavenPass}</password>\\n</server>\\n</servers>\\n</settings>" > wordsSettings.xml'
19+
sh 'echo "<settings xmlns=\\"http://maven.apache.org/SETTINGS/1.0.0\\" \\n xmlns:xsi=\\"http://www.w3.org/2001/XMLSchema-instance\\" \\n xsi:schemaLocation=\\"http://maven.apache.org/SETTINGS/1.0.0\\"> \\n<servers> \\n <server> \\n<id>aspose</id>\\n<username>${mavenUser}</username>\\n<password>${mavenPass}</password>\\n</server>\\n</servers>\\n</settings>" > wordsSettings.xml'
2020
}
2121
}
2222
}
@@ -30,6 +30,7 @@ node('words-linux') {
3030
sh 'mkdir -p Settings'
3131
sh 'echo "{\\"AppSid\\": \\"$AppSid\\",\\"AppKey\\": \\"$AppKey\\", \\"BaseUrl\\": \\"$testServerUrl\\"}" > Settings/servercreds.json'
3232
}
33+
sh 'cat wordsSettings.xml'
3334
sh "mvn --settings wordsSettings.xml deploy -DcheckModificationExcludeList=wordsSettings.xml,Settings/servercreds.json"
3435
}
3536
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<distributionManagement>
1818
<repository>
1919
<id>aspose</id>
20-
<url>https://artifact.aspose.cloud/repo/</url>
20+
<url>http://repository.aspose.cloud/repo/</url>
2121
</repository>
2222
</distributionManagement>
2323

0 commit comments

Comments
 (0)