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 95da427 commit c5d7e6cCopy full SHA for c5d7e6c
Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
23
GIT_SHORT_URL=env.GIT_URL.split('/')[4].toString().replaceAll('.git','')
24
PROJECT_NAME = "${GIT_SHORT_URL}"
25
authorEmail = sh (script: 'git --no-pager show -s --format=\'%ae\'',returnStdout: true).trim()
26
- SDLE_UPLOAD_PROJECT_ID = '22937' //add your SDL project
+ SDLE_UPLOAD_PROJECT_ID = '23044' //add your SDL project
27
}
28
stages {
29
stage('Scan Sources'){
0 commit comments