Making the build work
This commit is contained in:
		
							parent
							
								
									13e303c347
								
							
						
					
					
						commit
						6ae3ee64d5
					
				|  | @ -14,7 +14,7 @@ pipeline { | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|         stage("Test chez r6rs") { |         stage("Test chez r6rs") { | ||||||
|             agent { dockerfile { filename 'Dockerfile'; args '--user=root'; additionalBuildArgs '--build-arg COMPILE_R7RS=chezsceme' } } |             agent { dockerfile { filename 'Dockerfile'; args '--user=root'; additionalBuildArgs '--build-arg COMPILE_R7RS=chezscheme' } } | ||||||
|             steps { |             steps { | ||||||
|                 catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { |                 catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { | ||||||
|                     sh 'make && make install' |                     sh 'make && make install' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue