Skip to content

Commit

Permalink
Update credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
xluciano committed Oct 31, 2023
1 parent 0ebf8a8 commit 96977db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ pipeline {
VENV_DIRNAME = ".venv"
BUILD_DIRNAME = "dist"
RTOS_TEST_RIG_TARGET = "XCORE-AI-EXPLORER"
PASS_1 = "Welcome"
PASS_2 = "2"
PASS_3 = "Xmos"
LOCAL_WIFI_SSID = credentials('XMOSGUEST')
LOCAL_WIFI_PASS = credentials('Welcome2Xmos')
LOCAL_WIFI_PASS = credentials(PASS_1 + PASS_2 + PASS_3)
}
stages {
stage('Build and Docs') {
Expand Down

0 comments on commit 96977db

Please sign in to comment.