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 68e58be commit 4180324Copy full SHA for 4180324
Jenkinsfile
@@ -8,7 +8,7 @@ node('docker-builds') {
8
], doGenerateSubmoduleConfigurations: false, extensions: [
9
[$class: 'CleanBeforeCheckout']
10
], submoduleCfg: [], userRemoteConfigs: [
11
- [url: 'https://github.com/SoftwareAG/adabas-rest-webapp.git']
+ [url: 'https://softwareag.com/Adabas/adabas-rest-webapp-mirror.git']
12
]])
13
}
14
docker.image('node:14.5.0-alpine').inside {
0 commit comments