Skip to content

Commit

Permalink
Update Jenkinsfile.stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Imtiah01 committed Jan 17, 2025
1 parent 1b47aae commit ba147f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdp_cdk_python/Jenkinsfile.stacks
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
stage('Activate env, install dependencies and synthesize') {
steps {
// Use Python3, activate venv, install Python dependencies, synthesize the CDK app
sh 'virtualenv -p /usr/bin/python venv && python --version && source venv/bin/activate && pip install -r requirements.txt && cdk synth'
sh 'virtualenv -p /usr/bin/python3 venv && python3 --version && source venv/bin/activate && pip install -r requirements.txt && cdk synth'
}
}
stage('Confirm Deployment') {
Expand Down

0 comments on commit ba147f9

Please sign in to comment.