File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
org.eclipse.wildwebdeveloper Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 container(' container' ) {
5757 withCredentials([string(credentialsId : " ${ GITHUB_API_CREDENTIALS_ID} " , variable : ' GITHUB_API_TOKEN' )]) {
5858 wrap([$class : ' Xvnc' , useXauthority : true ]) {
59- sh ' mvn clean verify -B -Dtycho.disableP2Mirrors=true -Ddownload.cache.skip=true -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -PpackAndSign -Dmaven.repo.local=$WORKSPACE/.m2/repository'
59+ sh ' mvn clean verify -B -Dtycho.disableP2Mirrors=true -Ddownload.cache.skip=true -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -PpackAndSign -Dmaven.repo.local=$WORKSPACE/.m2/repository -Dgithub.api.token="${GITHUB_API_TOKEN}" '
6060 }
6161 }
6262 }
Original file line number Diff line number Diff line change 9494 <url >https://raw.githubusercontent.com/microsoft/vscode-eslint/release/2.2.2/server/package.json</url >
9595 <outputDirectory >${project.build.directory} /vscode-eslint-ls/extension/server</outputDirectory >
9696 <headers >
97- <Authorization >${GITHUB_API_TOKEN } </Authorization >
97+ <Authorization >${github.api.token } </Authorization >
9898 </headers >
9999 </configuration >
100100 </execution >
You can’t perform that action at this time.
0 commit comments