added JenkinsFile

This commit is contained in:
2021-11-16 09:26:41 -03:00
parent bbe9a3582c
commit c0d07c3421
Vendored
+1 -2
View File
@@ -3,7 +3,7 @@ pipeline {
environment {
CI = 'true'
}
stages {
stage('Build') {
steps {
@@ -26,4 +26,3 @@ pipeline {
}
}
}
}