diff --git a/Jenkinsfile b/Jenkinsfile index 50d6d62..06e2f48 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,19 +65,20 @@ tasks = [ [ run: { - echo "This is my first task" + echo "This is my first task"/* gitLog('27e440f290d8bf95a3908cad03a5588fc2f2fe73') lazyGitPass('bot-ci-dgm', { gitTag('test-0.0.1') }) echo "Creating repo with packages" if (env.DRYRUN == 'true') { echo "DRYRUN is true = ${env.DRYRUN}" } - if (env.DRYRUN == 'false') { echo "DRYRUN is false = ${env.DRYRUN}" } - }, ], + if (env.DRYRUN == 'false') { echo "DRYRUN is false = ${env.DRYRUN}" }*/ + }, + ],/* [ run: { echo "This is my second task" }, in: '*', on: 'docker' ], [ run: "third.sh", in: [ 'ubuntu-16', 'centos-7'], on: 'docker',], [ run: [ "fourth-a.sh", "fourth-b.sh"], on: 'mac' ], - [ run: [ "fourth-a.sh", "fourth-b.sh"], on: 'android' ], + [ run: [ "fourth-a.sh", "fourth-b.sh"], on: 'android' ],*/ ] }