Skip to content

Commit

Permalink
feat: enabled authentication hello234
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeev committed Aug 15, 2024
1 parent 53cb067 commit b2f60fd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Jenkinsfile-deployment
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ pipeline {
sh "git rev-parse HEAD"

sh "poetry run semantic-release publish"
sh "git rev-parse HEAD"
sh "git pull"
sh "git rev-parse HEAD"




Expand All @@ -46,10 +44,8 @@ pipeline {
}

// Store the newTag and newCommit in the environment for later stages
env.NEW_TAG = newTag
env.NEW_COMMIT = newCommit

echo "Published new tag: ${env.NEW_TAG}, commit: ${env.NEW_COMMIT}"
echo "Published new tag: ${env.GIT_TAG}"
}
}
}
Expand Down

0 comments on commit b2f60fd

Please sign in to comment.