Commit 23ffff47 authored by carignani's avatar carignani
Browse files

Update Jenkinsfile

parent 8e24d22d
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
node (){
pipeline {

    options {
        disableConcurrentBuilds()
@@ -7,6 +7,7 @@ node (){
    
	agent any
	
	stages {
	gitlabBuilds(builds: ["build", "test"]){
    	stage('Resolve') {
    		steps{
@@ -37,3 +38,4 @@ node (){
    	}
	}
	}
}