summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorAndrei Gheorghiu <andrei.gheorghiu@enea.com>2016-10-13 16:05:17 +0200
committerAndrei Gheorghiu <andrei.gheorghiu@enea.com>2016-10-13 16:05:17 +0200
commit25e64f1b0d2bb77852a3ec544d267743601098ea (patch)
tree549e05e6a76ac67b33261f80f01fea8ec5ef649a /Jenkinsfile
parente35eff461576a45a6c77e16333d63f0019badd46 (diff)
downloadel_manifests-standard-25e64f1b0d2bb77852a3ec544d267743601098ea.tar.gz
moved asignament out of freeze_manifest
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 7199c86..c0d33b1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -3,6 +3,7 @@
3//This script is used internally by Enea for automated tests on Linux builds 3//This script is used internally by Enea for automated tests on Linux builds
4 4
5MANIFEST_REPOSITORY = null 5MANIFEST_REPOSITORY = null
6BRANCH = env.BRANCH_NAME
6 7
7node ('master') { 8node ('master') {
8 print 'master node' 9 print 'master node'