Test jenkins

This commit is contained in:
Sylvain Tricot 2020-11-17 14:57:36 +01:00
parent db6705fe9a
commit ed5a614a26
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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