Test jenkins
epsi-builds/msspec_python3/pipeline/head This commit looks good Details

This commit is contained in:
Sylvain Tricot 2020-11-17 15:06:31 +01:00
parent ed5a614a26
commit 678250b022
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'
}