Skip to content

Commit c5d7e6c

Browse files
authored
Update Jenkinsfile (#12)
1 parent 95da427 commit c5d7e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pipeline {
2323
GIT_SHORT_URL=env.GIT_URL.split('/')[4].toString().replaceAll('.git','')
2424
PROJECT_NAME = "${GIT_SHORT_URL}"
2525
authorEmail = sh (script: 'git --no-pager show -s --format=\'%ae\'',returnStdout: true).trim()
26-
SDLE_UPLOAD_PROJECT_ID = '22937' //add your SDL project
26+
SDLE_UPLOAD_PROJECT_ID = '23044' //add your SDL project
2727
}
2828
stages {
2929
stage('Scan Sources'){

0 commit comments

Comments
 (0)