Skip to content

Commit

Permalink
Use docker agent to build
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Nov 20, 2023
1 parent f5983aa commit fdbe54e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pipeline {
agent {
label 'python3.8'
docker { image 'indigodatacloud/ci-images:python3.10' }
}

environment {
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ skip_install = true
package = deepaas

[jenkins]
python = python3.8
python = python3.10
skip_install = true
package = deepaas

Expand Down

0 comments on commit fdbe54e

Please sign in to comment.