Commit beb0ae3b authored by etsi cti's avatar etsi cti
Browse files

Update Jenkinsfile

parent e08a526f
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
pipeline{
    options {
        disableConcurrentBuilds()
        gitLabConnection('Gitlab at Forge')
    }
	agent any
	stages {
    	stage('Resolve') {