update
This commit is contained in:
parent
20a95ff5e0
commit
1ae8431252
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -5,7 +5,7 @@ pipeline {
|
||||||
stage('Install Python') {
|
stage('Install Python') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Installing Python...'
|
echo 'Installing Python...'
|
||||||
sh 'sudo apt-get update && sudo apt-get install -y python3 python3-pip'
|
sh 'apt-get update && apt-get install -y python3 python3-pip'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue