Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latency int bug #1193

Merged
merged 6 commits into from
Sep 21, 2020
Merged
Prev Previous commit
Next Next commit
reset PSS credentials in Jenkins
bialesdaniel committed Sep 20, 2020
commit 6c9656f83a642f6354aa94cf6d66606060da5480
2 changes: 1 addition & 1 deletion Jenkinsfile-nightly
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ pipeline {
environment{
//Do not change.
//Performance Storage Service(Django) authentication information. The credentials can only be changed on Jenkins webpage
PSS_CREATOR= credentials('pss-creator-testing')
PSS_CREATOR= credentials('pss-creator')
}
options {
buildDiscarder(logRotator(daysToKeepStr: '30'))