Skip to content

Commit 61d380a

Browse files
authored
Update Jenkinsfile
1 parent c076818 commit 61d380a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jenkins/Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ pipeline {
3232
steps {
3333
sh '''#!/bin/bash
3434
. venv/bin/activate
35-
echo "Base Ref (Target Branch): ${env.CHANGE_TARGET}"
36-
echo "Ref (Source Branch): ${env.CHANGE_BRANCH}"
35+
echo "Base Ref (Target Branch): $CHANGE_TARGET"
36+
echo "Ref (Source Branch): $CHANGE_BRANCH"
3737
38-
codeql-wrapper --verbose analyze ./monorepo --monorepo --upload-sarif --ref ${env.CHANGE_BRANCH} --base-ref ${env.CHANGE_TARGET}
38+
codeql-wrapper --verbose analyze ./monorepo --monorepo --upload-sarif --ref $CHANGE_BRANCH --base-ref $CHANGE_TARGET
3939
'''
4040
}
4141
}

0 commit comments

Comments
 (0)