[rs-commit] r446 - /mod_ca/trunk/Jenkinsfile
rs-commit at redwax.eu
rs-commit at redwax.eu
Tue Mar 5 22:52:32 CET 2024
Author: minfrin at redwax.eu
Date: Tue Mar 5 22:52:31 2024
New Revision: 446
Log:
Remmove macos for now.
Modified:
mod_ca/trunk/Jenkinsfile
Modified: mod_ca/trunk/Jenkinsfile
==============================================================================
--- mod_ca/trunk/Jenkinsfile (original)
+++ mod_ca/trunk/Jenkinsfile Tue Mar 5 22:52:31 2024
@@ -3,31 +3,6 @@
stages {
stage('Build') {
parallel {
- stage('MacOS') {
- agent { label 'macos' }
- stages {
- stage('autoreconf') {
- steps {
- sh 'autoreconf --force --install'
- }
- }
- stage('configure') {
- steps {
- sh './configure'
- }
- }
- stage('make') {
- steps {
- sh 'make'
- }
- }
- stage('make dist') {
- steps {
- sh 'make dist'
- }
- }
- }
- }
stage('RHEL9') {
agent { label 'rhel-9-x86_64' }
stages {
More information about the rs-commit
mailing list