Jenkins test.

This commit is contained in:
Sylvain Tricot 2020-11-17 14:34:32 +01:00
parent 6ccafce21a
commit db6705fe9a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent {label 'msspec_agent_amd64'} agent {label 'msspec_agent_amd64'}
stages { stages {
stage('Initial setup...') { stage('Initial setup....') {
steps { steps {
echo 'Create or update the virtual Python environment' echo 'Create or update the virtual Python environment'
} }