Skip to content

Commit 7e414b9

Browse files
committed
testing forward proxy cludge
1 parent 3d75dd8 commit 7e414b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo.jenkins

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
node('zavijava_rfc') {
22
withEnv([
3-
"JOB_NAME=Snowpack_build",
3+
"JOB_NAME=Snowpack_build",
44
"TEMP=$WORKSPACE\\tmp",
55
"TMP=$WORKSPACE\\tmp",
6-
"no_proxy=github.com"
6+
"no_proxy=notgithub.com"
77
]) {
88
stage('checkout') {
99
//sh 'if [ ! -d "$TEMP" ]; then mkdir $TEMP; fi'

0 commit comments

Comments
 (0)