Jenkins fixes
gitea/vn-autoconfig/master This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-01-30 16:15:14 +01:00
parent 9c8feb0698
commit 7e185cb724
1 changed files with 0 additions and 5 deletions

5
Jenkinsfile vendored
View File

@ -6,11 +6,6 @@ pipeline {
PROJECT_NAME = 'vn-autoconfig'
}
stages {
stage('Checkout') {
steps {
sh 'printenv'
}
}
stage('Build') {
when {
branch 'master'