From 3e434f2a79eaa492a5d30eb8b076a94944307ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Mar=C3=ADa=20Guti=C3=A9rrez=20-=20TheTechOddBu?= =?UTF-8?q?g?= Date: Fri, 2 Jun 2023 02:02:52 +0200 Subject: [PATCH 1/4] File --- borrar.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 borrar.txt diff --git a/borrar.txt b/borrar.txt new file mode 100644 index 0000000..a556a27 --- /dev/null +++ b/borrar.txt @@ -0,0 +1 @@ +esto From d8568230970957e3c362737cf083446e3bc97e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Mar=C3=ADa=20Guti=C3=A9rrez=20-=20TheTechOddBu?= =?UTF-8?q?g?= Date: Fri, 2 Jun 2023 23:38:39 +0200 Subject: [PATCH 2/4] committing with forced add --- ejemplo.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 ejemplo.txt diff --git a/ejemplo.txt b/ejemplo.txt new file mode 100644 index 0000000..33a9488 --- /dev/null +++ b/ejemplo.txt @@ -0,0 +1 @@ +example From 23cfadaafc0785ad07b8130159d0b0288aaa2d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Mar=C3=ADa=20Guti=C3=A9rrez=20-=20TheTechOddBu?= =?UTF-8?q?g?= Date: Sat, 3 Jun 2023 01:02:21 +0200 Subject: [PATCH 3/4] Update. --- .gitignore | 50 ---------------------------------------------- minimalJenkinsfile | 3 +++ 2 files changed, 3 insertions(+), 50 deletions(-) delete mode 100644 .gitignore create mode 100644 minimalJenkinsfile diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2516c09..0000000 --- a/.gitignore +++ /dev/null @@ -1,50 +0,0 @@ -# Learn more about Jenkins and JENKINS_HOME directory for which this file is -# intended. -# -# http://jenkins-ci.org/ -# https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins -# -# Note: secret.key is purposefully not tracked by git. This should be backed up -# separately because configs may contain secrets which were encrypted using the -# secret.key. To back up secrets use 'tar -czf /tmp/secrets.tgz secret*' and -# save the file separate from your repository. If you want secrets backed up -# with configuration, then see the bottom of this file for an example. - -# Ignore all JENKINS_HOME except jobs directory, root xml config, and -# .gitignore file. -/* -!/jobs -!/.gitignore -!/*.xml - -# Ignore all files in jobs subdirectories except for folders. -# Note: git doesn't track folders, only file content. -jobs/** -!jobs/**/ - -# Uncomment the following line to save next build numbers with config. - -#!jobs/**/nextBuildNumber - -# For performance reasons, we want to ignore builds in Jenkins jobs because it -# contains many tiny files on large installations. This can impact git -# performance when running even basic commands like 'git status'. -builds -indexing - -# Exclude only config.xml files in repository subdirectories. -!config.xml - -# Don't track workspaces (when users build on the master). -jobs/**/*workspace - -# Security warning: If secrets are included with your configuration, then an -# adversary will be able to decrypt all encrypted secrets within Jenkins -# config. Including secrets is a bad practice, but the example is included in -# case someone still wants it for convenience. Uncomment the following line to -# include secrets for decryption with repository configuration in Git. - -#!/secret* - -# As a result, only Jenkins settings and job config.xml files in JENKINS_HOME -# will be tracked by git. diff --git a/minimalJenkinsfile b/minimalJenkinsfile new file mode 100644 index 0000000..e0981af --- /dev/null +++ b/minimalJenkinsfile @@ -0,0 +1,3 @@ +#!groovy + +pipelineStart() From 01d3604979e987c510825af10da441e8472fbd24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Mar=C3=ADa=20Guti=C3=A9rrez=20-=20TheTechOddBu?= =?UTF-8?q?g?= Date: Sat, 3 Jun 2023 01:04:50 +0200 Subject: [PATCH 4/4] Deleting test files --- borrar.txt | 1 - ejemplo.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 borrar.txt delete mode 100644 ejemplo.txt diff --git a/borrar.txt b/borrar.txt deleted file mode 100644 index a556a27..0000000 --- a/borrar.txt +++ /dev/null @@ -1 +0,0 @@ -esto diff --git a/ejemplo.txt b/ejemplo.txt deleted file mode 100644 index 33a9488..0000000 --- a/ejemplo.txt +++ /dev/null @@ -1 +0,0 @@ -example