You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Common build functions will be loaded into the "utils" object in every stage.
// This has to be done in every stage to support the Jenkins "restart from stage" feature.
def utils
String utilsFileName = 'Jenkinsfile-utils.groovy'
pipeline {
agent none
environment { PSS_CREATOR = credentials('pss-creator') /* Performance Storage Service (Django) auth credentials. Can only be changed from Jenkins webpage. */ }