mirror of https://github.com/conqp/rcon
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||
pipeline { |
|||
agent none |
|||
stages { |
|||
stage('pytest') { |
|||
steps { |
|||
sh '''python3 -m venv /var/build/jenkins |
|||
source env/bin/activate |
|||
''' |
|||
} |
|||
} |
|||
|
|||
} |
|||
} |
Loading…
Reference in new issue