Skip to content

Commit

Permalink
correct repo (container) name - trigger build and deployment to drat
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Abel committed Sep 30, 2024
1 parent aa2a4aa commit 890412b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent any
options { disableConcurrentBuilds() }
environment {
CUR_PROJ = 'iso-app' // github repo name
CUR_PROJ = 'dssm' // github repo name
CUR_PKG_FOLDER = '.' // defaults to root
TMP_SUFFIX = """${sh(returnStdout: true, script: 'echo `cat /dev/urandom | tr -dc \'a-z\' | fold -w 6 | head -n 1`')}"""
GH_TOKEN = credentials("github-isomemo")
Expand Down

0 comments on commit 890412b

Please sign in to comment.