mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			213 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			213 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
pipeline {
 | 
						|
 agent { docker { image "registry.docker.internal/pierre42100/docker-comunicwebappscratch" } }
 | 
						|
 stages {
 | 
						|
  stage("build") {
 | 
						|
   steps {
 | 
						|
    sh 'php --version'
 | 
						|
	sh './builder build offline'
 | 
						|
   }
 | 
						|
  }
 | 
						|
 }
 | 
						|
}
 |