Commit aa1039d2 authored by carignani's avatar carignani
Browse files

Update Jenkinsfile

parent 23ffff47
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@ pipeline {
    options {
        disableConcurrentBuilds()
        gitLabConnection('Gitlab at Forge')
        gitlabBuilds(builds: ["Resolve", "Validate"])
    }
    
	agent any
	
	stages {
	gitlabBuilds(builds: ["build", "test"]){
    	stage('Resolve') {
    		steps{
    		    sh 'echo Resolve stage'
@@ -38,4 +38,3 @@ pipeline {
    	}
	}
}
}