Skip to content

Commit

Permalink
Pipeline adjustments for master pipeline (#242)
Browse files Browse the repository at this point in the history
* fix pipeline github push
  • Loading branch information
reinhard-brandstaedter authored May 7, 2024
1 parent 1899c07 commit 70a00fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pipeline {
sh label: 'Github CLI install', script: 'apk add github-cli'
sh label: 'GitHub CLI login', script: 'echo ${GITHUB_AUTH_TOKEN} | gh auth login --with-token'
sh label: 'GitHub CLI status', script: 'gh auth status'
sh label: 'git config', script: 'git config --global --add safe.directory /home/jenkins/agent/workspace/solarflow-control-master'
//sh label: 'Save docker images', script: 'docker save -o solarflow-control-${TAG}.tar ${DOCKER_REGISTRY}/solarflow-control:${TAG}'
sh label: 'Create Release', script: 'gh release create ${TAG} --generate-notes -t "Release ${TAG}"'
}
Expand Down

0 comments on commit 70a00fd

Please sign in to comment.