Skip to content

Commit

Permalink
ci: Implemented the Jenkins automation for notebooks Mysql to Spanner
Browse files Browse the repository at this point in the history
  • Loading branch information
NiloFreitas committed Oct 24, 2024
1 parent 5832dc6 commit 8152f31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions notebooks/.ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pipeline {

TEST_JDBC_URL = credentials('env-test-jdbc-url')


GIT_BRANCH_LOCAL = sh (
script: "echo $branchName | sed -e 's|origin/||g' | sed -e 's|^null\$|main|'", // Remove "origin/" and set the default branch to main
returnStdout: true
Expand All @@ -27,7 +26,6 @@ pipeline {
catchError {
sh '''
python3.8 -m pip install --user virtualenv
python3.8 -m venv env
source env/bin/activate
Expand Down

0 comments on commit 8152f31

Please sign in to comment.