summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2021-03-14 22:52:10 -0700
committerGitHub <noreply@github.com>2021-03-14 22:52:10 -0700
commitd207eaf8fac4fb65bf34b3c5a617b8df13fe772a (patch)
tree12dfcaf14dacfa76fe1684fc40af5329945d9b0a
parent50252d2b6519187f2d3d6d867c15992fb75d1049 (diff)
Update Jenkinsfile
-rw-r--r--Jenkinsfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index d55b94e4..155fb875 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,11 +10,6 @@ pipeline {
}
}
stage('Build') {
- when {
- not {
- branch 'master'
- }
- }
steps {
sh 'make -j'
}
@@ -34,4 +29,4 @@ pipeline {
cleanWs()
}
}
-} \ No newline at end of file
+}