Skip to content

Commit f7e49f3

Browse files
committed
Updating config changes with changes with Jenkins node
2 parents d18c171 + b656c40 commit f7e49f3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import groovy.io.FileType
22

3+
//Immediate return statement to prevent running builds
4+
return;
5+
36
library('sharedSpace'); // jenkins-pipeline-lib
47

58
def url = 'https://github.com/OpenSpace/OpenSpace';
@@ -43,6 +46,8 @@ def moduleCMakeFlags() {
4346
parallel linux_gcc_make: {
4447
if (env.USE_BUILD_OS_LINUX == 'true') {
4548
node('linux-visual') {
49+
// Just do an early return for now; this groovy script is not currently used
50+
return;
4651
stage('linux-gcc-make/scm') {
4752
deleteDir();
4853
gitHelper.checkoutGit(url, branch);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Messages from most recent test are logged here

0 commit comments

Comments
 (0)