Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disable real builds on jenkins/simgrid-qualif, hoping to avoid conflicts when both...
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 11 Jul 2023 16:26:47 +0000 (18:26 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 11 Jul 2023 16:28:19 +0000 (18:28 +0200)
tools/jenkins/build.sh

index 9c8fc76..a9d9d64 100755 (executable)
@@ -2,6 +2,13 @@
 
 # This script is used by various build projects on Jenkins
 
+case "$JENKINS_HOME" in
+*-qualif)
+  echo "Build skipped on $JENKINS_HOME."
+  exit 0
+  ;;
+esac
+
 # See https://ci.inria.fr/simgrid/job/SimGrid/configure
 # See https://ci.inria.fr/simgrid/job/Simgrid-Windows/configure