mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-10-31 10:14:51 +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'
 | |
|    }
 | |
|   }
 | |
|  }
 | |
| }
 | 
